diff options
Diffstat (limited to 'npc/annuals/fathertime.txt')
-rwxr-xr-x | npc/annuals/fathertime.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/npc/annuals/fathertime.txt b/npc/annuals/fathertime.txt new file mode 100755 index 00000000..e2760d49 --- /dev/null +++ b/npc/annuals/fathertime.txt @@ -0,0 +1,15 @@ +017-9,26,28,0 script #HolidayConfig NPC32767,{ + end; + +OnInit: + if (debug >= 2) end; + donpcevent strnpcinfo(0) + "::OnTimer20000"; + end; + +OnTimer20000: + donpcevent "#XmasConfig::OnCommandRestartQuest"; + donpcevent "#HalloweenConfig::OnCommandRestartQuest"; + donpcevent "Easter Eggs::OnCheckEaster"; + initnpctimer; + end; +} |