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.

Event help (2003)

Started by Eonart, May 13, 2010, 10:32:34 AM

0 Members and 1 Guest are viewing this topic.

Eonart

I am trying to find out how to make an event stop moving after another event is erased.

What I am trying to do is to have 2 guys fighting, you beat up one guy and the other guy stops moving.
p cool sig

modern algebra

Just before you erase the event, turn a switch ON. Then go to the other event and make a new page conditioned on that switch.

Eonart

Thanks for the help but now I have another problem.
After all the "fighting" is done, I want the "fighters" to gather, luckily I did that by making a new map, but there is one problem.

How do I teleport there after all enemies are defeated, because there are like, 7 enemy events, not 2.
p cool sig

cozziekuns

Right before you erase the event, set a variable (doesn't matter which) to +1. Then go to the other event and make a new page conditioned with variables 1, 2, 3, 4, 5, 6, 7.

Eonart

p cool sig