Charas-Project

Game Creation => Requests => RPG Maker Programming => Topic started by: PeregrinFig on January 18, 2009, 07:59:44 PM

Title: I desperately need help
Post by: PeregrinFig on January 18, 2009, 07:59:44 PM
I have a really bad issue with my main project in rpg maker 2k3. I'm unable to make my character move at all. I can still move in my other project, and it was working fine yesterday. I'm unable to move at all, whether I load my main test file or start a new game. Can anyone help me? This is a really bad issue, and if I can't fix it my entire project is ruined.
Title: Re: I desperately need help
Post by: wargod87 on January 18, 2009, 08:17:33 PM
Check your events, there may be a move event that is not allowing the character to move
Title: Re: I desperately need help
Post by: PeregrinFig on January 18, 2009, 08:21:52 PM
No, I've checked everything, and deleted almost everything I added since the last time it worked, and still nothing.
Title: Re: I desperately need help
Post by: Vidian on January 18, 2009, 11:46:10 PM
Is there a Autostart event with nothing on it?
That would prevent you from moving...
Title: Re: I desperately need help
Post by: PeregrinFig on January 20, 2009, 04:11:00 PM
No, nothing like that at all. You can't even move if you start a new file, and you can open the menu, but only once, then after you close it you can't open it anymore, so I think this bug is deeper than an empty event.
Title: Re: I desperately need help
Post by: Prpl_Mage on January 20, 2009, 05:59:45 PM
Have you tried to create a new project and try it?
Might be something odd with your keyboard.

Another possibility is that you are using a chipset you've imported yourself and the tiles you're standing on isn't walkable.

But common events and/or events with auto-start or parallel procees is probably the problem.