OsNpcSay
From OpenSimulator
(Difference between revisions)
JeffKelley (Talk | contribs) m (Merging variants) |
JeffKelley (Talk | contribs) m |
||
Line 4: | Line 4: | ||
void osNpcSay(key npc, string message) | void osNpcSay(key npc, string message) | ||
|ossl_example=See [[osNpcCreate]] example. | |ossl_example=See [[osNpcCreate]] example. | ||
− | |description='''npc''' says '''message''' | + | |description='''npc''' says '''message''' on the given '''channel''' (channel is 0 in the second form) |
| | | | ||
}} | }} |
Revision as of 02:07, 24 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 | No permissions specified |
Extra Delay | No function delay specified |
Example(s) | |
See osNpcCreate example. |