summaryrefslogtreecommitdiff
path: root/npc/001-2-26
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2015-11-09 00:06:50 +0100
committerReid <reidyaro@gmail.com>2015-11-09 00:06:50 +0100
commit99e5e37d08b1c262e6293200e8c2fb1c37549cd7 (patch)
tree05e4aad97331ee89a4c8dcf3b2045a332e5f4c5a /npc/001-2-26
parent1cff9232d1468bab9fa11db1f17d9c87fca20f9e (diff)
downloadserverdata-99e5e37d08b1c262e6293200e8c2fb1c37549cd7.tar.gz
serverdata-99e5e37d08b1c262e6293200e8c2fb1c37549cd7.tar.bz2
serverdata-99e5e37d08b1c262e6293200e8c2fb1c37549cd7.tar.xz
serverdata-99e5e37d08b1c262e6293200e8c2fb1c37549cd7.zip
Add Ivan on #26.
Diffstat (limited to 'npc/001-2-26')
-rw-r--r--npc/001-2-26/_import.txt3
-rw-r--r--npc/001-2-26/ivan.txt18
2 files changed, 20 insertions, 1 deletions
diff --git a/npc/001-2-26/_import.txt b/npc/001-2-26/_import.txt
index 618a5e6e..35d2343b 100644
--- a/npc/001-2-26/_import.txt
+++ b/npc/001-2-26/_import.txt
@@ -1,4 +1,5 @@
// Map 001-2-26
+npc: npc/001-2-26/flask.txt
+npc: npc/001-2-26/ivan.txt
npc: npc/001-2-26/mapflags.txt
npc: npc/001-2-26/_warps.txt
-npc: npc/001-2-26/flask.txt
diff --git a/npc/001-2-26/ivan.txt b/npc/001-2-26/ivan.txt
new file mode 100644
index 00000000..d52843d1
--- /dev/null
+++ b/npc/001-2-26/ivan.txt
@@ -0,0 +1,18 @@
+// Evol scripts.
+// Author:
+// Reid
+// Description:
+// Alchemist NPC
+
+001-2-26,28,30,0 script Ivan NPC_IVAN,{
+
+ speech
+ l("Croc.");
+
+ close;
+
+OnInit:
+ .sex = G_MALE;
+ .distance = 2;
+ end;
+}