delay
(sleep)
The delay
action delays or sleeps for a specified amount of time. It belongs to the exec category within the system area.
Action Syntax
delay 30m
A duration (e.g., 30m, 2h)
delay $variable
A variable name starting with $
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
delay 3s
// Using Variables
// Display dynamic content from variables
delay $time
Action code: 2466580646
Version: 0.6.4
Last updated: 2025-06-13