OsNpcShout
From OpenSimulator
(Difference between revisions)
(Add See Also) |
|||
Line 1: | Line 1: | ||
{{osslfunc | {{osslfunc | ||
|threat_level=High | |threat_level=High | ||
− | |permissions=${ | + | |permissions=${OSSL|osslNPC} |
|delay=0 | |delay=0 | ||
|function_syntax=osNpcShout(key npc, integer channel, string message) | |function_syntax=osNpcShout(key npc, integer channel, string message) |
Revision as of 20:07, 25 September 2019
osNpcShout(key npc, integer channel, string message)
| |
npc shouts message on the given channel. | |
Threat Level | High |
Permissions | ${OSSL|osslNPC} |
Extra Delay | 0 seconds |
Example(s) | |
See osNpcCreate example. | |
Notes | |
This function was added in 0.7.4-post-fixes |
See Also