summaryrefslogtreecommitdiff
path: root/npc/commands/warp.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/commands/warp.txt')
-rw-r--r--npc/commands/warp.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/commands/warp.txt b/npc/commands/warp.txt
index e64b87db..397e621b 100644
--- a/npc/commands/warp.txt
+++ b/npc/commands/warp.txt
@@ -26,7 +26,7 @@ OnCall:
{
if (.@request$ ~= .aliases$[.@i])
{
- sscanf .aliases$[.@i + 1], "%s %d %d", .@map$, .@x, .@y;
+ sscanf(.aliases$[.@i + 1], "%s %d %d", .@map$, .@x, .@y);
break;
}
}
@@ -57,7 +57,8 @@ OnCall:
++.@e;
}
- cwarp .@map$, .@x, .@y; // XXX: maybe here use a slide_or_warp function
+ slide_or_warp(.@map$, .@x, .@y);
+ end;
OnInit:
setarray .aliases$[0],