short myBbegin gameMode if myB == 0 set myB to 1 endif if myB messagebox "Boolian works" set myB to 2 endifend
short myBbegin gameMode if myB == 0 set myB to 1 endif if myB messagebox "Boolian works" set myB to 2 endifend
if myB messagebox "true check"else messagebox "false check"endif
short myB begin gameMode if myB == 0 set myB to 1 endif if myB messagebox "Boolian works" set myB to 2 endif end
short myB begin gameMode if myB == 0 set myB to 1 endif if myB messagebox "Boolian works" set myB to 2 endif end
scn test1short myB begin gameMode if myB messagebox "Boolian works" set myB to 0 endif endbegin OnActivate set myB to 1end