Sucker Punch
Member
Basically, what I want to do is have the player talk to an NPC. When the conversation is over, I want to change what the NPC says when spoken to, and have him walk to a certain place.
But I'd like the Player to be able to walk around while that NPC is still going to his destination.
Its been years since I touched an RPG Maker so I'm rusty on the events, I'm probably doing something obviously stupid. Basically, here's how I'm trying to set it up.
Page1: On action button, print text, and switch self switch A and B to on.
Page2: If A is On, when action button is pressed, print different text.
Page 3 is where I'm confused. I'm trying to put the move route info in here and is active when B is on. After the move completes, it turns B back off. I've tried autorun and parallel process, but it never works properly.
EDIT: And sort of as an addendum, what's the easiest way to make two players/NPCs move at the same time?
But I'd like the Player to be able to walk around while that NPC is still going to his destination.
Its been years since I touched an RPG Maker so I'm rusty on the events, I'm probably doing something obviously stupid. Basically, here's how I'm trying to set it up.
Page1: On action button, print text, and switch self switch A and B to on.
Page2: If A is On, when action button is pressed, print different text.
Page 3 is where I'm confused. I'm trying to put the move route info in here and is active when B is on. After the move completes, it turns B back off. I've tried autorun and parallel process, but it never works properly.
EDIT: And sort of as an addendum, what's the easiest way to make two players/NPCs move at the same time?