Scripting
LSL Guide
Every script function this grid actually runs, read straight from the region software rather than copied from a wiki — including the wolf* functions that exist only here.
Constants
10 starting with “J” of 934 — the named values scripts use for flags, permissions and change events.
| Constant | Type | Value |
|---|---|---|
| JSON_APPEND | string | "-1" |
| JSON_ARRAY | string | "\uFDD2" |
| JSON_DELETE | string | "\uFDD8" |
| JSON_FALSE | string | "\uFDD7" |
| JSON_INVALID | string | "\uFDD0" |
| JSON_NULL | string | "\uFDD5" |
| JSON_NUMBER | string | "\uFDD3" |
| JSON_OBJECT | string | "\uFDD1" |
| JSON_STRING | string | "\uFDD4" |
| JSON_TRUE | string | "\uFDD6" |