WAITSECS
You can use this function to put the script into a wait state for a predefined number of seconds. You can define the number of seconds in the wait command to
1 -
9999. If the number of seconds is not specified, the default value of
1 second is used.
The format of this function is
WAITSECS
number_of_seconds. For example,
WAITSECS 20 indicates putting the script in a wait for 20 seconds.