OsNpcSay
From OpenSimulator
(Difference between revisions)
(Remove Void) |
(Add See Also) |
||
| Line 9: | Line 9: | ||
|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''' | ||
| + | * [[osNpcSayTo]] | ||
| + | * [[osNpcShout]] | ||
| + | * [[osNpcWhisper]] | ||
Revision as of 17:34, 11 December 2018
osNpcSay(key npc, integer channel, string message)
osNpcSay(key npc, string message) | |
| npc says message on the given channel (channel is 0 in the second form) | |
| 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