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.
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.
Inputs:
- Milliseconds (number): The duration to pause in milliseconds (1000ms = 1 second)