Zelaron Gaming Forum

Zelaron Gaming Forum (http://zelaron.com/forum/index.php)
-   RPGMaker (http://zelaron.com/forum/forumdisplay.php?f=188)
-   -   Stopping events from repeating (http://zelaron.com/forum/showthread.php?t=43050)

idiotno69 2007-08-11 10:03 PM

Stopping events from repeating
 
Okay, I'm sorry, but I have another question. I need to know how to make it so once I talk to someone, and I press on the again, they don't say the same thing without doing "end event".

Noob101 2007-08-11 10:56 PM

...As in, if you talk to an NPC they say different things? You can either do switches or variables. IE for switches....

After they have said what you want them to say, turn on a switch. Make a new page in the event, make it begin when the talking switch is on, and have them say another thing.

For a variable, it's pretty much the same thing. When they're done talking, add a number to a variable (let's say the number 1 to the variable NPCTalking). Make another page in the event and have it begin when the variable (in this case, NPCTalking) is the number you added to it (in this case, 1). You can reset the variables by having a

Set Variable: xxxx (your variable) - 0

On a tile exiting the map.

idiotno69 2007-08-11 11:05 PM

Thanks. I appreciate it.


All times are GMT -6. The time now is 01:28 AM.

Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
This site is best seen with your eyes open.