OsNpcSay
From OpenSimulator
(Difference between revisions)
m (Added note stating which version of OpenSim introduced this function) |
|||
Line 3: | Line 3: | ||
|permissions=${XEngine|osslNPC} | |permissions=${XEngine|osslNPC} | ||
|delay=0 | |delay=0 | ||
− | |function_syntax=void osNpcSay(key npc, | + | |function_syntax=void osNpcSay(key npc, integer channel, string message)<br> |
void osNpcSay(key npc, string message) | void osNpcSay(key npc, string message) | ||
|ossl_example=See [[osNpcCreate]] example. | |ossl_example=See [[osNpcCreate]] example. |
Revision as of 13:14, 27 November 2018
void osNpcSay(key npc, integer 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. | |
Notes | |
This function was added in 0.7.4-post-fixes |