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
list llGetAnimationList(key id)
vector llGetCenterOfMass()
string llGetAgentLanguage(key id)
void llGiveInventoryList(key destination, string folderName, list inventory)
string llList2Json(string type, list values)
void llSetVehicleFloatParam(integer param, float value)
integer llScriptDanger(vector pos)
integer llGetInventoryType(string name)