fix ChatExpr debug lines - remove colons and commas that break expression parser
Some checks failed
/ test (push) Failing after 16s
Some checks failed
/ test (push) Failing after 16s
This commit is contained in:
parent
1ac576b5ef
commit
f8695b2275
2 changed files with 4 additions and 4 deletions
|
|
@ -291,7 +291,7 @@ STATE: {service_decide} ~~ {
|
||||||
DoExpr {clearvar[bellaBackoffClock]}
|
DoExpr {clearvar[bellaBackoffClock]}
|
||||||
IF: All
|
IF: All
|
||||||
Expr {getqueststatus[`stipendtimer_0812`]==1}
|
Expr {getqueststatus[`stipendtimer_0812`]==1}
|
||||||
DO: ChatExpr {\/a [stipend-debug] decide: clockExists=+testvar[stipendBackoffClock]+\, elapsed=+iif[testvar[stipendBackoffClock],stopwatchelapsedseconds[getvar[stipendBackoffClock]],`none`]+\, backoff=+getvar[stipendBackoffSeconds]+\, guard=+isfalse[iif[testvar[stipendBackoffClock],stopwatchelapsedseconds[getvar[stipendBackoffClock]]<getvar[stipendBackoffSeconds],0]]}
|
DO: ChatExpr {\/a [stipend-debug] clockExists=+testvar[stipendBackoffClock]+ elapsed=+iif[testvar[stipendBackoffClock],stopwatchelapsedseconds[getvar[stipendBackoffClock]],`none`]+ backoff=+getvar[stipendBackoffSeconds]+ guard=+isfalse[iif[testvar[stipendBackoffClock],stopwatchelapsedseconds[getvar[stipendBackoffClock]]<getvar[stipendBackoffSeconds],0]]}
|
||||||
IF: All
|
IF: All
|
||||||
Expr {getqueststatus[`stipendtimer_0812`]==1}
|
Expr {getqueststatus[`stipendtimer_0812`]==1}
|
||||||
Expr {isfalse[iif[testvar[stipendBackoffClock], stopwatchelapsedseconds[getvar[stipendBackoffClock]]<getvar[stipendBackoffSeconds], 0]]}
|
Expr {isfalse[iif[testvar[stipendBackoffClock], stopwatchelapsedseconds[getvar[stipendBackoffClock]]<getvar[stipendBackoffSeconds], 0]]}
|
||||||
|
|
@ -324,7 +324,7 @@ STATE: {service_stipend} ~~ {
|
||||||
Chat {/vt opt set enablenav true}
|
Chat {/vt opt set enablenav true}
|
||||||
DoExpr {setvar[stipendBackoffClock, stopwatchcreate[]]}
|
DoExpr {setvar[stipendBackoffClock, stopwatchcreate[]]}
|
||||||
DoExpr {stopwatchstart[getvar[stipendBackoffClock]]}
|
DoExpr {stopwatchstart[getvar[stipendBackoffClock]]}
|
||||||
ChatExpr {\/a [stipend-debug] clock created: exists=+testvar[stipendBackoffClock]+\, elapsed=+stopwatchelapsedseconds[getvar[stipendBackoffClock]]}
|
ChatExpr {\/a [stipend-debug] clock created exists=+testvar[stipendBackoffClock]+ elapsed=+stopwatchelapsedseconds[getvar[stipendBackoffClock]]}
|
||||||
DoExpr {touchvar[stipendNavLoaded]}
|
DoExpr {touchvar[stipendNavLoaded]}
|
||||||
EmbedNav nav0__stipend_nav {stipend.nav}
|
EmbedNav nav0__stipend_nav {stipend.nav}
|
||||||
IF: All
|
IF: All
|
||||||
|
|
|
||||||
|
|
@ -2881,7 +2881,7 @@ n
|
||||||
s
|
s
|
||||||
e
|
e
|
||||||
s
|
s
|
||||||
\/a [stipend-debug] decide: clockExists=+testvar[stipendBackoffClock]+\, elapsed=+iif[testvar[stipendBackoffClock],stopwatchelapsedseconds[getvar[stipendBackoffClock]],`none`]+\, backoff=+getvar[stipendBackoffSeconds]+\, guard=+isfalse[iif[testvar[stipendBackoffClock],stopwatchelapsedseconds[getvar[stipendBackoffClock]]<getvar[stipendBackoffSeconds],0]]
|
\/a [stipend-debug] clockExists=+testvar[stipendBackoffClock]+ elapsed=+iif[testvar[stipendBackoffClock],stopwatchelapsedseconds[getvar[stipendBackoffClock]],`none`]+ backoff=+getvar[stipendBackoffSeconds]+ guard=+isfalse[iif[testvar[stipendBackoffClock],stopwatchelapsedseconds[getvar[stipendBackoffClock]]<getvar[stipendBackoffSeconds],0]]
|
||||||
s
|
s
|
||||||
service_decide
|
service_decide
|
||||||
i
|
i
|
||||||
|
|
@ -3182,7 +3182,7 @@ n
|
||||||
s
|
s
|
||||||
e
|
e
|
||||||
s
|
s
|
||||||
\/a [stipend-debug] clock created: exists=+testvar[stipendBackoffClock]+\, elapsed=+stopwatchelapsedseconds[getvar[stipendBackoffClock]]
|
\/a [stipend-debug] clock created exists=+testvar[stipendBackoffClock]+ elapsed=+stopwatchelapsedseconds[getvar[stipendBackoffClock]]
|
||||||
i
|
i
|
||||||
7
|
7
|
||||||
TABLE
|
TABLE
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue