Script example 1: Delay a command - Commando vertraagd versturen

Freek-Jan Buijsman
Freek-Jan Buijsman Administrator
December 2017 aangepast in Native scripts
#Example for a delay of a command
WAIT 10 MIN
SET BYTE(21/Office delayed) TO BYTE(22/Office)
#Add a trigger that starts this script with the appropriate action (Office)
#To add a blocking function for this script, create another script that enables or disables this script.
#Add a trigger for this script with the appropriate action (Block Office delay)
SET SCRIPT(3/Delay example) TO BIT(4/Block Office delay)