llSetSitText

From Second Life Wiki
Revision as of 18:23, 23 March 2008 by Strife Onizuka (talk | contribs)
Jump to navigation Jump to search

Summary

Function: llSetSitText( string text );

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 the llSetSitText is set to a space " ".
All Issues ~ Search JIRA for related Bugs

Examples

<lsl>default {

   state_entry()
   {
       llSetSitText("Sit here");
   }
}</lsl>

See Also

Functions

•  llSitTarget
•  llSetTouchText

Deep Notes

Search JIRA for related Issues

Signature

function void llSetSitText( string text );