OsNpcWhisper
From OpenSimulator
(Difference between revisions)
(Created page with "{{osslfunc |threat_level=High |function_syntax=void osNpcWhisper(key npc, int channel, string message) |ossl_example=See osNpcCreate example. |description='''npc''' whispers ...") |
m (Added permissions and delay information) |
||
Line 1: | Line 1: | ||
{{osslfunc | {{osslfunc | ||
|threat_level=High | |threat_level=High | ||
+ | |permissions=${XEngine|osslNPC} | ||
+ | |delay=0 | ||
|function_syntax=void osNpcWhisper(key npc, int channel, string message) | |function_syntax=void osNpcWhisper(key npc, int channel, string message) | ||
|ossl_example=See [[osNpcCreate]] example. | |ossl_example=See [[osNpcCreate]] example. |
Revision as of 11:11, 25 October 2017
void 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. |