summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;
+}