Charas-Project
Game Creation => Requests => RPG Maker Programming => Topic started by: Fortet on November 21, 2007, 08:42:27 PM
-
When an auto start event is over, I can't move. How do I fix this?
-
Are you turning the auto start event off via switch or variable?
-
Sorta.
It starts when a certain switch is off. After the event is over, the switch turns off. I can access the menu, but I can't move anywhere.
-
I dunno then. Sorry.
-
Doesn't anybody know? This is one of those bugs that screws up an entire game :(
-
The event starts with the switch off. At the end of it turn the switch on.
-
Make sure no preconditions are set and then at the bottom of your event coding put turn switch x on and erase event. Then make a page 2 with no coding or graphic that is started with action key with the precondition switch x is on.
-
Thanks, RPG Noob! That fixed it :)