OsNpcMoveTo

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
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 = <source lang="lsl">
+
|ossl_example=See [[osNpcCreate]] example.
osNpcMoveTo(key npc, vector position);
+
|description=* Moves '''npc''' to the '''position'''.
</source>
+
|
+
ossl_example = See [[osNpcCreate]] example.
+
|  
+
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].
 
* This function is currently unworkable due to the issue [http://opensimulator.org/mantis/view.php?id=5148 #5148].
 
|
 
|
 
}}
 
}}

Revision as of 21:36, 1 July 2011

osNpcMoveTo(key npc, vector position);
  • Moves npc to the position.
  • This function is currently unworkable due to the issue #5148.
Threat Level High
Permissions No permissions specified
Extra Delay No function delay specified
Example(s)
See osNpcCreate example.
Personal tools
General
About This Wiki