OsNpcMoveTo
From OpenSimulator
(Difference between revisions)
m (Added permissions and delay information) |
(Remove void) |
||
Line 3: | Line 3: | ||
|permissions=${XEngine|osslNPC} | |permissions=${XEngine|osslNPC} | ||
|delay=0 | |delay=0 | ||
− | |function_syntax= | + | |function_syntax=osNpcMoveTo(key npc, vector position) |
|ossl_example=See [[osNpcCreate]] example. | |ossl_example=See [[osNpcCreate]] example. | ||
|description=* Moves '''npc''' to the '''position'''. | |description=* Moves '''npc''' to the '''position'''. | ||
| | | | ||
}} | }} |
Revision as of 17:28, 11 December 2018
osNpcMoveTo(key npc, vector position)
| |
| |
Threat Level | High |
Permissions | ${XEngine|osslNPC} |
Extra Delay | 0 seconds |
Example(s) | |
See osNpcCreate example. |