Talk:LlSetSitText

From Second Life Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

I think this is restricted to 9 bytes and not 9 characters... I'll check it later. -- Strife Onizuka 15:01, 27 September 2007 (PDT)

Yikes! Nope Strife it's chars not bytes. And the chars can overrun the confined of the pie slice.<lsl>default

{

   state_entry()
   {
       llSetSitText("@@@@@@@@@"); // Looks mighty horrid.
   }

}</lsl>-- Fred Gandt (talk|scripts|contribs) 20:21, 17 March 2010 (UTC) Only works in a script in the root prim and sets the sit text for all prims. Would be nice if you could have different sit text for multiple linked prims with sit targets. Garbo Szondi