summaryrefslogtreecommitdiff
path: root/npc/031-2/angelaHouse.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/031-2/angelaHouse.txt')
-rw-r--r--npc/031-2/angelaHouse.txt9
1 files changed, 5 insertions, 4 deletions
diff --git a/npc/031-2/angelaHouse.txt b/npc/031-2/angelaHouse.txt
index 37cb82cc..55c2c7df 100644
--- a/npc/031-2/angelaHouse.txt
+++ b/npc/031-2/angelaHouse.txt
@@ -1,7 +1,8 @@
031-2,29,28,0 script Angela#house NPC196,{
- if (QL_CINDY == 4) goto L_Hello_Again;
- if (QL_CINDY == 3) goto L_Reward;
+ .@q= getq(KaizeiQuest_Cindy);
+ if (.@q > 4) goto L_Hello_Again;
+ if (.@q == 4) goto L_Reward;
mes "...";
goto L_close;
@@ -19,8 +20,8 @@ L_Reward:
getinventorylist;
if (@inventorylist_count == 100)
goto L_Full_Inv;
- getitem "RockKnife", 1;
- QL_CINDY = 4;
+ getitem RockKnife, 1;
+ setq(KaizeiQuest_Cindy, 5);
next;
mes "\"I hope this will be useful for you.\"";