Don't click here unless you want to be banned.

LSL Wiki : PUBLIC_CHANNEL

HomePage :: PageIndex :: RecentChanges :: RecentlyCommented :: UserSettings :: You are crawl338.us.archive.org

PUBLIC_CHANNEL


PUBLIC_CHANNEL is an integer constant that, when passed to llSay, llWhisper, or llShout as a channel parameter, will print text to the publicly heard chat channel. Has the value '0'.

Example Usage:
default {
    state_entry() {
        llSay(PUBLIC_CHANNEL, "Hello to everyone around me!");
    }
}


Chat | Constants | DEBUG_CHANNEL
There is no comment on this page. [Display comments/form]