This is wat I have so far.
world
status = "[world.name], version (version number), hosted by (host's name) "
I need help on what goes in the parentheses.
Thanks,
Wolf01
ID:173686
Nov 30 2003, 7:10 am
|
|
How do I show who is hosting, as well as the version, so I can put it in the world's status?
This is wat I have so far. world I need help on what goes in the parentheses. Thanks, Wolf01 |
mob
Login()
..()
if(!host)
host = src
world.status = "Hosted by [host]"
Siientx