profile
Action
Stores user profile information like name, email, preferences, and settings
Syntax
profile $name "Label"
field name and label
profile $name "Label" "value"
with text default value
profile $name "Label" 22
with number default value
profile $name "Label" true
with boolean default value
profile $name "Label" $defvalue
with variable default value
profile $name "Label" 2025-12-01
with date default value
profile $name "Label" %imagetag
with image default value
profile $name "Label" #color
with color default value