Category:LSL Text
Jump to navigation
Jump to search
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Text in Second Life can be delivered via String values, via Notecards, or, can in some instances, become a "part" of the prim.
These three following functions set text on the prim: text that either floats above the prim, or appears on a pie menu presented to the user when the prim is clicked on.
- llSetText (aka "floating text")
- llSetSitText (appears on pie menu)
- llSetTouchText (appears on pie menu)
Note that like particles, all text set via the above three functions becomes a property of a prim, not a script. For that reason, the text will remain if the script that set it is deactivated or even removed.
To remove text set via any of the above, you don't actually remove it, but rather swap in an empty string (details on each function's page.)
See Also:
Pages in category "LSL Text"
The following 2 pages are in this category, out of 2 total.