OsNpcSay
From OpenSimulator
(Difference between revisions)
JeffKelley (Talk | contribs) 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 osNpcSay(key npc, int channel, string message)<br> | |function_syntax=void osNpcSay(key npc, int channel, string message)<br> | ||
void osNpcSay(key npc, string message) | void osNpcSay(key npc, string message) |
Revision as of 11:01, 25 October 2017
void osNpcSay(key npc, int channel, string message)
void 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. |