From 99e5e37d08b1c262e6293200e8c2fb1c37549cd7 Mon Sep 17 00:00:00 2001 From: Reid Date: Mon, 9 Nov 2015 00:06:50 +0100 Subject: Add Ivan on #26. --- npc/001-2-26/_import.txt | 3 ++- npc/001-2-26/ivan.txt | 18 ++++++++++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 npc/001-2-26/ivan.txt (limited to 'npc/001-2-26') 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; +} -- cgit v1.2.3-60-g2f50