PUSH BUTTON UP
This command, will push another button up, with or without other conditions.
FORMAT: PUSH BUTTON UP
EXAMPLE 1:
PUSH BUTTON UP
This pushes the current button up. In this case, if you click on it, you will create a 0 seconds instance that will be like a screenshot.
EXAMPLE 2:
if (button #"A" state = 1, PUSH BUTTON UP)
This pushes the current button (button B) up if button A is pushed down. This example will work the same as if there was a deactivation link from button A to the current button B.