OsNpcSay (with channel)
From OpenSimulator
(Difference between revisions)
(Created page with "{{osslfunc |threat_level=High |function_syntax=void osNpcSay(key npc, int channel, string message) |ossl_example=See osNpcCreate example. |description='''npc''' says '''messa...") |
Revision as of 09:57, 29 April 2012
void osNpcSay(key npc, int channel, string message)
| |
| npc says message on the given channel. | |
| Threat Level | High |
| Permissions | No permissions specified |
| Extra Delay | No function delay specified |
| Example(s) | |
| See osNpcCreate example. | |