OsNpcSay

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
m (Merging variants)
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 03: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.
Personal tools
General
About This Wiki