diff options
Diffstat (limited to 'npc/012-7')
-rw-r--r-- | npc/012-7/airlia.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/012-7/airlia.txt b/npc/012-7/airlia.txt index 5df3201c1..a68f3f6f0 100644 --- a/npc/012-7/airlia.txt +++ b/npc/012-7/airlia.txt @@ -2,13 +2,13 @@ // Author: // Jesusalva // Description: -// Town Mayor Daughter +// Former Town's Mayor Daughter. +// The old Town Mayor was now forced to take care of graveyard or whatever, +// Just reshape Airlia as you wish. 012-7,52,58,0 script Airlia NPC_ELF_F,{ .@q1=getq(HurnscaldQuest_Farmers); - if (strcharinfo(0) == $MOST_HEROIC$) mesn; - if (strcharinfo(0) == $MOST_HEROIC$) mesq l("Ah, if it isn't @@? You're the talk of the town!", $MOST_HEROIC$); - if (strcharinfo(0) == $MOST_HEROIC$) next; + if (strcharinfo(0) == $MOST_HEROIC$) npctalk3 l("Ah, if it isn't @@? You're the talk of the town!", $MOST_HEROIC$); if (.@q1 == 4) goto L_Letter; mesn; mesq l("Oh, a visitor. Welcome to the city hall. Please, enjoy your stay."); |