DEBUG CHANNEL
From Second Life Wiki
| LSL Portal | | | Functions | | | Events | | | Types | | | Operators | | | Constants | | | Flow Control | | | Script Library | | | Tutorials |
integer DEBUG_CHANNEL = 0x7FFFFFFF;
The integer constant DEBUG_CHANNEL has the value 0x7FFFFFFF
Chat channel reserved for debug and error messages from scripts. The client will display these in the script console.
Related Functions, Events & Constants
Constants
| • | PUBLIC_CHANNEL |
Functions
| • | llWhisper | |||
| • | llSay | |||
| • | llShout | |||
| • | llRegionSay | |||
| • | llDialog | |||
| • | llListen |
Events
| • | listen |

