11-06-2009, 03:21 AM
Ah, well thing is, I'm pretty noob at RPG maker Lol. Um, should I be using common events for this and linking the 2 with switches? I don't really understand but basically i have something like this:
NPC I talk to to make him move:
1st Page:
Text
Control Self Switch = A ON
2nd Page:
Control Switches: 0013: moving 2 = ON
3rd Page:
Blank
----------------------------------------------
NPC I want to move:
Text
----------------------------------------------
Common Event: Parallel, Conditional Switch = 0013:moving 2
Conditional Branch= switch 0013:moving2 = ON
Set Move Route: EV011
- Move Down
-Turn Left
Control Switches = switch0013:moving2 = OFF
Else
Branch End
NPC I talk to to make him move:
1st Page:
Text
Control Self Switch = A ON
2nd Page:
Control Switches: 0013: moving 2 = ON
3rd Page:
Blank
----------------------------------------------
NPC I want to move:
Text
----------------------------------------------
Common Event: Parallel, Conditional Switch = 0013:moving 2
Conditional Branch= switch 0013:moving2 = ON
Set Move Route: EV011
- Move Down
-Turn Left
Control Switches = switch0013:moving2 = OFF
Else
Branch End