The RPG Maker Resource Kit

Other Game Creation => Game Creation General Chat => Topic started by: Todne on December 30, 2005, 10:18:40 PM

Title: How do i make events disapear?
Post by: Todne on December 30, 2005, 10:18:40 PM
I have mande many events that i want to stop existing once they have been used once but all i can get them to do is disapeer until you leave the room and re-enter. Can anyone please help me on that?
Title: How do i make events disapear?
Post by: creepy on December 30, 2005, 10:50:49 PM
You have to use switches and variables for that
EX:
Code: [Select]
<>message: O no help me
There is a monster under the bed!
<>switch: [001: XXX] = ON


Make a new page and in the left you will se a check box and then says switch
well turn it on, make sure you are using the switch you are using (in this case 1)
And ad wathever EX:

Code: [Select]

<>message: Oh thank you!
Title: How do i make events disapear?
Post by: Yossy on January 01, 2006, 09:03:25 PM
Yeah, you can't just use "Erase Event."
Title: How do i make events disapear?
Post by: Inaru on January 02, 2006, 01:29:04 AM
Go look up the switches tutorial.

I've said this now like, 7 times...