The game variables are used throughout the scripts and they are a way to directly manipulate and change variables inside the game. Many of the variables are pointers to important objects in the game's memory such as the selceted character, scene, script etc..
Its important to remember that these variables are essential for the game to function properly.
If one of the values is not something the game allows, it might produce an unexpected result or might even crash.