OsNpcSay

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
m (Merging variants)
(Add See Also)
(5 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 
{{osslfunc
 
{{osslfunc
 
|threat_level=High
 
|threat_level=High
|function_syntax=void osNpcSay(key npc, int channel, string message)<br>
+
|permissions=${XEngine&#124;osslNPC}
void osNpcSay(key npc, string message)
+
|delay=0
 +
|function_syntax=osNpcSay(key npc, integer channel, string message)<br>
 +
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)
|
+
|additional_info=This function was added in 0.7.4-post-fixes
 
}}
 
}}
 +
'''See Also'''
 +
* [[osNpcSayTo]]
 +
* [[osNpcShout]]
 +
* [[osNpcWhisper]]

Revision as of 18:34, 11 December 2018

osNpcSay(key npc, integer channel, string message)

osNpcSay(key npc, string message)

npc says message on the given channel (channel is 0 in the second form)
Threat Level High
Permissions ${XEngine|osslNPC}
Extra Delay 0 seconds
Example(s)
See osNpcCreate example.
Notes
This function was added in 0.7.4-post-fixes


See Also

Personal tools
General
About This Wiki