From 492ebc4e91597e29db5caff15e2114a4ce6a65f0 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 14 Dec 2021 22:16:37 -0300 Subject: Add workaround --- npc/commands/kami.txt | 5 +++++ 1 file changed, 5 insertions(+) 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; } -- cgit v1.2.3-60-g2f50