ID:164908
 
What kind of code would I use to make it that only my server shell show up on the hub? :P
You should set a hub password at the hub entry and then put the password into the code so only your copy will show up on the hub. For future reference, this forum is for help on actual code problems rather than general questions.
In response to Abhishake
Sorry... Im kinda noobish. How would I do that? :P I can set up a hub password, but I dont understand the code to use?
In response to Torla2217
I think the DM reference explains it perfectly - you should always try looking for solutions in the reference first if your problem is about how to use a proc/var/etc. Here's a direct link to your question: http://developer.byond.com/docs/ref/info.html#/world/var/ hub_password. Do feel free to ask specific questions if you're still stuck though.
In response to Abhishake
world/hub_password="password"

Would that work, or is it not complex enough? o.o
In response to Torla2217
That would work fine (provided you've already defined world/hub).
In response to Abhishake
Hmmm, I dont think I have :( How would I define it? :P
In response to Torla2217
world/hub = "Torla2217.Mygame" - the address of your game when you created its hub entry.
In response to Abhishake
Ahh, yes, its defined, it should work now, I shall test it. Thank you :)