summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xworld/map/npc/functions/debug.txt40
1 files changed, 40 insertions, 0 deletions
diff --git a/world/map/npc/functions/debug.txt b/world/map/npc/functions/debug.txt
index b3692606..f9989b74 100755
--- a/world/map/npc/functions/debug.txt
+++ b/world/map/npc/functions/debug.txt
@@ -864,3 +864,43 @@ L_ResetAll:
goto L_Begin;
}
+
+042-2.gat,30,26,0|script|Debug0|154,{
+ callfunc "Debug";
+ end;
+OnInit:
+ if (!debug)
+ disablenpc "Debug0";
+}
+
+001-1.gat,41,29,0|script|Debug1|154,{
+ callfunc "Debug";
+ end;
+OnInit:
+ if (!debug)
+ disablenpc "Debug1";
+}
+
+009-1.gat,52,33,0|script|Debug2|154,{
+ callfunc "Debug";
+ end;
+OnInit:
+ if (!debug)
+ disablenpc "Debug2";
+}
+
+020-1.gat,75,85,0|script|Debug3|154,{
+ callfunc "Debug";
+ end;
+OnInit:
+ if (!debug)
+ disablenpc "Debug3";
+}
+
+botcheck.gat,50,28,0|script|Debug4|154,{
+ callfunc "Debug";
+ end;
+OnInit:
+ if (!debug)
+ disablenpc "Debug4";
+}