OsNpcMoveTo
From OpenSimulator
(Difference between revisions)
m (some syntax modification (may be major or minor)) |
m (Removed comment about function not woeking. Workign in 0.7.2 dev from 12-Aug-2011) |
||
Line 4: | Line 4: | ||
|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 02:02, 17 August 2011
void osNpcMoveTo(key npc, vector position)
| |
| |
Threat Level | High |
Permissions | No permissions specified |
Extra Delay | No function delay specified |
Example(s) | |
See osNpcCreate example. |