summaryrefslogtreecommitdiff
path: root/world/map/npc/xmas/2012/doors.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/xmas/2012/doors.txt')
-rw-r--r--world/map/npc/xmas/2012/doors.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/world/map/npc/xmas/2012/doors.txt b/world/map/npc/xmas/2012/doors.txt
new file mode 100644
index 00000000..73bda9be
--- /dev/null
+++ b/world/map/npc/xmas/2012/doors.txt
@@ -0,0 +1,13 @@
+// This file is part of Christmas Event 2012
+// author: Jenalya
+
+// entrance of the building
+030-1.gat,99,53,0|script|#Door|45,1,1,{
+ callfunc "xmas2012time";
+
+ if (@xmas_time == $@xmas2012_no_event_time)
+ end;
+
+ warp "030-2.gat", 88, 50;
+ end;
+}