ID:178315
 
I was just wondering how to make it so it shows the version and name of the server on the Games Live after you click the game. Like in Zeta, it shows if its the main server or what version it is.

Alienman


[Edit] and by The version i don't mean where it says the version under the Date Added. i mean some games say. "-=Whoevers's Server=- Version 16" or whatever.
not sure if this is the best way but you could add a gm command called change status

[Untested]
mob
verb
ChangeStatus(msg as text)
world/status=[msg]

try something like that and if it doesnt work i dunno


You use world.status to display messages next to the join link. For Tanks, I just used a global variable for the build version number. When your program figures out who the host is, have it update world.status.

world.status = "-=[host]'s Server=- Version [build_version]"
In response to Emperor Beld
You have to put [msg] in "" you dip :Þ




Shun Di, Out