summaryrefslogtreecommitdiff
path: root/npc/005-1/ayasha.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/005-1/ayasha.txt')
-rw-r--r--npc/005-1/ayasha.txt13
1 files changed, 12 insertions, 1 deletions
diff --git a/npc/005-1/ayasha.txt b/npc/005-1/ayasha.txt
index adc39cf3e..f47968c48 100644
--- a/npc/005-1/ayasha.txt
+++ b/npc/005-1/ayasha.txt
@@ -73,7 +73,7 @@ function script CheckEnfant {
speech S_FIRST_BLANK_LINE | S_LAST_NEXT,
l("Oh! You found me well played !.");
narrator("You receive 5 exp.");
- if (.questCheck == 5)
+ if (.questCheck == 6)
{
setq CandorQuest_HAS, 2;
}
@@ -135,3 +135,14 @@ OnInit:
.distance = 1;
end;
}
+005-1,38,65,0 script Djinx 451,{
+ if (getq(CandorQuest_HAS) == 1)
+ {
+ CheckEnfant();
+ }
+ end;
+OnInit:
+ .sex = G_OTHER;
+ .distance = 1;
+ end;
+}