Charas-Project
Game Creation => Requests => RPG Maker Programming => Topic started by: Pythis on September 01, 2005, 01:55:48 AM
-
When you set a switch to On/Off toggle does that mean the switch goes on and off by itself randomly? Or does it mean that when you set the switch on it might turn on or when the switch is off it might turn off or vice versa?
-
Toggle turns an ON switch OFF, and an OFF switch ON. It's mostly used in puzzles.
-
Oh..is there anyway to have a switch turn on or off randomly?
-
That would use varibles, not switsh, I believe