ID:169916
 
Some times i see some games like this

Join [ CDBGT2-2.4()
Host:Main Server
Saga:Frieza
Sub-Saga:Form 1
Players:31
Difficulty:Default(Main Server)

have there in the hub when you go and join a game

How can i have that on my hub any special stuff involved?
world.name = "My Damn Game"
world.hub = "Rockinawsome.damngame"
world.status="Hi, My name is GOV."


~>Jiskuha
In response to Jiskuha
Jiskuha wrote:
world.status="Hi, My name is GOV."

~>Jiskuha

So if i wanted to do the saga type of thing

World.SatusSaga:Frieza
World.SatusSSub-Saga:Form 1

?
In response to Govegtos
No, the 'status' variable is a single variable, its value is displayed on the hub page.

proc
UpdateStatus()
world.status = "Current Saga: [saga]"


Then you'd call that proc each time you needed the status updated. (Or make it a loop if the status is constantly changing.)