ID:179016
 
What do you put to represent the code if you have a global var
var/gvar
how would you represent gvar in code like for an if
if(???.gvar == blah)
??? being what I want to know
??? would be nothing.

if(gvar == ...)
In response to Nadrew
but why do you get a bad var if you do that?
In response to Vermolius
nm I got it