OwnerSay
llOwnerSay
Summary
Function: llOwnerSay( string msg );
Says msg to the owner only.
Owner must be in the same region, although messages will continue to come through for approximately 45 seconds after leaving the region.
Caveats
- Truncates msg to 1024 bytes if msg is more than 1024 bytes long.
- Silently fails when the object to which the script is attached is deeded to group.
Examples
<lsl>default
{
touch_start(integer total_number)
{
llOwnerSay("Ouch!" );
}
}</lsl>
See Also
Functions
Articles
•
|
Limits
|
–
|
SL limits and constrictions
|
|
Deep Notes
Tests
Signature
|
function void llOwnerSay( string msg );
|