summaryrefslogtreecommitdiff
path: root/npc/005-1
diff options
context:
space:
mode:
authorSaulc <lucashelaine14@gmail.com>2018-02-06 18:21:14 +0100
committerSaulc <lucashelaine14@gmail.com>2018-02-06 18:21:14 +0100
commitf6e732ec840a24758099c481f9a941331d3382bc (patch)
tree208025ef555d153c6bc3fafefece7dcc3527117f /npc/005-1
parent67cf28c842fde3a13e4be06ac23db89a815cdedc (diff)
downloadserverdata-f6e732ec840a24758099c481f9a941331d3382bc.tar.gz
serverdata-f6e732ec840a24758099c481f9a941331d3382bc.tar.bz2
serverdata-f6e732ec840a24758099c481f9a941331d3382bc.tar.xz
serverdata-f6e732ec840a24758099c481f9a941331d3382bc.zip
add movement to tolchi in 005-4
Diffstat (limited to 'npc/005-1')
-rw-r--r--npc/005-1/_import.txt1
-rw-r--r--npc/005-1/movetest.txt27
2 files changed, 28 insertions, 0 deletions
diff --git a/npc/005-1/_import.txt b/npc/005-1/_import.txt
index 4a1411f8e..4b268866d 100644
--- a/npc/005-1/_import.txt
+++ b/npc/005-1/_import.txt
@@ -4,3 +4,4 @@
"npc/005-1/_warps.txt",
"npc/005-1/ayasha.txt",
"npc/005-1/warpcandorbattle.txt",
+"npc/005-1/movetest.txt", \ No newline at end of file
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