Google
×
Jul 5, 2017 · Channel Constant, Description. DEBUG_CHANNEL, 0x7FFFFFFF, Chat channel reserved for script debugging and error messages, ...
Jan 22, 2015 · llSay, –, Sends chat limited to 20 meters. •, llShout, –, Sends chat limited to 100 meters. •, llRegionSayTo, –, Sends private chat region wide. Caveats · Useful Snippets · See Also
llSay(0, "/me wants steak."); The chat output would be: Your dog wants steak. Scripts with listens will get the text exactly as it was typed in. In the above example, ...
Syntax llSay(integer channel, string message); Says the text specified as message on the specified channel. Parameters integer channel any integer value , ...
... from the said text llSay(0, "/me "+llDumpList2String(messageParts, " "); // set our objects name back to its old text. llSetObjectName(oldname);.
In our example, the only code was the library function llSay. llSay allows a script to chat text, much like an avatar, onto a channel of its choosing. Channel 0 is the  ...
Jan 23, 2016 · else if(msg == "not so good"){ llSay(0, "Well that sucks."); }. Finally we need to output the initial message to the user, you'll have to decide how ...
Related searches