Skip to main content

Wait For Input

Wait For Input

Waits for an input before proceeding to the next command.

Inputs

  • Input Type: Whether to wait for a key input or mouse button.
    • Key Down
    • Key Up
    • Mouse Button Down
    • Mouse Button Up
  • Key Code: The key to wait the input for. See the complete list for the keycodes here.
  • Mouse Button: The mouse button to wait the input for.
    • Left Click
    • Right Click
    • Middle Click