summaryrefslogtreecommitdiff
path: root/npc/003-1
diff options
context:
space:
mode:
Diffstat (limited to 'npc/003-1')
-rw-r--r--npc/003-1/constableperry.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/003-1/constableperry.txt b/npc/003-1/constableperry.txt
index 95bbf9097..d64f89b45 100644
--- a/npc/003-1/constableperry.txt
+++ b/npc/003-1/constableperry.txt
@@ -44,6 +44,9 @@ L_Quest:
@afkbotwarned=true;
close;
}
+ // Now you've done it!
+ if (@afkbotwarned)
+ goto L_NowYouHaveDoneIt;
close;
L_NowYouHaveDoneIt:
@@ -96,8 +99,6 @@ L_NowYouHaveDoneIt:
OnTouch:
.@touchevent=true;
- if (@afkbotwarned)
- goto L_NowYouHaveDoneIt;
if (getequipid(EQI_HEAD_TOP) == AFKCap)
goto L_Quest;
end;