ID:165262
 
ya, I got a game an all that fun stuff, but I don't know how to code it in to make it appear on my hub...can someone please help me?
Moleboy wrote:
ya, I got a game an all that fun stuff, but I don't know how to code it in to make it appear on my hub...can someone please help me?

Add this in any .dm file

world 
hub="Moleboy.GameName" //GameName is the name of your
Your Account..
Make new game ting..
Go through the process of making it..

Add this in your code too:


world
hub = "BEVAN.DragonChatReborn"

^ Thats mine.
Replaces it to yours....

Like:

world
hub = "Moleboy.Yourgamenamehere"
In response to BEVAN
Try the
 tags please.
The world.hub variable allows you to do this. It's advisable to set world.hub_password and enable hub authentication for additional protection (otherwise anyone can hijack your hub entry, which is usually unwanted).

This is very trivial information. You should consider reading this before moving on with game creation.


As for the others who replied to the original author: you should use the <DM> tag in order to post code, otherwise it'll just look ugly.