OsNpcSay

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
(Add See Also)
(12 intermediate revisions by 8 users not shown)
Line 1: Line 1:
{| width="100%" style="border: thin solid black"
+
{{osslfunc
| colspan="2" align="center" style=background:orange | '''{{SUBPAGENAME}}'''
+
|threat_level=High
|- valign="top"
+
|permissions=${XEngine|osslNPC}
|'''Threat Level''' || <Threat Level goes here>
+
|delay=0
 
+
|function_syntax=osNpcSay(key npc, integer channel, string message)<br>
|- valign="top"
+
osNpcSay(key npc, string message)
|'''Function Syntax''' || <source lang="lsl">
+
|ossl_example=See [[osNpcCreate]] example.
osNpcSay(key npc, string message);
+
|description='''npc''' says '''message''' on the given '''channel''' (channel is 0 in the second form)
</source>
+
|additional_info=This function was added in 0.7.4-post-fixes
|- valign="top"
+
}}
|'''Example(s)||
+
'''See Also'''
 
+
* [[osNpcSayTo]]
|}
+
* [[osNpcShout]]
 
+
* [[osNpcWhisper]]
[[Category:OSSL Functions]]
+
[[Category:OSSL_functions_without_example]]
+
[[Category:OSSL functions without threat level]]
+

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