summaryrefslogtreecommitdiff
path: root/npc/005-1/movetest.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/005-1/movetest.txt')
-rw-r--r--npc/005-1/movetest.txt27
1 files changed, 27 insertions, 0 deletions
diff --git a/npc/005-1/movetest.txt b/npc/005-1/movetest.txt
new file mode 100644
index 000000000..f69a20ab4
--- /dev/null
+++ b/npc/005-1/movetest.txt
@@ -0,0 +1,27 @@
+// Authors: Saulc
+
+
+005-1,44,35,0 script AyashaT NPC_PLAYER,{
+
+ legiontalk;
+
+ close;
+
+OnTimer1000:
+ domovestep;
+
+OnInit:
+ initpath "move", 44, 35,
+ "dir", TOP, 0,
+ "wait", 2, 0,
+ "move", 51, 81,
+ "dir", DOWN, 0,
+ "wait", 2, 0,""
+ "Mmove", 50, 88,
+ "dir", DOWN, 0,
+ "wait", 2, 0;
+
+ initialmove;
+ initnpctimer;
+ .distance = 5;
+} \ No newline at end of file