File: http://svn.grimore.org/corrade-lsl-templates/source/sit-and-animate/set-sit-target.lsl -

default {
    state_entry()
    {
        llSitTarget(<0,0,0.1>, ZERO_ROTATION);
    }
}