summaryrefslogtreecommitdiff
path: root/npc/001-1/carmie.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/001-1/carmie.txt')
-rw-r--r--npc/001-1/carmie.txt69
1 files changed, 69 insertions, 0 deletions
diff --git a/npc/001-1/carmie.txt b/npc/001-1/carmie.txt
new file mode 100644
index 00000000..1f8680ab
--- /dev/null
+++ b/npc/001-1/carmie.txt
@@ -0,0 +1,69 @@
+// Evol scripts.
+// Author:
+// Reid
+// Description:
+// Carmie, walking NPC of the legion of Aemil on the center part of Artis.
+
+001-1,86,66,0 script Carmie#001-1 NPC_RAIJIN_FEMALE_LEGION_ARTIS,{
+ npctalk3 l("I'm busy right now, I will get back to you later.");
+ close;
+
+OnTimer1000:
+ if (isunitwalking())
+ {
+ initnpctimer;
+ end;
+ }
+ movetonextpos;
+ initnpctimer;
+ end;
+
+OnInit:
+ initpath "move", 89, 68,
+ "move", 89, 77,
+ "move", 84, 81,
+ "dir", LEFT, 0,
+ "wait", 2, 0,
+ "dir", DOWN, 0,
+ "wait", 1, 0,
+ "dir", RIGHT, 0,
+ "wait", 1, 0,
+ "move", 89, 85,
+ "dir", LEFT, 0,
+ "wait", 1, 0,
+ "dir", DOWN, 0,
+ "dir", RIGHT, 0,
+ "wait", 1, 0,
+ "move", 94, 81,
+ "dir", RIGHT, 0,
+ "wait", 2, 0,
+ "dir", DOWN, 0,
+ "wait", 1, 0,
+ "dir", LEFT, 0,
+ "wait", 1, 0,
+ "move", 89, 76,
+ "move", 89, 68,
+ "dir", LEFT, 0,
+ "wait", 2, 0,
+ "dir", DOWN, 0,
+ "wait", 4, 0,
+ "dir", RIGHT, 0,
+ "wait", 2, 0,
+ "move", 92, 66,
+ "dir", RIGHT, 0,
+ "wait", 2, 0,
+ "dir", DOWN, 0,
+ "wait", 1, 0,
+ "dir", LEFT, 0,
+ "wait", 1, 0,
+ "move", 86, 66,
+ "dir", LEFT, 0,
+ "wait", 2, 0,
+ "dir", DOWN, 0,
+ "wait", 1, 0,
+ "dir", RIGHT, 0,
+ "wait", 1, 0;
+
+ initialmove;
+ initnpctimer;
+}