is it possible to, if an event is in the middle of processing, in parallel, an the character leaves the map, can you reset the event (by id) so that if you re-enter it restarts?
for example:
Page one:
page two:
Most the time when the player is about to leave the map the event is on page two, I would like to, if the player leave the map,reset the event back to page one. Can this be done via script or eventing?
Question two:
I am looking to pause a timer, for example, as you see in the pages above there is a timer going on. there might be a quest at the same time this event is happening, a quest that causes a battle (triggered by an event) how do you pause the timer in that instance?