OsNpcShout
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=osNpcShout(key npc, integer channel, string message) |
|ossl_example=See [[osNpcCreate]] example. | |ossl_example=See [[osNpcCreate]] example. | ||
|description='''npc''' shouts '''message''' on the given '''channel'''. | |description='''npc''' shouts '''message''' on the given '''channel'''. | ||
|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:30, 11 December 2018
osNpcShout(key npc, integer channel, string message)
| |
npc shouts message on the given channel. | |
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 |