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
19 starting with “X” of 934 — the named values scripts use for flags, permissions and change events.
| Constant | Type | Value |
|---|---|---|
| XP_ERROR_EXPERIENCE_DISABLED | integer | 8 |
| XP_ERROR_EXPERIENCE_SUSPENDED | integer | 9 |
| XP_ERROR_EXPERIENCES_DISABLED | integer | 2 |
| XP_ERROR_INVALID_EXPERIENCE | integer | 7 |
| XP_ERROR_INVALID_PARAMETERS | integer | 3 |
| XP_ERROR_KEY_NOT_FOUND | integer | 14 |
| XP_ERROR_MATURITY_EXCEEDED | integer | 16 |
| XP_ERROR_NO_EXPERIENCE | integer | 5 |
| XP_ERROR_NONE | integer | 0 |
| XP_ERROR_NOT_FOUND | integer | 6 |
| XP_ERROR_NOT_PERMITTED | integer | 4 |
| XP_ERROR_NOT_PERMITTED_LAND | integer | 17 |
| XP_ERROR_QUOTA_EXCEEDED | integer | 11 |
| XP_ERROR_REQUEST_PERM_TIMEOUT | integer | 18 |
| XP_ERROR_RETRY_UPDATE | integer | 15 |
| XP_ERROR_STORAGE_EXCEPTION | integer | 13 |
| XP_ERROR_STORE_DISABLED | integer | 12 |
| XP_ERROR_THROTTLED | integer | 1 |
| XP_ERROR_UNKNOWN_ERROR | integer | 10 |