by Brayla Sana | Jan 2, 2020 | Camera, Functions, Wiki
llSetCameraParams(list rules) Sets multiple camera parameters at once. List format is [rule1, value1, rule2, value2 . . . ruleN, valueN] Requires PERMISSION_CONTROL_CAMERA. The agent/avatar camera function targets the agent that gave PERMISSION_CONTROL_CAMERA to the...
by Brayla Sana | Jan 1, 2020 | Uncategorized
llSetDamage(float damage) Sets the amount of damage that will be done to an avatar that the scripted object collides with. The scripted object will die (be deleted) immediately on colliding and no event handlers will be executed first. damage is a percentage (0...
by Brayla Sana | Jun 26, 2017 | Agent and Avatar, Functions, LSL, OSSL, Wiki
llSetSitText(string text); Replaces “Sit Here” in the object’s pie menu with text. Passing an empty string to llSetSitText will result in it defaulting to “Sit Here”. The text is limited to 9 characters; tab (\t) is always interpreted as...
by Brayla Sana | Jun 26, 2017 | Agent and Avatar, Functions, LSL, OSSL, Wiki
llSetTouchText(string text) Replaces “Touch” in the object’s pie menu with text. Passing an empty string to llSetTouchText will result in it defaulting to “Touch”. The text is limited to 9 characters; tab is interpreted as 4 always. The...
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...