just try all ways to see if the var is set or not
All checks were successful
/ test (push) Successful in 20s

This commit is contained in:
Johan Lundberg 2025-04-10 23:40:24 +02:00
parent b47c85539a
commit a29ded5626
2 changed files with 49 additions and 3 deletions

View file

@ -139,8 +139,10 @@ STATE: {Default} ~~ {
DoExpr {setvar[lootclock,stopwatchcreate[]]}
DoExpr {stopwatchstart[getvar[lootclock]]}
SetState {hunt}
IF: All
IF: Any
Expr {getvar[lootTime] == 0}
Not Expr {touchvar[lootTime]}
Not Expr {testvar[lootTime]}
DO: DoExpr {setvar[lootTime, 21600]}
~~ }
STATE: {avoid_portal} ~~ {