summaryrefslogtreecommitdiff
path: root/npc/051-3/janitor.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/051-3/janitor.txt')
-rwxr-xr-xnpc/051-3/janitor.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/npc/051-3/janitor.txt b/npc/051-3/janitor.txt
new file mode 100755
index 00000000..9531f33a
--- /dev/null
+++ b/npc/051-3/janitor.txt
@@ -0,0 +1,9 @@
+051-3,1,1,0 script #IlliaJanitor2 NPC32767,{
+end;
+
+OnCommandClean:
+ // Kill all remaining bandits spawned during the "reinforcements" event
+ killmonster "051-1", "Door::OnB";
+ end;
+
+}