Published script

delay

Bounded delayed reply

u0/delay@1 Custom command v1 0

Readme

Demonstrates a safe one-second pause inside the execution wall-time limit.

Source

Showing version 1

Changelog: Initial delay example.

macchi.reply("Waiting one second...")
next.secs(1)
macchi.reply("Done.")