summaryrefslogtreecommitdiff
path: root/world/map/npc/051-3/janitor.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/051-3/janitor.txt')
-rw-r--r--world/map/npc/051-3/janitor.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/world/map/npc/051-3/janitor.txt b/world/map/npc/051-3/janitor.txt
new file mode 100644
index 00000000..5dfb1c30
--- /dev/null
+++ b/world/map/npc/051-3/janitor.txt
@@ -0,0 +1,10 @@
+// Bandit cave janitor
+051-3.gat,1,1,0|script|#IlliaJanitor2|127,{
+end;
+
+OnCommandClean:
+ // Kill all remaining bandits spawned during the "reinforcements" event
+ killmonster "051-1.gat", "Door::onB";
+ end;
+
+}