summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
Diffstat (limited to 'npc')
-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;
+
+}
+