OsNpcSay
From OpenSimulator
Revision as of 02:05, 24 October 2017 by JeffKelley (Talk | contribs)
void osNpcSay(key npc, int channel, string message)
void osNpcSay(key npc, string message) | |
| npc says message. | |
| Threat Level | High |
| Permissions | No permissions specified |
| Extra Delay | No function delay specified |
| Example(s) | |
| See osNpcCreate example. | |