QUOTE (Hashiyan @ May 12 2012, 05:38 PM)

So at the beginning of my game the character walks a couple steps forward to meet her friend, but when she gets there, the character turns down and the next event doesn't play. Has this happened to anyone before?
okay. I know this post is old and you probably are donin somethin else but for future reference I will try to help you. On to buisness. What I would do is make an invisible event somewhere on the map. It will be parallel process. It will have a move event or whatever it is called on the rpg maker your using. You said 2 spaces so in the move event put step up twice(this is what it is called in rpgmaker2000) oh dont forget at the top put(where you put what this move event is for) put hero. okay now test it and the hero should move up 2. okay now exit test play go to the invisible event and under the move event make a switch l(name it whatever) and it should be on. okay now make a new page that is blank and conditions on hero touch and it should be below hero. (once again this will be worded different depending on what rpgmaker your using) dont forget the event condition should be the switch you just made. what this does is kill the event on the first page. okay the next part depends you could make another invisible event or your npc could be the event but i'm going for the npc. okay on the npc make an event that is trigered by the switch you just made earlier. it should also be parallel process. now in the event commands you just put whaever the next event is about. then you put a switch at the end of the event making sure it is different than the other event and it is on then you make a new page ,blank and trigered by the switch you just made and not parallel. and voilla. now test it and char should move up 2 do whatever then npc should do whatever and voila. glitchless event. now note that this will make npc invisible so you could also make the npc visible do somthin different or whatever. phew... Sorry for no screenshots...using vita right now because computer is broke so reply to me if ya confused still...well glad to be of be help with my first tutorial.