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
14 starting with “N” of 934 — the named values scripts use for flags, permissions and change events.
| Constant | Type | Value |
|---|---|---|
| NAK | string | "\n\u0015\n" |
| NPC | integer | 0x20 |
| NPCLOOKAT_CLEAR | integer | 10 |
| NPCLOOKAT_CONVERSATION | integer | 6 |
| NPCLOOKAT_FOCUS | integer | 8 |
| NPCLOOKAT_FREELOOK | integer | 3 |
| NPCLOOKAT_HOVER | integer | 5 |
| NPCLOOKAT_IDLE | integer | 1 |
| NPCLOOKAT_LISTEN | integer | 2 |
| NPCLOOKAT_MOUSELOOK | integer | 9 |
| NPCLOOKAT_NONE | integer | 0 |
| NPCLOOKAT_RESPOND | integer | 4 |
| NPCLOOKAT_SELECT | integer | 7 |
| NULL_KEY | string | "00000000-0000-0000-0000-000000000000" |