Author Topic: Is there a list of tagged strings viable with commandtoserver and messageall?  (Read 1227 times)

^title

Wanted to know if there was a list or some kind of database for them. I know most ones like MsgAdminForce and MessageBoxOK. Just wondering if there are more.

In the console, type clientCmd then press tab.

You can dump all existing tagged strings using getTaggedString(num) and then doing a loop from 0 until it returns nothing.

MsgClientInYourMiniGame
MsgClientJoin
MsgConnectionError
MsgYourDeath
MsgYourSpawn
MsgError
MsgAdminForce
MsgClearBricks
MsgPlantError_Overlap
MsgPlantError_Float
MsgPlantError_Unstable
MsgPlantError_Buried
MsgPlantError_Stuck
MsgPlantError_TooFar
MsgPlantError_Teams
MsgPlantError_Flood
MsgPlantError_Limit
MsgPlantError_TooLoud
MsgPlantError
MsgItemPickup
MsgDropItem
MsgClearInv
MsgHilightInv
MsgEquipInv
MsgDeEquipInv
MsgSetInvData
MsgStartTalking
MsgStopTalking
MsgUploadStart
MsgUploadEnd
MsgProcessComplete

Pretty sure there are more tagged strings than that.

'Ground Control to Major Tom -- Ground Control to Major Tom'
'Take your protein pills and put your helmet on'
'Ground Control to Major Tom'
'Commencing countdown, engines on'
'Check ignition and may gods love be with you'
'This is Ground Control to Major Tom'
'You\'ve really made the grade'
'And the papers want to know whose shirts you wear'
'Now it\'s time to leave the capsule if you dare'
'This is Major Tom to Ground Control, I\'m stepping through the door'
'And I\'m floating in a most peculiar way, and the stars look very different today'
'MsgItemPickup'
'Here am I floating in my tin can, far above the Moon'


.. and so on and so on.

Port, he means built in ones, that have a specific effect built into the game. You knew that.