Difference between revisions of "PRIM SCRIPTED SIT ONLY"

From Second Life Wiki
Jump to navigation Jump to search
(Created page with "{{LSL Constant |name=PRIM_SCRIPTED_SITS_ONLY |type=integer |value=? |desc= Agents may only be seated on this prim using llSitOnLink. Attempts to do a manual sit will fail...")
 
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{LSL Constant
{{LSL Constant
|name=PRIM_SCRIPTED_SITS_ONLY
|name=PRIM_SCRIPTED_SIT_ONLY
|type=integer
|type=integer
|value=?
|value= 40
|desc= Agents may only be seated on this prim using [[llSitOnLink]].  Attempts to do a manual sit will fail.  This flag applies even outside of an experience enabled region.
|desc= Agents may only be seated on this prim using [[llSitOnLink]].  Attempts to do a manual sit will fail.  This flag applies even outside of an experience enabled region.
If any prim in a linkset has PRIM_SCRIPTED_SIT_ONLY set and no other prim in the linkset has a sit target then an avatar cannot manually sit on the object.
If some other prim in the linkset does have a sit target (that is not filled or marked PRIM_SCRIPTED_SIT_ONLY), the agent can sit on that prim.
|functions=
|functions=
{{LSL DefineRow||[[llSetPrimitiveParams]]|}}
{{LSL DefineRow||[[llSetPrimitiveParams]]|}}

Latest revision as of 12:12, 4 October 2016

Description

Constant: integer PRIM_SCRIPTED_SIT_ONLY = 40;

The integer constant PRIM_SCRIPTED_SIT_ONLY has the value 40

Agents may only be seated on this prim using llSitOnLink. Attempts to do a manual sit will fail. This flag applies even outside of an experience enabled region.

If any prim in a linkset has PRIM_SCRIPTED_SIT_ONLY set and no other prim in the linkset has a sit target then an avatar cannot manually sit on the object.

If some other prim in the linkset does have a sit target (that is not filled or marked PRIM_SCRIPTED_SIT_ONLY), the agent can sit on that prim.

Deep Notes

Search JIRA for related Issues

Signature

integer PRIM_SCRIPTED_SIT_ONLY = 40;