Overview
Categories
Usage
// Using global variables for positioning
goto background_width / 2, background_height / 2
text "Centered text" 12
// Using time-related global variables
log "Current time: " + hour + ":" + minute + ":" + secondLast updated