llSitTarget

From Second Life Wiki
Revision as of 01:37, 26 February 2007 by Carigorp Matzerath (talk | contribs)
Jump to navigation Jump to search

Summary

Function: llSitTarget( vector offset, rotation rot );

Set the sit location for this object (if offset == <0.0, 0.0, 0.0> clear it)

• vector offset
• rotation rot

Examples

default
{
    state_entry()
    {
        llSitTarget(<0,0,0.1>,ZERO_ROTATION); //Vector values must not all be set to 0 for effect to take place.
    }
}

See Also

Deep Notes

Search JIRA for related Issues

Signature

function void llSitTarget( vector offset, rotation rot );