I wanted to make a trigger where you use the wait function.
1) When the trigger goes into effect, I want it to wait for x seconds, then do something. The catch is it can only be 'online' seconds, and and if I'm disconnected I want the wait.timer to stop until I reconnect, how can I do that?
2) I have another trigger / wait timer set up to help me keep track of when my character is fully healed since it doesn't do so automatically where I play.
I have it so the wait timer is based on a variable, how can I make it so that when the trigger is triggered, it overwrites the previous... trigger?
To explain what I mean, suppose I type hp and my trigger records that I will fully naturally heal in 500 seconds. But suppose I then drink a potion that partially heals me, and I type hp again, I now would naturally heal in 200 seconds. Unfortunately, the trigger reacts to both, I get a message that I'm fully healed 500 seconds after the first time the trigger fired, and 200 seconds after the second time. How do I have the second 'firing' overwrite the first, if that's even possible.?
1) When the trigger goes into effect, I want it to wait for x seconds, then do something. The catch is it can only be 'online' seconds, and and if I'm disconnected I want the wait.timer to stop until I reconnect, how can I do that?
2) I have another trigger / wait timer set up to help me keep track of when my character is fully healed since it doesn't do so automatically where I play.
I have it so the wait timer is based on a variable, how can I make it so that when the trigger is triggered, it overwrites the previous... trigger?
To explain what I mean, suppose I type hp and my trigger records that I will fully naturally heal in 500 seconds. But suppose I then drink a potion that partially heals me, and I type hp again, I now would naturally heal in 200 seconds. Unfortunately, the trigger reacts to both, I get a message that I'm fully healed 500 seconds after the first time the trigger fired, and 200 seconds after the second time. How do I have the second 'firing' overwrite the first, if that's even possible.?