llSay
LSLvoid llSay(integer channelID, 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
| Type | Name | What it does |
|---|---|---|
| integer | channelID | |
| string | text |
Example
default
{
touch_start(integer n)
{
llSay(0, "Hello, " + llDetectedName(0) + "!");
}
}
Energy
10
The Linden Scripting Library — what every SL-compatible grid provides.
More in LSL
string llGetRegionName()
void llLinkSetSoundQueueing(integer linknumber, integer queue)
void llSetVelocity(vector vel, integer local)
key llGetPermissionsKey()
void llSetObjectDesc(string desc)
string llJsonValueType(string json, list specifiers)
void llRegionSayTo(string target, integer channelID, string text)
float llGround(vector offset)