OsNpcSay
From OpenSimulator
Revision as of 02:07, 24 October 2017 by JeffKelley (Talk | contribs)
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. |