ID:269801
 
How do you have text beside your game where it says join.

Like this:
Join [Welcome To Game: (Hosted By: .- 0 players connected.)]

How would I do this? so it could work with any of my games.
Look up <code>world/status</code> in the DM Reference.

~~> Dragon Lord
In response to Unknown Person
Oh yeah I forgot one thing, can you tell me how to put hosted by [usr] or what ever it's called? in the status?
In response to Kiyo Takamine
You'd need to keep track of the host elsewhere in your code and change world.status at runtime to include the information.