View Full Version : Stopping events from repeating
idiotno69
2007-08-11, 10:03 PM
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.
vBulletin® v3.8.2, Copyright ©2000-2025, Jelsoft Enterprises Ltd.