ID:149331
 
How do you set it so that text appears next to the join button in a game? What is the code for it? (You know, like next to the Join button for a tanks game, where it tells the host and everything.)
In response to Dracimor
I think you mean status,

If so use

world/New()
status = "Super16 is God"
In response to Dracimor
Dun work. =\
In response to Hanns
Directly from The Generic Western Shoot 'em up game:

mob/host/verb/Changestatus(T as text)
set category = "Host"
world.status = T