summaryrefslogtreecommitdiff
path: root/npc/commands/kami.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/commands/kami.txt')
-rw-r--r--npc/commands/kami.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/npc/commands/kami.txt b/npc/commands/kami.txt
index 65bec455..c9edc769 100644
--- a/npc/commands/kami.txt
+++ b/npc/commands/kami.txt
@@ -36,6 +36,10 @@ OnInstNuke:
}
end;
+OnDelCells:
+ delcells implode(.@atcmd_parameters$, " ");
+ end;
+
OnHotfix1:
maptimer2(getmap(), 10, "Alissa#ED1::OnFin");
end;
@@ -83,6 +87,7 @@ OnInit:
bindatcmd "instnuke", "@k::OnInstNuke", 99, 100, 1;
bindatcmd "hotfix", "@k::OnHotfix1", 99, 100, 1;
bindatcmd "altfix", "@k::OnHotfix2", 99, 100, 1;
+ bindatcmd "delcells", "@k::OnDelCells", 99, 100, 1;
end;
}