Where do I place my global variable in the global script?
It's sort've hazy to the positioning.
If you mean SetGlobalInt(3,0); (which I think you do) then I think you put it in the game_start function.
int myvar; or something is put before any functions in the script :)
However as i understand it you may set it anywhere you want it to first be set, like after something happened in the game.