diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-01-17 14:45:31 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-01-17 14:45:31 -0300 |
commit | 477fb1f582e517502cbd0fa30d5591be0f684765 (patch) | |
tree | bb94ceeac4f930b74bcb064f3ef8df40c3689409 /npc/003-1/constableperry.txt | |
parent | 5442d1583f825dc210dca408b47f661147e4854c (diff) | |
download | serverdata-477fb1f582e517502cbd0fa30d5591be0f684765.tar.gz serverdata-477fb1f582e517502cbd0fa30d5591be0f684765.tar.bz2 serverdata-477fb1f582e517502cbd0fa30d5591be0f684765.tar.xz serverdata-477fb1f582e517502cbd0fa30d5591be0f684765.zip |
Fix a minor typo on Perry
Diffstat (limited to 'npc/003-1/constableperry.txt')
-rw-r--r-- | npc/003-1/constableperry.txt | 5 |
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; |