OsNpcSayTo
From OpenSimulator
(Difference between revisions)
(osNpcSayTo) |
|||
Line 4: | Line 4: | ||
|delay=0 | |delay=0 | ||
|function_syntax=osNpcSayTo(key npc, key target, integer channel, string message) | |function_syntax=osNpcSayTo(key npc, key target, integer channel, string message) | ||
− | |ossl_example= | + | |ossl_example= ... |
− | |description='''npc''' says '''message''' on the given '''channel''' to the '''target''' | + | |description='''npc''' says '''message''' on the given '''channel''' to the specified '''target''' |
|additional_info=This function was added in 0.9.0.1 Dev | |additional_info=This function was added in 0.9.0.1 Dev | ||
}} | }} |
Revision as of 17:26, 11 December 2018
osNpcSayTo(key npc, key target, integer channel, string message)
| |
npc says message on the given channel to the specified target | |
Threat Level | High |
Permissions | ${XEngine|osslNPC} |
Extra Delay | 0 seconds |
Example(s) | |
... | |
Notes | |
This function was added in 0.9.0.1 Dev |