Skip to content

llSay

void llSay(integer Channel, string Text)

Says Text on Channel.

This chat method has a range of 20m radius.

PUBLIC_CHANNEL is the public chat channel that all avatars see as chat text. DEBUG_CHANNEL is the script debug channel, and is also visible to nearby avatars. All other channels are are not sent to avatars, but may be used to communicate with scripts.

Parameters
Channel (integer)
Channel to use to say text on.
Text (string)
Text to say.

Add example usage here.

Add additional notes, caveats, or tips here.

  • Related pages can be linked here