OsNpcShout
From OpenSimulator
(Difference between revisions)
m |
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 osNpcShout(key npc, int channel, string message) | |function_syntax=void osNpcShout(key npc, int channel, string message) | ||
|ossl_example=See [[osNpcCreate]] example. | |ossl_example=See [[osNpcCreate]] example. |
Revision as of 11:04, 25 October 2017
void osNpcShout(key npc, int channel, string message)
| |
npc shouts message on the given channel. | |
Threat Level | High |
Permissions | ${XEngine|osslNPC} |
Extra Delay | 0 seconds |
Example(s) | |
See osNpcCreate example. |