summaryrefslogtreecommitdiff
path: root/world/map/npc/annuals/fathertime.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/annuals/fathertime.txt')
-rw-r--r--world/map/npc/annuals/fathertime.txt19
1 files changed, 19 insertions, 0 deletions
diff --git a/world/map/npc/annuals/fathertime.txt b/world/map/npc/annuals/fathertime.txt
new file mode 100644
index 00000000..54541d69
--- /dev/null
+++ b/world/map/npc/annuals/fathertime.txt
@@ -0,0 +1,19 @@
+// Annual Timer
+// One timer to check to enable all holiday events
+
+botcheck.gat,26,28,0|script|#HolidayConfig|-1,
+{
+OnInit:
+ goto L_StartTimer;
+
+L_StartTimer:
+ setnpctimer 0;
+ initnpctimer;
+ end;
+
+OnTimer20000:
+ setnpctimer 0;
+ cmdothernpc "#XmasConfig", "RestartQuest";
+ initnpctimer;
+ end;
+}