Unofficial LSL Reference

[[functions:llwhisper]]


Unofficial LSL reference

User Tools

Login

You are currently not logged in! Enter your authentication credentials below to log in. You need to have cookies enabled to log in.

Login

Forgotten your password? Get a new one: Set new password

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

functions:llwhisper [2015-02-04 18:24 SLT]
sei style
functions:llwhisper [2016-11-12 15:33 SLT] (current)
sei Add note
Line 29: Line 29:
   * Negative channels are typically used for inter-object communication.   * Negative channels are typically used for inter-object communication.
   * A script cannot hear anything said by any script within the same prim. This avoids recursion problems. It can hear text sent from a script in another prim within the same object, if it's within range.   * A script cannot hear anything said by any script within the same prim. This avoids recursion problems. It can hear text sent from a script in another prim within the same object, if it's within range.
 +  * Attached objects in avatars can't be heard by other avatars if the avatars can't see nor hear each other due to parcel privacy settings. They still can be heard by other objects, though.
  
 ===== Short examples ===== ===== Short examples =====