var/host=""
if (client.address==world.address)
host=usr
world/status="Hazordhu Classic Renewal - [host]'s Server"
Here is what I have but I get this error
playersave.dm:4:error::expected a constant expression
playersave.dm:1:error:client.address:duplicate definition
playersave.dm:1:error:world.address:duplicate definition
playersave.dm:1:error:== :instruction not allowed here
playersave.dm:1:error::empty type name (indentation error?)
playersave.dm:2:error:usr:undefined var
playersave.dm:2:error::empty type name (indentation error?)
Note that in BYOND 4.0, world.host will equal the key that is hosting the game.
-- Data