summaryrefslogtreecommitdiff
path: root/npc/017-10
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-09-02 15:14:38 -0300
committerJesusaves <cpntb1@ymail.com>2019-09-02 15:14:38 -0300
commit465510eb35a32d065c28e86036ab73dd11a663e7 (patch)
tree8ecedb842753aa5f92532c4db8894319026a4663 /npc/017-10
parentab837a44eca3325ea028333c384b9f56b5be66ad (diff)
downloadserverdata-465510eb35a32d065c28e86036ab73dd11a663e7.tar.gz
serverdata-465510eb35a32d065c28e86036ab73dd11a663e7.tar.bz2
serverdata-465510eb35a32d065c28e86036ab73dd11a663e7.tar.xz
serverdata-465510eb35a32d065c28e86036ab73dd11a663e7.zip
Kenton placeholder (LoF Village Public Affairs Officer)
Diffstat (limited to 'npc/017-10')
-rw-r--r--npc/017-10/_import.txt1
-rw-r--r--npc/017-10/mayor.txt25
2 files changed, 26 insertions, 0 deletions
diff --git a/npc/017-10/_import.txt b/npc/017-10/_import.txt
index 4499709f0..b5cbb0fa4 100644
--- a/npc/017-10/_import.txt
+++ b/npc/017-10/_import.txt
@@ -2,4 +2,5 @@
// This file is generated automatically. All manually added changes will be removed when running the Converter.
"npc/017-10/_warps.txt",
"npc/017-10/dispatcher.txt",
+"npc/017-10/mayor.txt",
"npc/017-10/politics.txt",
diff --git a/npc/017-10/mayor.txt b/npc/017-10/mayor.txt
new file mode 100644
index 000000000..8a4c28e74
--- /dev/null
+++ b/npc/017-10/mayor.txt
@@ -0,0 +1,25 @@
+// TMW2/LoF scripts.
+// Authors:
+// Jesusalva
+// Description:
+// Part of player story
+
+017-10,57,34,0 script Kenton NPC_KENTON,{
+ .@q=getq(General_Narrator);
+ mesn;
+ mesq l("Hello! My name is Kenton, and I'm in charge of Public Affairs of Land Of Fire.");
+ next;
+ mesn;
+ mesq l("You see, Pihro and Pyndragon, the mayors, are really busy people. They're developing a game or something as we speak.");
+ next;
+ mesn;
+ mesq l("So if you have any issue which would require the Mayor to see it, you'll need me first.");
+ close;
+
+OnInit:
+ .sex=G_MALE;
+ .distance=5;
+ end;
+
+}
+