Jump to content

Movement Error


Matt_

Recommended Posts

Sorry that I have been asking so many questions recently, I am new to RPG maker and I can't find a lot of fixes by searching. Anyways, I have an issue when trying to make some characters move. So I am trying to make the player move up a space and look down, and a npc to move up to where the place was and look to the right. The player has been moving up and looking down, but the npc won't move afterwards. I tried using wait for moves completion as well, and it froze the game. I have a the script attached. 

moveerror.PNG.d3d5aa385ab2c86346d518f3495a9767.PNG

Edited by Matthatter03
Link to comment
Share on other sites

This usually happens when an event is about to move on another event. In your case I believe Sara1 is about to step on the event that caused the movement. You can avoid the non-movement by making Sara1 through. To do so, in Sara's Move Route, before the instruction "Move Up", you should add the instruction "Through On". When the movement is completed you might want to return the event to its previous state by adding "Through Off" at the end of the Move Route.

I hope this helps :)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...