by Dadiella Nightwing | Oct 10, 2017 | Agent and Avatar, Functions, LSL, OSSL, Wiki
llUnSit(key id) If the agent identified by id is sitting on the scripted object or is over land owned by the scripted object’s owner, the agent is forced to stand up. Notes: When dealing with group land, the object owner must be the group. It won’t work if...
by Brayla Sana | Oct 10, 2017 | Agent and Avatar, Functions, LSL, OSSL, Wiki
llTakeControls(integer controls, integer accept, integer pass_on) The control functions allow an object to respond to user interface input that normally controls the avatar. For example, this allows creation...
by Brayla Sana | Oct 10, 2017 | Agent and Avatar, Functions, LSL, OSSL, Wiki
llSitTarget(vector offset, rotation rot) Sets the sit target for the prim (not the object) at offset from the center of the prim and rotated by rot. If offset is ZERO_VECTOR, the sit target is cleared. After defining a sit target, llAvatarOnSitTarget can be used. The...
by Brayla Sana | Oct 10, 2017 | Camera, Functions, LSL, OSSL, Wiki
llSetCameraEyeOffset(vector offset) Sets the camera eye offset used in this object if an avatar sits on it. Use ZERO_VECTOR to cancel. The same functionality can be found in llSetCameraParams and more. This defines the position of the camera. Define the point...
by Brayla Sana | Oct 10, 2017 | Camera, Functions, LSL, OSSL, Wiki
llSetCameraAtOffset(vector offset) Sets the camera at offset used in this object if an avatar sits on it. Use ZERO_VECTOR to cancel. The same functionality can be found in llSetCameraParams and more. The offset argument defines the point the camera is facing (relative...