OsNpcMoveTo
From OpenSimulator
(Difference between revisions)
m (some format conversions) |
|||
| Line 1: | Line 1: | ||
| − | {{osslfunc | + | {{osslfunc |
| − | threat_level = High | + | |threat_level=High |
| − | | | + | |function_syntax=osNpcMoveTo(key npc, vector position); |
| − | function_syntax = | + | |ossl_example=See [[osNpcCreate]] example. |
| − | osNpcMoveTo(key npc, vector position); | + | |description=* Moves '''npc''' to the '''position'''. |
| − | + | ||
| − | | | + | |
| − | ossl_example = See [[osNpcCreate]] example. | + | |
| − | | | + | |
| − | + | ||
* This function is currently unworkable due to the issue [http://opensimulator.org/mantis/view.php?id=5148 #5148]. | * This function is currently unworkable due to the issue [http://opensimulator.org/mantis/view.php?id=5148 #5148]. | ||
| | | | ||
}} | }} | ||
Revision as of 20:36, 1 July 2011
osNpcMoveTo(key npc, vector position);
| |
| |
| Threat Level | High |
| Permissions | No permissions specified |
| Extra Delay | No function delay specified |
| Example(s) | |
| See osNpcCreate example. | |