Difference between revisions of "LlSetSitText"

From Second Life Wiki
Jump to navigation Jump to search
m (grammar)
Line 6: Line 6:
|return_text
|return_text
|spec
|spec
|caveats
|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 " ".
|constants
|constants
|examples=<lsl>default
|examples=<lsl>default

Revision as of 18:23, 23 March 2008

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 );