<- CRPL reference <- Text Commands
| Arguments | Result | Notation |
|---|---|---|
| Size | n1 – |
Sets the scale of the text for SetText to be displayed. The default is 1.0. Double-size is 2.0, and half-size is 0.5. The size of the text will also scale with the map zoom.
# Set text at about 150% of default
"Hello Creeper World" SetText
1.5 SetTextSize
# Warp notation
SetText("Hello Creeper World")
SetTextSize(1.5)