STATUS DIE AT NO ENTRY
Revision as of 11:10, 22 July 2022 by Signal Linden (talk | contribs) (Created page with "{{LSL Constant |name={{PAGENAMEE}} |type=integer |value={{LSL Hex|0x800|2048}} |desc=Causes the object to be deleted when it attempts to enter a parcel that prohibit...")
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Description
Constant: integer STATUS_DIE_AT_NO_ENTRY = 0x800;The integer constant STATUS_DIE_AT_NO_ENTRY has the value 0x800
Causes the object to be deleted when it attempts to enter a parcel that prohibits object entry or is full. Overridden by STATUS_DIE_AT_NO_ENTRY. Objects that are no-copy ignore this setting and remain in world.
Caveats
Related Articles
Constants
|
Functions
• | llSetStatus | |||
• | llGetStatus |