|
Eyeless Wanderer
Joined: 02 Dec 2001 Posts: 80 Location: Canada
|
Posted: Fri Aug 29, 2008 4:21 am
#ALARM problem |
Not sure why it no longer works, (it used to)
#TRIGGER {spells are favored.} {#ALARM +@rt {perc moonbeam}}
...
+ +@rt -> perc moonbeam [in 5 secs]
+@rt -> perc moonbeam [in -20 secs] |
|
|
|
Troublemag Wanderer
Joined: 14 Jul 2004 Posts: 83
|
Posted: Fri Aug 29, 2008 6:47 am |
Where are you generating the value of @rt?
|
|
_________________ CMUDPro 3.22 |
|
|
|
Eyeless Wanderer
Joined: 02 Dec 2001 Posts: 80 Location: Canada
|
Posted: Fri Aug 29, 2008 7:00 pm |
#TRIGGER {Q} {} "" {gsl}
#COND {q} {
#VAR RT %eval( %gsl( Q)-%gsl( q))
#VAR gaugemax @RT
} {gsl}
#TRIGGER (@RT>0) {} "" {notrig}
#COND {} {
#ADD RT -1
#IF (@RT < 1) {} {}
} {wait|param=1000} |
|
|
|
|
|