The RPG Maker Resource Kit

RMRK RPG Maker Creation => RPG Maker General => General Tutorials and Eventing => Topic started by: JJannem on August 18, 2008, 05:47:52 PM

Title: 1 question. plz help if you can. (RESOLVED)
Post by: JJannem on August 18, 2008, 05:47:52 PM
1. ok so i make a event where two peapole are talking,
and at the end of the conversation i made the second person disapear from the map but when i go inside a house and come back again the person is still there! i want him to disapear forever, what switch or sumthing do i need to use?


Title: Re: 1 question. plz help if you can. (REQUEST)
Post by: Zylos on August 18, 2008, 06:34:53 PM
Okay, what you need to do is to use "self-switches". Get rid of the erase event command (or whatever other command you used to make the person disappear), and replace it with the "Control Self-Switch" command.

(https://rmrk.net/proxy.php?request=http%3A%2F%2Fi254.photobucket.com%2Falbums%2Fhh99%2FZylos_2007%2FSelfSwitch1.jpg&hash=0beba053eedf5a9969a6b5c0cd2b01250d0603fd)

Turn on whatever switch you want to use for your event.

(https://rmrk.net/proxy.php?request=http%3A%2F%2Fi254.photobucket.com%2Falbums%2Fhh99%2FZylos_2007%2FSelfSwitch2.jpg&hash=232beaab8071879f3ab1cafb7cea66c82ebd1d8a)

Once that's set, go up to the top and click "New Event Page".

(https://rmrk.net/proxy.php?request=http%3A%2F%2Fi254.photobucket.com%2Falbums%2Fhh99%2FZylos_2007%2FSelfSwitch3.jpg&hash=a7dd57b1644ad7404e4b4d653b2a287c31b7c714)

This will create a second, blank page. As long as it's blank and not set to Autorun, it won't do anything. All you have to do now is to set the conditions on that page so that it won't run unless the self-switch you assigned is on.

(https://rmrk.net/proxy.php?request=http%3A%2F%2Fi254.photobucket.com%2Falbums%2Fhh99%2FZylos_2007%2FSelfSwitch4.jpg&hash=fe34e03d927e242ec2b42f33af23623f616c864e)


And it's as simple as that.
Title: Re: 1 question. plz help if you can. (REQUEST)
Post by: JJannem on August 18, 2008, 07:31:40 PM
Thanks ;D ;D