We don't recommend you get involved with that at the player level, particularly with setting flags and variables, as that can mess things up for you if you don't know what you're getting into. You can check a flag or variable though with the following code: Code: game.global_flags[x] game.global_vars[x] where x is the number of the flag or variable you want to check.