summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/commands/warp.txt9
1 files changed, 4 insertions, 5 deletions
diff --git a/npc/commands/warp.txt b/npc/commands/warp.txt
index 4e4564bec..cc2c4e434 100644
--- a/npc/commands/warp.txt
+++ b/npc/commands/warp.txt
@@ -1,10 +1,9 @@
+// TMW2 script
+// Evol script, gumi's script
+//
// @w atcommand
// warps using anchors or map name
//
-// group lv: 1
-// group char lv: 2
-// log: True
-//
// usage:
// @w <map or anchor> [, x [, y]]
// #w "char" <map or anchor> [, x [, y]]
@@ -90,5 +89,5 @@ OnInit:
end;
}
- bindatcmd "w", "@w::OnCall", 1, 2, 1;
+ bindatcmd "w", "@w::OnCall", 5, 80, 1;
}