Join us in Phaze Demesnes

LSL Script Library Home   Add a script Show All
Category: Contributor: Description
Pose Balls Anonymous chair sitting script.lsl
very basic poseball for sit
chair sitting script.lsl

Download this script - Please use this link to get this script. If you see all the code on one long line, please use Wordpad or another editor, such as LSLEdit.exe. The .LSL file you will download is an ordinary text file.

1 // CATEGORY:Poseball
2 // DESCRIPTION:very basic poseball for sit
3 // ARCHIVED BY:Ferd Frederix
4
5 default
6 {
8 {
9 llSitTarget(<0.25,0.0,0.35>,<0,0,0,1>); // forward 0.25, up 0.35
10 llSetSitText("sit");
11 }
12 }