From 17210c82c29576089ecbb8824500a959ea0f8dae Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 13 Nov 2019 10:22:57 -0300 Subject: !blame gumi and Hercules and functions --- npc/024-7/afking.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'npc/024-7/afking.txt') 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; -- cgit v1.2.3-60-g2f50