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.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/npc/commands/kami.txt b/npc/commands/kami.txt
index 8ac29c7f8..f32fa5e62 100644
--- a/npc/commands/kami.txt
+++ b/npc/commands/kami.txt
@@ -26,6 +26,13 @@ OnServMsg:
}
end;
+OnDebug:
+ debugmes "Has API? %d", $@HAS_API;
+ debugmes "Begin, %d", gettimetick(0);
+ DelItemFromEveryPlayer(9999);
+ debugmes "Done, %d", gettimetick(0);
+ end;
+
OnBuff:
.@n$=strtoupper(strcharinfo(0, "JESUSALVA", playerattached()));
// Disabled command, used for debug purposes