SuperStarVX95
Jun 6 2010, 10:54 AM
How do I activate/deactivate switches from scripting? If someone now please post here.
Kread-EX
Jun 7 2010, 04:18 AM
$game_switches[switch_id] = true/false. Replace switch_id by the number of the switch, and true/false means ON/OFF.