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:
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.