- Joined
- Apr 15, 2020
- Messages
- 58
- Reaction score
- 20
- First Language
- English
- Primarily Uses
- RMMV
i'm trying to make an NPC appear as if they leave one door, walk to another door and exit. While the event/NPC is moving, I would like the PC to be able to interact with the event with the action button. I set this up using switches and can get this to work once, but when I reset the switches and try and retrigger the event I can't get the event to appear back in the starting position.
Here is how I set it up:
1) switch 1 - Maids1GoToWork = ON
open door
make event transparent and get in doorway activate Maid1StartRoute = ON
2) Maid1StartRoute = ON
custom route to x,y
script: if x,y, switches go off
script: if x,y, jump to x2, y2
This works ok, but somehow seems to be missing the jump to portion, because when I reset the switches and try again the event reappears at the end of its route.
I think it is something to do with the "set movement route" it seems like maybe this only works on an event page once.
Any help would be appreciated!
Here is how I set it up:
1) switch 1 - Maids1GoToWork = ON
open door
make event transparent and get in doorway activate Maid1StartRoute = ON
2) Maid1StartRoute = ON
custom route to x,y
script: if x,y, switches go off
script: if x,y, jump to x2, y2
This works ok, but somehow seems to be missing the jump to portion, because when I reset the switches and try again the event reappears at the end of its route.
I think it is something to do with the "set movement route" it seems like maybe this only works on an event page once.
Any help would be appreciated!
Attachments
-
53.6 KB Views: 11
-
60.2 KB Views: 11
-
118 KB Views: 11
