ID:1455580
 
Code:
world/New()
if(host == "")
host = "Tashiko"


Problem description:
World System.dm:7:error: host: cannot change constant value

I want to know if there is a way to change the host's name. I need it because I'm currently owning a Shell Server and would like that my name be put.

I already tried with world's status var but it's still showing the last bracket ("]")

The host variable can't be changed because it's read-only. What exactly is wrong with just using world.status to show that you're the host?
Suppose to look like this:

[OFFICIAL SERVER]
Hosted by Tashiko

Ends up looking like this:

[OFFICIAL SERVER]
Hosted by Tashiko]
Just get rid of that ] after OFFICIAL SERVER and it looks perfectly fine to me. You can't change world.host, that's all.