- Joined
- Jun 23, 2012
- Messages
- 22
- Reaction score
- 1
- First Language
- English
- Primarily Uses
My question is this:
Map A has event A with a Set Move Route in its commands.
NPC thus ends up at location A.
Player leaves Map A when NPC is in the "A" position.
While the player is on Map B I want an event to call a "Set Move Route" on event A on Map A. So that when the player returns the NPC is in position "B"
Currently I can do this for any event which is on the same map, but I have not figured out a way to
do this from another map entirely. In the drop down box, you are only given events for the map on which the player currently resides.
Is there a script call that will allow to do something like the following:
"map number" "event number" "set move route"
which might look something like: 5, 12, (whatever a set move route would be) then move right, move right, move down, move right For instance?
I realize I can use a separate event on Map A which controls the movement of the NPC with tabs on it with different sets of instructions for the NPC and set self switches so that different tabs allow for different movements. I would like to see if I can do it all from Map B if possible.
Map A has event A with a Set Move Route in its commands.
NPC thus ends up at location A.
Player leaves Map A when NPC is in the "A" position.
While the player is on Map B I want an event to call a "Set Move Route" on event A on Map A. So that when the player returns the NPC is in position "B"
Currently I can do this for any event which is on the same map, but I have not figured out a way to
do this from another map entirely. In the drop down box, you are only given events for the map on which the player currently resides.
Is there a script call that will allow to do something like the following:
"map number" "event number" "set move route"
which might look something like: 5, 12, (whatever a set move route would be) then move right, move right, move down, move right For instance?
I realize I can use a separate event on Map A which controls the movement of the NPC with tabs on it with different sets of instructions for the NPC and set self switches so that different tabs allow for different movements. I would like to see if I can do it all from Map B if possible.

