Difference between revisions of "LlSetTouchText"

From Second Life Wiki
Jump to navigation Jump to search
m (Fix for alphabetical order in Functions list)
Line 10: Line 10:
|caveats
|caveats
|constants
|constants
|examples
|examples=
<Pre>
default
{
    state_entry()
    {
        llSetTouchText("Touch me!");
    }
    touch_start(integer detected)
    {
        llSay(0, "you touched me!");
    }
}
</Pre>
|helpers
|helpers
|also_functions=*{{LSLG|llSetSitText}}
|also_functions=*{{LSLG|llSetSitText}}

Revision as of 05:00, 27 September 2007