LlSetSitText
De DigiWiki.
Usage:
default { state_entry() { llSetSitText("Be Seated"); } }
Removing Sit Text:
There is no way to stop a pie menu from having a "Sit Here" space reserved on it. Although by setting the string to a space no text will be shown.
To remove custom text that you have placed there, set the text as an empty string like this: "".
default { state_entry() { llSetSitText(""); } }
Upon your having done so, the text that appears will revert to "Sit Here."