diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-14 10:36:54 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-14 10:36:54 -0300 |
commit | 4302a57b4aeadbb8c6949a06c56e50ac89728be2 (patch) | |
tree | 39b78b1bb5677905cbdcd54f27658e88c33ee191 /npc/012-7/airlia.txt | |
parent | 087dc63ae85fc15cc5384f9d30510e4e9c087d09 (diff) | |
download | serverdata-4302a57b4aeadbb8c6949a06c56e50ac89728be2.tar.gz serverdata-4302a57b4aeadbb8c6949a06c56e50ac89728be2.tar.bz2 serverdata-4302a57b4aeadbb8c6949a06c56e50ac89728be2.tar.xz serverdata-4302a57b4aeadbb8c6949a06c56e50ac89728be2.zip |
Simplify a line to don't annoy players
Diffstat (limited to 'npc/012-7/airlia.txt')
-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."); |