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
12 starting with “K” of 934 — the named values scripts use for flags, permissions and change events.
| Constant | Type | Value |
|---|---|---|
| KFM_CMD_PAUSE | integer | 2 |
| KFM_CMD_PLAY | integer | 0 |
| KFM_CMD_STOP | integer | 1 |
| KFM_COMMAND | integer | 0 |
| KFM_DATA | integer | 2 |
| KFM_FORWARD | integer | 0 |
| KFM_LOOP | integer | 1 |
| KFM_MODE | integer | 1 |
| KFM_PING_PONG | integer | 2 |
| KFM_REVERSE | integer | 3 |
| KFM_ROTATION | integer | 1 |
| KFM_TRANSLATION | integer | 2 |