OsNpcSay
From OpenSimulator
(Difference between revisions)
m |
JeffKelley (Talk | contribs) m (Merging variants) |
||
| Line 1: | Line 1: | ||
{{osslfunc | {{osslfunc | ||
|threat_level=High | |threat_level=High | ||
| − | |function_syntax=void osNpcSay(key npc, string message) | + | |function_syntax=void osNpcSay(key npc, int channel, string message)<br> |
| + | void osNpcSay(key npc, string message) | ||
|ossl_example=See [[osNpcCreate]] example. | |ossl_example=See [[osNpcCreate]] example. | ||
|description='''npc''' says '''message'''. | |description='''npc''' says '''message'''. | ||
| | | | ||
}} | }} | ||
Revision as of 02:05, 24 October 2017
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. | |