From ffd7b573c0d4d0ebd4b3981fb9e867718a5849d1 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 15 Jan 2021 19:43:00 -0300 Subject: Fortress Town missing npcs --- npc/025-1/commander.txt | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 npc/025-1/commander.txt (limited to 'npc/025-1/commander.txt') diff --git a/npc/025-1/commander.txt b/npc/025-1/commander.txt new file mode 100644 index 000000000..eca701f28 --- /dev/null +++ b/npc/025-1/commander.txt @@ -0,0 +1,22 @@ +// TMW2 scripts. +// Author: +// Jesusalva +// Description: +// Leads the Alliance in the Fortress Town + +025-1,96,26,0 script Commander Povo NPC_BRGUARD_SPEAR,{ + mesn; + mesq l("Greetings %s, I am %s, the man in charge for the Alliance ocupation of Fortress Town.", (strcharinfo(0) == $MOST_HEROIC$ ? lg("Hero") : l("Adventurer"))); + next; + + // Endtrail + mes ""; + mesc l("@@ You need to wait further releases to continue this quest!", b(l("WARNING:"))), 1; + close; + +OnInit: + .sex = G_MALE; + .distance = 5; + end; +} + -- cgit v1.2.3-70-g09d2