OsNpcSay

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
(Add See Also)
(14 intermediate revisions by 8 users not shown)
Line 1: Line 1:
'''Function Syntax:''' osNpcSay(key npc, string message);<br>'''Returns:''' NULL
+
{{osslfunc
 
+
|threat_level=High
Example Required&nbsp;!
+
|permissions=${XEngine&#124;osslNPC}
 
+
|delay=0
 
+
|function_syntax=osNpcSay(key npc, integer channel, string message)<br>
 
+
osNpcSay(key npc, string message)
 
+
|ossl_example=See [[osNpcCreate]] example.
 
+
|description='''npc''' says '''message''' on the given '''channel''' (channel is 0 in the second form)
[[Category:OSSL]][[Category:OSSL_functions_without_example]]
+
|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