OsNpcWhisper
From OpenSimulator
(Difference between revisions)
m (Added permissions and delay information) |
m (Added note stating which version of OpenSim introduced this function) |
||
Line 6: | Line 6: | ||
|ossl_example=See [[osNpcCreate]] example. | |ossl_example=See [[osNpcCreate]] example. | ||
|description='''npc''' whispers '''message''' on the given '''channel'''. | |description='''npc''' whispers '''message''' on the given '''channel'''. | ||
− | | | + | |additional_info=This function was added in 0.7.4-post-fixes |
}} | }} |
Revision as of 08:43, 15 October 2018
void osNpcWhisper(key npc, int channel, string message)
| |
npc whispers 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 |