Browse Source

Minor typo at script_commands.txt
* At movenpc example

nanakiwurtz 10 years ago
parent
commit
e0c348c7fb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      doc/script_commands.txt

+ 1 - 1
doc/script_commands.txt

@@ -6659,7 +6659,7 @@ and given spot. Direction can be used to change the NPC's facing direction.
 
 
 Example:
 Example:
 
 
-// This will move Bugga from to the coordinates 100,20 (if those coordinates are legit).
+// This will move Bugga from it's old coordinates to the new coordinates at 100,20 (if those coordinates are legit).
 	moveNPC "Bugga",100,20;
 	moveNPC "Bugga",100,20;
 
 
 ---------------------------------------
 ---------------------------------------