Switch
From Wiki001
(Redirected from Switches)
A switch is very similar to a variable, except the only information it holds is a state of either being ON or OFF. They are often used in games to store whether a certain task has been completed or not, first turned on using Switch Operation when the player has performed a task, and later checked using a Switch Branch when the game needs to know whether the player has performed that task or not.

