From 465510eb35a32d065c28e86036ab73dd11a663e7 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 2 Sep 2019 15:14:38 -0300 Subject: Kenton placeholder (LoF Village Public Affairs Officer) --- npc/017-10/_import.txt | 1 + npc/017-10/mayor.txt | 25 +++++++++++++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 npc/017-10/mayor.txt (limited to 'npc/017-10') 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; + +} + -- cgit v1.2.3-60-g2f50