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