OsNpcMoveTo
From OpenSimulator
(Difference between revisions)
| Line 6: | Line 6: | ||
</source> | </source> | ||
| | | | ||
| − | ossl_example = | + | ossl_example = See [[osNpcCreate]] example. |
| | | | ||
| − | additional_info = | + | additional_info = * Moves '''npc''' to the '''position'''. |
| + | * This function is currently unworkable due to the issue [http://opensimulator.org/mantis/view.php?id=5148 #5148]. | ||
| | | | ||
}} | }} | ||
Revision as of 04:47, 30 June 2011
osNpcMoveTo(key npc, vector position); | |
| No descriptions provided | |
| Threat Level | High |
| Permissions | No permissions specified |
| Extra Delay | No function delay specified |
| Example(s) | |
| See osNpcCreate example. | |
| Notes | |
* Moves npc to the position.
| |