OsNpcSay
From OpenSimulator
(Difference between revisions)
(Remove Void) |
|||
Line 3: | Line 3: | ||
|permissions=${XEngine|osslNPC} | |permissions=${XEngine|osslNPC} | ||
|delay=0 | |delay=0 | ||
− | |function_syntax= | + | |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''' on the given '''channel''' (channel is 0 in the second form) | |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 | |additional_info=This function was added in 0.7.4-post-fixes | ||
}} | }} |
Revision as of 17:18, 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 |