SetTextProperties
Sets the properties of a TextToy.
Syntaxโ
SetTextProperties *text_toy_reference "label"? display_width? display_height?
Argumentsโ
| Name | Required | Type | Description |
|---|---|---|---|
text toy reference | Yes | a reference to TextToy object. | |
label | No | Any text e.g. "Hello, World!" | Default: not changing |
display width | No | Any number | Default: not changing |
display height | No | Any number | Default: not changing |
On a running serverโ
Use serhelp SetTextProperties to inspect the reference generated by your installed SER version.