OsNpcSayTo

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
(osNpcSayTo)
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
{{osslfunc
 
{{osslfunc
 
|threat_level=High
 
|threat_level=High
|permissions=${XEngine|osslNPC}
+
|permissions=${OSSL|osslNPC}
 
|delay=0
 
|delay=0
 
|function_syntax=osNpcSayTo(key npc, key target, integer channel, string message)
 
|function_syntax=osNpcSayTo(key npc, key target, integer channel, string message)
|ossl_example=See [[osNpcCreate]] example.
+
|ossl_example= ...
|description='''npc''' says '''message''' on the given '''channel''' to the '''target'''
+
|description='''npc''' says '''message''' on the given '''channel''' to the specified '''target'''
|additional_info=This function was added in 0.9.0.1 Dev
+
|
 +
|additional_info=This function was added in 0.9.1.0 Dev
 +
This function is based on llRegionSayTo, it therefore has no range limitation inside the region.
 
}}
 
}}
 +
'''See Also'''
 +
* [[osNpcSay]]
 +
* [[osNpcShout]]
 +
* [[osNpcWhisper]]

Revision as of 21:04, 25 September 2019

osNpcSayTo(key npc, key target, integer channel, string message)
npc says message on the given channel to the specified target
Threat Level High
Permissions ${OSSL|osslNPC}
Extra Delay 0 seconds
Example(s)
...
Notes
This function was added in 0.9.1.0 Dev

This function is based on llRegionSayTo, it therefore has no range limitation inside the region.


See Also

Personal tools
General
About This Wiki