OsNpcWhisper
From OpenSimulator
(Difference between revisions)
(Remove void) |
(Add See Also) |
||
Line 8: | Line 8: | ||
|additional_info=This function was added in 0.7.4-post-fixes | |additional_info=This function was added in 0.7.4-post-fixes | ||
}} | }} | ||
+ | '''See Also''' | ||
+ | * [[osNpcSay]] | ||
+ | * [[osNpcSayTo]] | ||
+ | * [[osNpcShout]] |
Revision as of 17:36, 11 December 2018
osNpcWhisper(key npc, int channel, string message)
| |
npc whispers message on the given channel. | |
Threat Level | High |
Permissions | ${XEngine|osslNPC} |
Extra Delay | 0 seconds |
Example(s) | |
See osNpcCreate example. | |
Notes | |
This function was added in 0.7.4-post-fixes |
See Also