OsNpcSayTo
From OpenSimulator
Revision as of 00:04, 20 December 2018 by BillBlight (Talk | contribs)
osNpcSayTo(key npc, key target, integer channel, string message)
| |
npc says message on the given channel to the specified target | |
Threat Level | High |
Permissions | ${XEngine|osslNPC} |
Extra Delay | 0 seconds |
Example(s) | |
... | |
Notes | |
This function was added in 0.9.1.0 Dev
This function is based on llRegionSayTo, it therefore has no range limitation inside the region. |
See Also