diff options
Diffstat (limited to 'npc/005-1/ayasha.txt')
-rw-r--r-- | npc/005-1/ayasha.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/005-1/ayasha.txt b/npc/005-1/ayasha.txt index bbc0df0d5..f71f1726d 100644 --- a/npc/005-1/ayasha.txt +++ b/npc/005-1/ayasha.txt @@ -261,7 +261,7 @@ OnInit: function script CheckEnfant { @kids_count = 0; @count_tmp = 0; - if (debug) + if ($@GM_OVERRIDE) npctalk3 l("Hello, I am K-@@, of the @@ order.", @kids, $@KidsBits[@kids]); if (STARTAREA & $@KidsBits[@kids]) goto L_Already; @@ -270,7 +270,7 @@ function script CheckEnfant { goto L_Loop; L_KidsTally: - if (debug) + if (debug || $@GM_OVERRIDE) npctalk3 l("You found @@ out of @@ kids.", @kids_count, @count_tmp); if (@kids_count == 6) { |