.help
element
The .help
action sets a help text modifier for an element. It belongs to the modifier category within the ui area.
Action Syntax
.help "text"
A quoted text string
.help $variable
A variable name starting with $
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
.help "help"
// Using Variables
// Display dynamic content from variables
.help $text
Action code: 554655953
Version: 0.6.4-1
Last updated: 2025-06-13