Page 1 of 1

Timer deactivation variables

Posted: Thu Jun 18, 2015 4:35 pm
by Bigstomp
I'd like to use variables that were captured during starting of a timer in the stop sequence of the timer.
Is there currently a way to do this? Would it be difficult to add if not?

For example:
Search text: {S}'s weapons begin to spin.

Ranger01's weapons begin to spin.
(put up timer for Ranger01)
Ranger02's weapons begin to spin.
(put up timer for Ranger02)
Ranger01 has been slain by a moss snake.
(remove Ranger01's timer, leaving in place Ranger02's timer)

Re: Timer deactivation variables

Posted: Thu Jun 18, 2015 7:57 pm
by Gimagukk
Yes, this functionality is currently possible, although you may want to use the beta version due to an issue with designating Early End timers to use regex. Here is the basic trigger setup you would use:

General Settings:
Search Text: ^{S}'s weapons begin to spin\.$

Timer tab
Timer Type: Timer (Count Down)
Timer Name: Blah blah timer for {S}
If timer is already running: Start a new timer
End early text: ^{S} has been slain

Re: Timer deactivation variables

Posted: Fri Jun 19, 2015 10:30 am
by Bigstomp
Will get beta and give it a try. Thank you.