Herm I want to make this
Join
Logged in: Jacob
Channels: BYOND.Games
into this
Join[information]
Logged in: Jacob
Channels: BYOND.Games
How would i do that? Only world commands i know of its this
world
hub = "Jacob.TextMudPuddle"
name = "TextMudPuddle"
ID:177527
Aug 29 2002, 8:02 pm
|
|
In response to Soori-99
|
|
-,- No that doesnt even work at all.
*sigh is there anyone that does know it >.> |
In response to Jacob
|
|
I dont think you can do that.
|
In response to Mrhat99au
|
|
Yea yah can iv'e Just forgotten the var =-\
|
In response to Jacob
|
|
Jacob wrote:
Yea yah can iv'e Just forgotten the var =-\ status var (world) See also: hub var (world) visibility var (world) This is a short text string used in BYOND hub to describe the state of a game in progress. For example, you might want to indicate if new players will be able to actively play, or whether they would have to join as spectators. Example: world status = "accepting players" mob/verb/start_game() world.status = "accepting spectators" //... In F1 that is what it says |
I think thats done with the world.status var
world.status = "Role Playing Resident Evil"
that will say:
Join[Role Playing Resident Evil]
Logged in: Jacob
Channels: BYOND.Games
i think thats what it is. I'm not sure