summaryrefslogtreecommitdiff
path: root/world/map/npc/030-2/guards.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/030-2/guards.txt')
-rw-r--r--world/map/npc/030-2/guards.txt36
1 files changed, 0 insertions, 36 deletions
diff --git a/world/map/npc/030-2/guards.txt b/world/map/npc/030-2/guards.txt
deleted file mode 100644
index 5ed2e2e9..00000000
--- a/world/map/npc/030-2/guards.txt
+++ /dev/null
@@ -1,36 +0,0 @@
-// Annual Xmas Bouncers
-
-030-2,85,43,0|script|Valjas|330
-{
- callfunc "XmasStates";
- callfunc "ThrowOutTheBum";
- if(@getout) end;
- mes "[Valjas]";
- mes "\"...\"";
- close;
-}
-
-030-2,89,43,0|script|Halas|330
-{
- callfunc "XmasStates";
- callfunc "ThrowOutTheBum";
- if(@getout) end;
- mes "[Halas]";
- mes "\"...\"";
- close;
-}
-
-030-2,89,84,0|script|Kilis|330,5,2
-{
- callfunc "XmasStates";
- callfunc "ThrowOutTheBum";
- if(@getout) end;
- mes "[Kilis]";
- mes "\"...\"";
- close;
-
-OnTouch:
- callfunc "XmasStates";
- callfunc "ThrowOutTheBum";
- end;
-}