RMRK is retiring.
Server is paid up for the rest of 2026, but the forum may go after that. See here for more information. Please archive or save anything you would like to keep before 2027.
Main Menu
  • Welcome to The RPG Maker Resource Kit.

How can I permanantly move an event?

Started by roscopatterson, June 16, 2010, 09:51:22 AM

0 Members and 1 Guest are viewing this topic.

roscopatterson

In a game im making, a path is blocked by a big animal, and when a specific item is in inventory, the animal will move when action button is pressed by it. I belive im doing the wrong thing however, I need the animal to stay moved, but whenever the map reloads, of course he is back in the same spot. How could I permanantly move this event?

modern algebra

Well, you can activate a switch when the animal moves, and then create a new, blank page in the same event with that switch as a condition. You can then create a new event with the animal in its moved position, that has as its condition the same switch. That's one way. Another way would be to have a parallel process event run the moment the actor enters the zone which teleports the event to the new position if the switch is ON, and then erases itself.

roscopatterson

Aha! I feel silly, that was obvious. Thanks a million