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]]}
|
||||
IF: Expr {getvar[deathCount]>1}
|
||||
DO: SetState {run_away}
|
||||
IF: Expr {stopwatchelapsedseconds[getvar[deathClock]]>60}
|
||||
IF: All
|
||||
Expr {getvar[deathClock]}
|
||||
Expr {stopwatchelapsedseconds[getvar[deathClock]]>60}
|
||||
DO: DoAll
|
||||
DoExpr {clearvar[deathCount]}
|
||||
DoExpr {clearvar[deathClock]}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue