summaryrefslogtreecommitdiff
path: root/npc/commands/debug-preset.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/commands/debug-preset.txt')
-rw-r--r--npc/commands/debug-preset.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/commands/debug-preset.txt b/npc/commands/debug-preset.txt
index 40f612614..92d9314b8 100644
--- a/npc/commands/debug-preset.txt
+++ b/npc/commands/debug-preset.txt
@@ -13,6 +13,7 @@
//
// ^ actual documentation may come one day, when I feel like it
// *hides*
+// Note from Jesusalva: I do not trust this script works well for TMW2.
function script DoRoutine {
@@ -242,5 +243,5 @@ OnCall:
end;
OnInit:
- bindatcmd "pre", "@pre::OnCall", 0, 99, 0;
+ bindatcmd "pre", "@pre::OnCall", 99, 99, 1;
}