summaryrefslogtreecommitdiff
path: root/npc/012-7
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-01-07 01:52:10 -0200
committerJesusaves <cpntb1@ymail.com>2019-01-07 01:52:10 -0200
commit5f63341ee143d66922663261b7c49a092309c87a (patch)
tree8b7090e924d9f91ca223c6db086d25cb9231af6f /npc/012-7
parentf67a940d5ef53db0047c7f353c9f975ec4a9b65b (diff)
downloadserverdata-5f63341ee143d66922663261b7c49a092309c87a.tar.gz
serverdata-5f63341ee143d66922663261b7c49a092309c87a.tar.bz2
serverdata-5f63341ee143d66922663261b7c49a092309c87a.tar.xz
serverdata-5f63341ee143d66922663261b7c49a092309c87a.zip
Lack of attention
Diffstat (limited to 'npc/012-7')
-rw-r--r--npc/012-7/airlia.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/npc/012-7/airlia.txt b/npc/012-7/airlia.txt
index fad5f1f15..21f408833 100644
--- a/npc/012-7/airlia.txt
+++ b/npc/012-7/airlia.txt
@@ -104,6 +104,8 @@ L_In3:
close;
L_In4:
+ if (.@q == 5)
+ goto L_In5;
mesn;
mesq l("The mayor, Rakinorf, is probably on the Inn upstairs, drinking himself to death.");
next;
@@ -111,6 +113,11 @@ L_In4:
mesq l("Usually only sponsors are allowed up there, but I'll make an exception today. Go meet the mayor.");
close;
+L_In5:
+ mesn;
+ mesq l("Go away.");
+ close;
+
OnInit:
.@npcId = getnpcid(.name$);
setunitdata(.@npcId, UDT_HEADTOP, Earmuffs);