Difference between revisions of "PRIM SCRIPTED SIT ONLY"
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...") |
|||
Line 2: | Line 2: | ||
|name=PRIM_SCRIPTED_SITS_ONLY | |name=PRIM_SCRIPTED_SITS_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. | ||
|functions= | |functions= |
Revision as of 11:48, 28 September 2016
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Description
Constant: integer PRIM_SCRIPTED_SITS_ONLY = 40;The integer constant PRIM_SCRIPTED_SITS_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.
Caveats