PRIM SCRIPTED SIT ONLY

From Second Life Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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;