ID:173686
 
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
status = "[world.name], version (version number), hosted by (host's name) "

I need help on what goes in the parentheses.

Thanks,
Wolf01
var/host

mob
Login()
..()
if(!host)
host = src
world.status = "Hosted by [host]"

Siientx