summaryrefslogtreecommitdiff
path: root/npc/functions/main.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions/main.txt')
-rw-r--r--npc/functions/main.txt7
1 files changed, 1 insertions, 6 deletions
diff --git a/npc/functions/main.txt b/npc/functions/main.txt
index 1a074e6b8..de794c0d7 100644
--- a/npc/functions/main.txt
+++ b/npc/functions/main.txt
@@ -80,13 +80,8 @@ function script addremovemapmask {
return;
}
-function script mescol {
- mes col(getarg(0),getarg(1));
- return;
-}
-
function script mesc {
- mes col(getarg(0),9);
+ mes col(getarg(0),getarg(1,9));
return;
}