OsNpcSayTo
From OpenSimulator
(Difference between revisions)
(Add See Also) |
|||
Line 8: | Line 8: | ||
|additional_info=This function was added in 0.9.0.1 Dev | |additional_info=This function was added in 0.9.0.1 Dev | ||
}} | }} | ||
+ | '''See Also''' | ||
+ | * [[osNpcSay]] | ||
+ | * [[osNpcShout]] | ||
+ | * [[osNpcWhisper]] |
Revision as of 17:35, 11 December 2018
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.0.1 Dev |
See Also