oki well im in rpg maker xp and i got this an event going which is just a guy running to u and saying hey blah blah lblah wats ur name and u pick ur name and stuff then he says come this way and meet my brother and he goes to the stairs and i got end event so he dissappears but then after my character comes back up from the basement the event is reloaded how can i just totally make him go poof from the game forever in that room after that
you stepped into one of the only cases that require usage of new pages.
the simple way is to set the switches to start with "on" instead of off and thus precondtion it to a switch and turn it off when you want the event to never show up again (right when ti walks the stairs)
but even though it's ez to set it might turn to be quite confusing since you'll have to remember that all the switches are set by default to on.
the "harder" by 2 sec way is to make a new page, precondition it with a switch(try not to make it a local one, you might want to use it as a precondition for something else too and you got 5k switches so you don't have to worry about losing all of them) and then the event should look like:
(event)
first page (create pages with the page buttons at the top)
precondition (top left corner) = no precondtions. (don't mark anything)
graphics: npc
message: blabla
*doing stuff*
*walking*
*turn switch(number) on*
2nd page
precondition (top left corner) = switch(number) is on
graphics: none
event- none.