Difference between revisions of "Template:LSL Constants/Chat"
Jump to navigation
Jump to search
m |
m |
||
Line 7: | Line 7: | ||
{{!}}{{#var:value}} | {{!}}{{#var:value}} | ||
{{!}}{{#var:comment}} | {{!}}{{#var:comment}} | ||
{{!}}- | {{!}}- {{:PUBLIC_CHANNEL}} | ||
{{#ifeq:{{{mode|}}}|no_public||{{! | {{#ifeq:{{{mode|}}}|no_public||{{!}}{{#var:PUBLIC_CHANNEL}} | ||
{{!}}{{#var:value}} | {{!}}{{#var:value}} | ||
{{!}}{{#var:comment}}}} | {{!}}{{#var:comment}}}} | ||
{{!}}- | {{!}}- | ||
{{!}}} | {{!}}} |
Revision as of 11:45, 12 April 2009
Channel Constant | Description | |
---|---|---|
DEBUG_CHANNEL | 0x7FFFFFFF | Chat channel reserved for script debugging and error messages, broadcasts to all nearby users. |
PUBLIC_CHANNEL | 0x0 | Chat channel that broadcasts to all nearby users. This channel is sometimes referred to as: open chat, local chat and public chat. |