OsNpcSay
From OpenSimulator
(Difference between revisions)
m (some format conversions) |
|||
Line 1: | Line 1: | ||
− | {{osslfunc | + | {{osslfunc |
− | threat_level = High | + | |threat_level=High |
− | | | + | |function_syntax=osNpcSay(key npc, string message); |
− | function_syntax = | + | |ossl_example=See [[osNpcCreate]] example. |
− | osNpcSay(key npc, string message); | + | |description=Gets '''npc''' say '''message'''. |
− | + | ||
− | | | + | |
− | ossl_example = See [[osNpcCreate]] example. | + | |
− | | | + | |
− | + | ||
| | | | ||
}} | }} |
Revision as of 20:36, 1 July 2011
osNpcSay(key npc, string message);
| |
Gets npc say message. | |
Threat Level | High |
Permissions | No permissions specified |
Extra Delay | No function delay specified |
Example(s) | |
See osNpcCreate example. |