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 llToUpper(string source)
void llAdjustSoundVolume(float volume)
string llDeleteSubString(string src, integer start, integer end)
float llCos(float f)
string llJsonSetValue(string json, list specifiers, string value)
void llSetPhysicsMaterial(integer material_bits, float material_gravity_modifier, float material_restitution, float material_friction, float material_density)
void llRotLookAt(rotation target, float strength, float damping)
integer llCeil(float f)