From d5d5ec7904aa6cfa909ec70a7814566990df7a8c Mon Sep 17 00:00:00 2001 From: Reid Date: Mon, 9 Nov 2015 01:31:25 +0100 Subject: Add Lloyd on the merchant guild building. --- npc/001-2-19/_import.txt | 1 + npc/001-2-19/lloyd.txt | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 npc/001-2-19/lloyd.txt (limited to 'npc/001-2-19') diff --git a/npc/001-2-19/_import.txt b/npc/001-2-19/_import.txt index f5348802..2bbc8082 100644 --- a/npc/001-2-19/_import.txt +++ b/npc/001-2-19/_import.txt @@ -1,3 +1,4 @@ npc: npc/001-2-19/mapflags.txt npc: npc/001-2-19/_warps.txt npc: npc/001-2-19/doors.txt +npc: npc/001-2-19/lloyd.txt diff --git a/npc/001-2-19/lloyd.txt b/npc/001-2-19/lloyd.txt new file mode 100644 index 00000000..db28465d --- /dev/null +++ b/npc/001-2-19/lloyd.txt @@ -0,0 +1,18 @@ +// Evol scripts. +// Author: +// Reid +// Description: +// Lloyd the banker NPC + +001-2-19,31,25,0 script Lloyd the banker NPC_LLOYD,{ + + speech + l("The bank is not open yet."); + + close; + +OnInit: + .sex = G_MALE; + .distance = 2; + end; +} -- cgit v1.2.3-70-g09d2