From 07403f5af4a0be125fddbe1dc40330d043309812 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 12 May 2020 08:57:06 -0300 Subject: Deprecation concerning "debug" constant (I have new plans for it) --- npc/005-1/ayasha.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/005-1/ayasha.txt') 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) { -- cgit v1.2.3-60-g2f50