Skip to main content

PUSH BUTTON UP WITH DELAY

This script will push a button up with a delay (in seconds), with or without other conditions.


FORMAT: PUSH BUTTON UP WITH DELAY n


DEFINITIONS:

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

EXAMPLE 1:

PUSH BUTTON UP WITH DELAY 3

EXAMPLE 2:

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

If button A is pushed down, this script will push the current button (button B) up with a 3 second delay.