Skip to main content

PUSH BUTTON DOWN WITH DELAY

This command pushes another button down with delay (in seconds), with or without other conditions.


FORMAT: PUSH BUTTON DOWN WITH DELAY n


DEFINITIONS:

  • n: Number. This will be the delay in seconds.

EXAMPLE 1:

PUSH BUTTON DOWN WITH DELAY 3

Pushes the current button down with a 3 second delay.

EXAMPLE 2:

if (button #"A" state = 1, PUSH BUTTON DOWN WITH DELAY 3)

This will push the current button (button B) down with a 3 second delay if button A is pushed down.