LlOwnerSay
From Second Life Wiki
| LSL Portal | | | Functions | | | Events | | | Types | | | Operators | | | Constants | | | Flow Control | | | Script Library | | | Tutorials |
Description
Function: llOwnerSay( string msg );| 292 | Function ID |
| 0.0 | Delay |
| 10.0 | Energy |
Says msg to the owner only.
| • string | msg |
Owner must be in the same region, although messages will continue to come through for approximately 45 seconds after leaving the region.
See Also
Functions
| • | llRegionSay | – | Sends chat region wide | |
| • | llWhisper | – | Sends chat limited to 10 meters | |
| • | llSay | – | Sends chat limited to 20 meters | |
| • | llShout | – | Sends chat limited to 100 meters | |
| • | llInstantMessage |

