How would I show info on the hub such as who is hosting the game(the info next to the join game button). Example: http://games.byond.com/hub/IccusionEntertainment/Seika
P.S. How would I show info on the DS window header such as how many players are on(the same one that shows the name of the game)
ID:269156
![]() Mar 25 2005, 12:23 pm
|
|
mob/Login() Space accodingly |
Flame Sage wrote:
Space accodingly Or preferably correctly. Your code needs to be indented to work. Of course far far better than a player count is a players list, which is more versatile. Lummox JR |
Flame Sage wrote:
mob/Logout() I don't suggest leaving mob's in the world when they log out(del(src)). |
So how would I show who is the host on the hub? I had some kinda idea on how it would work, but it didn't..
|
mob/var/ishost=0 This should work all you have to do is change the text to whatever. Oh yeah and .. the text above is my old games so eh.. don't worry about that. |
But, if you want to add a player amount you have to find a library on that which there are some that will help you out in that. Also, you can edit the world status to whatever you wish, as well.