ID:166492
 
How would i set custom world Vars? Because everytime i try just putting

world
vars
earthwar = "No-one"
earthleader = "No-one"
earthtyrant = "No-one"
I get the following error message:
Legend of the Warrior.dm:19:error:earthleader :variable declaration not allowed here
Legend of the Warrior.dm:20:error:earthtyrant :variable declaration not allowed here
Legend of the Warrior.dm:21:error:earthwar :variable declaration not allowed here

Heh. You need the noun of vars, var!
world/var
In response to Mysame
Mysame wrote:
Heh. You need the noun of vars, var!
> world/var
>


No. Repeat after me, "global."

var
var1
var2
var3
In response to Papoose
Thanks Papoose, it worked.