summaryrefslogtreecommitdiff
path: root/npc/024-7/afking.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/024-7/afking.txt')
-rw-r--r--npc/024-7/afking.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/024-7/afking.txt b/npc/024-7/afking.txt
index a7bf4d341..892006b83 100644
--- a/npc/024-7/afking.txt
+++ b/npc/024-7/afking.txt
@@ -17,7 +17,7 @@
end;
}
.@q=getq(FrostiaQuest_AFKCap);
- .@flag=false;
+ @flag02474024=false;
switch (.@q) {
case 0: // Mission not started
@@ -32,7 +32,7 @@
l("Good, I need to talk with the King."),
l("You have a nice hat."),
l("Do you know where I can level up?"),
- rif(.@flag, l("I would like a hat like yours.")),
+ rif(@flag02474024, l("I would like a hat like yours.")),
l("Nothing, good bye!");
mes "";
switch (@menu) {
@@ -40,7 +40,7 @@
AFKingGelid();
case 2:
AFPrologue();
- .@flag=true;
+ @flag02474024=true;
case 3:
AFGrinding();
case 4:
@@ -112,7 +112,7 @@ function AFItemList {
mesc l("@@/@@ @@", format_number(Zeny), format_number(5000), "GP");
next;
// FIXME Deprecate .@ scope on flag
- if (.@flag) {
+ if (@flag02474024) {
mesn;
mesq l("Now I'll be waiting!");
close;