llSetSitText

llSetSitText(string text); Replaces “Sit Here” in the object’s pie menu with text. Passing an empty string to llSetSitText will result in it defaulting to “Sit Here”. The text is limited to 9 characters; tab (\t) is always interpreted as...

llSetTouchText

llSetTouchText(string text) Replaces “Touch” in the object’s pie menu with text. Passing an empty string to llSetTouchText will result in it defaulting to “Touch”. The text is limited to 9 characters; tab is interpreted as 4 always. The...

llSitTarget

llSitTarget(vector offset, rotation rot) Sets the sit target for the prim (not the object) at offset from the center of the prim and rotated by rot. If offset is ZERO_VECTOR, the sit target is cleared. After defining a sit target, llAvatarOnSitTarget can be used. The...