Elve Posted May 2, 2008 Share Posted May 2, 2008 Are global, local, area variables case sensitive? So would SetGlobal("bla","GLOBAL",1) IF Global("BLA","GLOBAL",1) THEN ... work? Link to comment
Taimon Posted May 2, 2008 Share Posted May 2, 2008 This will work, if you want it to trigger. Variable names are case-insensitive. The engine probably converts everything to uppercase. Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.