summaryrefslogtreecommitdiff
path: root/npc/001-2-19
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2015-11-09 01:31:25 +0100
committerReid <reidyaro@gmail.com>2015-11-09 01:31:25 +0100
commitd5d5ec7904aa6cfa909ec70a7814566990df7a8c (patch)
tree819217601ba52ecede5ed115871b70451eabf407 /npc/001-2-19
parent010c33a15f7c81a2fa4db1f6c689cc5ed608fe51 (diff)
downloadserverdata-d5d5ec7904aa6cfa909ec70a7814566990df7a8c.tar.gz
serverdata-d5d5ec7904aa6cfa909ec70a7814566990df7a8c.tar.bz2
serverdata-d5d5ec7904aa6cfa909ec70a7814566990df7a8c.tar.xz
serverdata-d5d5ec7904aa6cfa909ec70a7814566990df7a8c.zip
Add Lloyd on the merchant guild building.
Diffstat (limited to 'npc/001-2-19')
-rw-r--r--npc/001-2-19/_import.txt1
-rw-r--r--npc/001-2-19/lloyd.txt18
2 files changed, 19 insertions, 0 deletions
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;
+}