summaryrefslogtreecommitdiff
path: root/npc/005-1
diff options
context:
space:
mode:
Diffstat (limited to 'npc/005-1')
-rw-r--r--npc/005-1/zegas.txt9
1 files changed, 5 insertions, 4 deletions
diff --git a/npc/005-1/zegas.txt b/npc/005-1/zegas.txt
index f2acc6a13..290668c4c 100644
--- a/npc/005-1/zegas.txt
+++ b/npc/005-1/zegas.txt
@@ -93,8 +93,9 @@ L_Close:
//showavatar; // Use this to hide the showavatar
close;
-//OnInit:
- //if (!debug)
- // disablenpc "ZegasDebug";
- //end;
+// Use @shownpc to enable ZegasDebug
+OnInit:
+ if (!debug)
+ disablenpc "ZegasDebug";
+ end;
}