Charas-Project

Game Creation => Requests => RPG Maker Programming => Topic started by: Fortet on November 21, 2007, 08:42:27 PM

Title: Auto Start Event Help
Post 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?
Title:
Post by: A Forgotten Legend on November 21, 2007, 09:22:49 PM
Are you turning the auto start event off via switch or variable?
Title:
Post by: Fortet on November 21, 2007, 09:29:40 PM
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.
Title:
Post by: A Forgotten Legend on November 22, 2007, 04:11:29 AM
I dunno then.  Sorry.
Title:
Post by: Fortet on November 22, 2007, 04:30:03 AM
Doesn't anybody know? This is one of those bugs that screws up an entire game :(
Title:
Post by: lilsniffs3 on November 22, 2007, 04:57:12 AM
The event starts with the switch off. At the end of it turn the switch on.
Title:
Post by: RPG noob on November 22, 2007, 02:21:01 PM
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.
Title:
Post by: Fortet on November 22, 2007, 09:54:50 PM
Thanks, RPG Noob! That fixed it :)