Hi Marcus,
I want to use zscript recording insite my new script.
I use the following code:
[if,([IsEnabled,zscript:end rec]==1),
[ipress,zscript:end rec]
]//endif
[if,([IsEnabled,zscript:record]==1),
[messageok,“record=enabled for ipress”]
[ipress,zscript:record]
Now here comes a standard warning from ZB3 better to reinitialize ZB before a new recording. The I click the No-button and the zscript seems to be stopped! I never reach the followinf check-note:
[note,“record on”,1]
]//endif
Is it possible to go passed the warning alltogether? Or some other means to keep the script running its course?
Greetings, EddyL