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

                                                  
                                         
 

        
       
                        








                      

                                                         


                 
// 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;
    goto L_StartTimer;

L_StartTimer:
    setnpctimer 0;
    initnpctimer;
    end;

OnTimer20000:
    setnpctimer 0;
    donpcevent "#XmasConfig::OnCommandRestartQuest";
    donpcevent "#HalloweenConfig::OnCommandRestartQuest";
    initnpctimer;
    end;
}