diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-09-02 15:14:38 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-09-02 15:14:38 -0300 |
commit | 465510eb35a32d065c28e86036ab73dd11a663e7 (patch) | |
tree | 8ecedb842753aa5f92532c4db8894319026a4663 /npc/017-10/mayor.txt | |
parent | ab837a44eca3325ea028333c384b9f56b5be66ad (diff) | |
download | serverdata-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/mayor.txt')
-rw-r--r-- | npc/017-10/mayor.txt | 25 |
1 files changed, 25 insertions, 0 deletions
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; + +} + |