diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-05-12 08:57:06 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-05-12 08:57:06 -0300 |
commit | 07403f5af4a0be125fddbe1dc40330d043309812 (patch) | |
tree | fbec8f49b49cdc75f0a6f7516e263cb660ed0ef8 /npc/005-1 | |
parent | 69df270c8e5ae5ef86c7ebd1db6dfbf7ff26ab9d (diff) | |
download | serverdata-07403f5af4a0be125fddbe1dc40330d043309812.tar.gz serverdata-07403f5af4a0be125fddbe1dc40330d043309812.tar.bz2 serverdata-07403f5af4a0be125fddbe1dc40330d043309812.tar.xz serverdata-07403f5af4a0be125fddbe1dc40330d043309812.zip |
Deprecation concerning "debug" constant (I have new plans for it)
Diffstat (limited to 'npc/005-1')
-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) { |