Hi, I don't think this is much better then the one you use at the moment, but I use this for my countdown. There may be better options out there. This way you can manipulate [CountDown] and [Set]. Regards
SetVar "[CountDown]" "[Set]"
Math "[CountDown]-1" "" "[CountDown]"
Delay "1000"
If "[CountDown]" "=" "0"
.Insert action here
Else
GotoLine "2"
EndIf
Hi, I don't think this is much better then the one you use at the moment, but I use this for my countdown. There may be better options out there. This way you can manipulate [CountDown] and [Set]. Regards
SetVar "[CountDown]" "[Set]"
Math "[CountDown]-1" "" "[CountDown]"
Delay "1000"
If "[CountDown]" "=" "0"
.Insert action here
Else
GotoLine "2"
EndIf