The Control Switches... event command changes a switch inside the $game_switches array. You can be fancy and use the Script... event command with the following line $game_switches[n] = true/false. Where n is the index of the switch you wish to manipulate but if the switch is 001, n is just 1.