just try all ways to see if the var is set or not
All checks were successful
/ test (push) Successful in 20s
All checks were successful
/ test (push) Successful in 20s
This commit is contained in:
parent
b47c85539a
commit
a29ded5626
2 changed files with 49 additions and 3 deletions
4
bore.af
4
bore.af
|
|
@ -139,8 +139,10 @@ STATE: {Default} ~~ {
|
||||||
DoExpr {setvar[lootclock,stopwatchcreate[]]}
|
DoExpr {setvar[lootclock,stopwatchcreate[]]}
|
||||||
DoExpr {stopwatchstart[getvar[lootclock]]}
|
DoExpr {stopwatchstart[getvar[lootclock]]}
|
||||||
SetState {hunt}
|
SetState {hunt}
|
||||||
IF: All
|
IF: Any
|
||||||
Expr {getvar[lootTime] == 0}
|
Expr {getvar[lootTime] == 0}
|
||||||
|
Not Expr {touchvar[lootTime]}
|
||||||
|
Not Expr {testvar[lootTime]}
|
||||||
DO: DoExpr {setvar[lootTime, 21600]}
|
DO: DoExpr {setvar[lootTime, 21600]}
|
||||||
~~ }
|
~~ }
|
||||||
STATE: {avoid_portal} ~~ {
|
STATE: {avoid_portal} ~~ {
|
||||||
|
|
|
||||||
48
bore.met
48
bore.met
|
|
@ -834,7 +834,7 @@ hunt
|
||||||
s
|
s
|
||||||
Default
|
Default
|
||||||
i
|
i
|
||||||
2
|
3
|
||||||
i
|
i
|
||||||
7
|
7
|
||||||
TABLE
|
TABLE
|
||||||
|
|
@ -843,6 +843,28 @@ K
|
||||||
V
|
V
|
||||||
n
|
n
|
||||||
n
|
n
|
||||||
|
3
|
||||||
|
i
|
||||||
|
26
|
||||||
|
TABLE
|
||||||
|
2
|
||||||
|
k
|
||||||
|
v
|
||||||
|
n
|
||||||
|
n
|
||||||
|
1
|
||||||
|
s
|
||||||
|
e
|
||||||
|
s
|
||||||
|
getvar[lootTime] == 0
|
||||||
|
i
|
||||||
|
21
|
||||||
|
TABLE
|
||||||
|
2
|
||||||
|
K
|
||||||
|
V
|
||||||
|
n
|
||||||
|
n
|
||||||
1
|
1
|
||||||
i
|
i
|
||||||
26
|
26
|
||||||
|
|
@ -856,7 +878,29 @@ n
|
||||||
s
|
s
|
||||||
e
|
e
|
||||||
s
|
s
|
||||||
getvar[lootTime] == 0
|
touchvar[lootTime]
|
||||||
|
i
|
||||||
|
21
|
||||||
|
TABLE
|
||||||
|
2
|
||||||
|
K
|
||||||
|
V
|
||||||
|
n
|
||||||
|
n
|
||||||
|
1
|
||||||
|
i
|
||||||
|
26
|
||||||
|
TABLE
|
||||||
|
2
|
||||||
|
k
|
||||||
|
v
|
||||||
|
n
|
||||||
|
n
|
||||||
|
1
|
||||||
|
s
|
||||||
|
e
|
||||||
|
s
|
||||||
|
testvar[lootTime]
|
||||||
TABLE
|
TABLE
|
||||||
2
|
2
|
||||||
k
|
k
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue