corrade-lsl-templates

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 4  →  ?path2? @ 5
/source/sit-and-animate/set-sit-target.lsl
@@ -0,0 +1,6 @@
default {
state_entry()
{
llSitTarget(<0,0,0.1>, ZERO_ROTATION);
}
}