diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-11-13 10:22:57 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-11-13 10:22:57 -0300 |
commit | 17210c82c29576089ecbb8824500a959ea0f8dae (patch) | |
tree | 6f38661454bdf4c1b3056929fa047699d7f6964a /npc/024-7 | |
parent | 6038eb066fc67a6c07c4d92dcb0b56bd6ed6dbdb (diff) | |
download | serverdata-17210c82c29576089ecbb8824500a959ea0f8dae.tar.gz serverdata-17210c82c29576089ecbb8824500a959ea0f8dae.tar.bz2 serverdata-17210c82c29576089ecbb8824500a959ea0f8dae.tar.xz serverdata-17210c82c29576089ecbb8824500a959ea0f8dae.zip |
!blame gumi and Hercules and functions
Diffstat (limited to 'npc/024-7')
-rw-r--r-- | npc/024-7/afking.txt | 8 |
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; |