Skip to main content

Utility

The Utility blocks provide helpful functions for controlling flow and displaying information in your macros.

Alert​

Shows an alert message to the screen with an optional title.

Home Page

Inputs:

  • Message (string): The message to display
  • Title (string): Optional title for the alert box

Sleep​

Pauses the macro execution for a specified amount of time.

Home Page

Inputs:

  • Milliseconds (number): The duration to pause in milliseconds (1000ms = 1 second)