From 99f3f84befda9bd286a59b5bb9792b7948b2ae91 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 13 Jan 2021 03:58:49 -0300 Subject: Move Phoenix Rebirth inside Fortress Town. Lockdown whole Fortress Island. --- npc/025-2/guard.txt | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 npc/025-2/guard.txt (limited to 'npc/025-2/guard.txt') diff --git a/npc/025-2/guard.txt b/npc/025-2/guard.txt new file mode 100644 index 000000000..93839a2a3 --- /dev/null +++ b/npc/025-2/guard.txt @@ -0,0 +1,24 @@ +// TMW-2 Script. +// Author: +// Jesusalva +// Notes: +// Generic Guard from the Alliance + +025-2,108,23,0 script Alliance Guard NPC_BRGUARD_BOW,{ + .@q=getq(General_Narrator); + if (.@q >= 21) + goto L_ShortSummary; + setpcblock(255, true); + mesn; + mesq l("Hey %s, I was informed about your arrival. You are here, good!"); + setpcblock(255, false); + close; + +L_ShortSummary: + .@open$=l("We have set some stalls which should be useful if you plan into raiding the Impregnable Fortress."); + .@lock$=l("It is locked but %s should be able to coordinate a raid on it.", $MOST_HEROIC$); + mesn; + mesq l("Past this point is the Fortress Island. %s Even so, be careful, the town should not exist.", ($FORTRESS_STATE ? .@open$ : .@lock$)); + close; +} + -- cgit v1.2.3-70-g09d2