world
status = "<b><font color = blue>Zombie Wars:Host [host]</font></b>"
Problem description:Admin.dm:78:error::expected a constant expression
ShooterGame.dmb - 1 error, 0 warnings (double-click on an error to jump to it)
Everytime i try 2 put in other stuff like [players],[host],[cpu] i always get that error im not feeling so great atm so i don't really know how 2 fix it. Never really knew 2 much about that kind of stuff.
It says it requires a constant expression. When the game is compiled, it needs a constant value for all variables that you set at compile-time. Since it has to be constant, you can't include variables, such as [host] in it. If you want to set a variable-string world status, do it at run-time:
Hiead