OsNpcSay
From OpenSimulator
(Difference between revisions)
m (Added permissions and delay information) |
m (Added note stating which version of OpenSim introduced this function) |
||
Line 7: | Line 7: | ||
|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 |
}} | }} |
Revision as of 08:43, 15 October 2018
void osNpcSay(key npc, int channel, string message)
void 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 |