This commit is contained in:
parent
00c2bf0a37
commit
5527a6ed38
2 changed files with 26 additions and 2 deletions
|
|
@ -85,7 +85,9 @@ STATE: {Hunt}
|
||||||
DoExpr {stopwatchstart[getvar[deathClock]]}
|
DoExpr {stopwatchstart[getvar[deathClock]]}
|
||||||
IF: Expr {getvar[deathCount]>1}
|
IF: Expr {getvar[deathCount]>1}
|
||||||
DO: SetState {run_away}
|
DO: SetState {run_away}
|
||||||
IF: Expr {stopwatchelapsedseconds[getvar[deathClock]]>60}
|
IF: All
|
||||||
|
Expr {getvar[deathClock]}
|
||||||
|
Expr {stopwatchelapsedseconds[getvar[deathClock]]>60}
|
||||||
DO: DoAll
|
DO: DoAll
|
||||||
DoExpr {clearvar[deathCount]}
|
DoExpr {clearvar[deathCount]}
|
||||||
DoExpr {clearvar[deathClock]}
|
DoExpr {clearvar[deathClock]}
|
||||||
|
|
|
||||||
|
|
@ -559,11 +559,33 @@ run_away
|
||||||
s
|
s
|
||||||
Hunt
|
Hunt
|
||||||
i
|
i
|
||||||
26
|
2
|
||||||
i
|
i
|
||||||
3
|
3
|
||||||
TABLE
|
TABLE
|
||||||
2
|
2
|
||||||
|
K
|
||||||
|
V
|
||||||
|
n
|
||||||
|
n
|
||||||
|
2
|
||||||
|
i
|
||||||
|
26
|
||||||
|
TABLE
|
||||||
|
2
|
||||||
|
k
|
||||||
|
v
|
||||||
|
n
|
||||||
|
n
|
||||||
|
1
|
||||||
|
s
|
||||||
|
e
|
||||||
|
s
|
||||||
|
getvar[deathClock]
|
||||||
|
i
|
||||||
|
26
|
||||||
|
TABLE
|
||||||
|
2
|
||||||
k
|
k
|
||||||
v
|
v
|
||||||
n
|
n
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue