ID:167507
 
BYOND Version: Newest

Operating System: windows xp



Game/Hub(s): http://games.byond.com/hub/Mxjerrett/TheLastHero

Detailed Problem Description: My game never appears live when i host it.



Does the problem occur:
Every time


On other computers? Yes

In other user accounts? Yes


You've probably code the world/hub = part messed up somewhere.
In response to Pyro_dragons
hmm or maybe i didnt code it at all where can i find a small sample code of this
In response to Mxjerrett
uhhh...

world/hub = Yourname.Yougamesname


Not that hard. It tell you the hub thing to add on the top of the publish games edit hub page...
In response to Pyro_dragons
ok thanks i found out how to show who is in the game but how do i show the version, whos hosting, and ect.
In response to Mxjerrett
You have to set world.status manually for that.
In response to Audeuro
can u give me an example i am kinda tired and i am no expert.
In response to Mxjerrett
world
hub = Yourname.Yougamesname
status = "OMG put teh status here"


Put that in your code.
In response to KirbyRules
world/hub has to be a text string.