Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Is there a code like
If Var("thrst")=>2000 setVar("bthrst") 1
???
check the other thread, it has it in there
Thanks a LOT!
Proper way to write it:
if getVar("thrst")>=2000 then setVar("bthrst",1);end;
Advertisement