summaryrefslogblamecommitdiff
path: root/world/map/npc/annuals/fathertime.txt
blob: 29406f6328cd8f53530cc017b228b714040c08f6 (plain) (tree)
1
2
3
4
5
6
7
8
9

                                                  
                                         
 

        
       
                        
                                                


             

                                                         
                                            


                 
// Annual Timer
// One timer to check to enable all holiday events
017-9,26,28,0|script|#HolidayConfig|32767
{
    end;

OnInit:
    if (debug >= 2) end;
    donpcevent strnpcinfo(0) + "::OnTimer20000";
    end;

OnTimer20000:
    donpcevent "#XmasConfig::OnCommandRestartQuest";
    donpcevent "#HalloweenConfig::OnCommandRestartQuest";
    donpcevent "Easter Eggs::OnCheckEaster";
    initnpctimer;
    end;
}