ll.RegionSayTo(TargetID: uuid, Channel: number, Text: string) : ()
Says Text, on Channel, to avatar or object indicated by TargetID (if within region). If TargetID is an avatar and Channel is nonzero, Text can be heard by any attachment on the avatar.
ll.RegionSayTo(uuid(<key>), 2, 'test')
{
"def": "func",
"desc": "Says Text, on Channel, to avatar or object indicated by TargetID (if within region).\nIf TargetID is an avatar and Channel is nonzero, Text can be heard by any attachment on the avatar.",
"energy": 10,
"sleep": 0,
"pure": false,
"link": "https://wiki.secondlife.com/wiki/LlRegionSayTo",
"name": "RegionSayTo",
"signatures": [
{
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
"()"
],
"optional": false
}
],
"args": [
{
"def": "arg",
"name": "TargetID",
"desc": "Avatar or object to say to.",
"type": [
"uuid",
"string"
],
"variadic": false,
"optional": false
},
{
"def": "arg",
"name": "Channel",
"desc": "Output channel, any integer value.",
"type": [
"integer",
"number"
],
"variadic": false,
"optional": false
},
{
"def": "arg",
"name": "Text",
"desc": "Message to be transmitted.",
"type": [
"string"
],
"variadic": false,
"optional": false
}
]
}
]
}