diff options
Diffstat (limited to 'world/map/npc/functions/debug.txt')
-rwxr-xr-x | world/map/npc/functions/debug.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/world/map/npc/functions/debug.txt b/world/map/npc/functions/debug.txt index e1c9e6c8..9918cbaf 100755 --- a/world/map/npc/functions/debug.txt +++ b/world/map/npc/functions/debug.txt @@ -965,3 +965,13 @@ OnInit: disablenpc "Debug4"; end; } + +027-2.gat,125,103,0|script|Debug5|154, +{ + callfunc "Debug"; + end; +OnInit: + if (!debug) + disablenpc "Debug5"; + end; +} |