Author Topic: Datablock list help  (Read 345 times)

Hey, I'm kinda new to TS and I am just wondering what would be the input for the list of datablocks like in a minigame.

For example, If I created some RTB pref that had a list from the minigame:

Code: [Select]
RTB_registerPref("Player Datablock","???","MG::Dblock","list <INPUT> ","Script_???",1,0,0);
Where it says "<INPUT>" is where the input would be, so when I play the game, There would be a list of Datablocks in RTB prefs.

I wanted to know this for a script I'm creating.

datablock ItemData

It should work.

Is script happen to be a City RP?
Cause other then that, I would believe setting it in a minigame would be easier.