LlSetSitText - Second Life Wiki

LlSetSitText

From Second Life Wiki

Jump to: navigation, search

Function: llSetSitText( string text );

242 Function ID
0.0 Delay
10.0 Energy

Displays text rather than "Sit" in pie menu

• string text


text is limited to 9 characters.

Caveats

  • There is no way to remove the Sit option from the pie menu.
    • It will appear to be removed if it is set to a space " ".

Examples

default
{
    state_entry()
    {
        llSetSitText("Sit here");
    }
}

See Also

Functions

•  llSitTarget
•  llSetTouchText