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


                                                  
                                           
 

        













                                              
// Annual Timer
// One timer to check to enable all holiday events

017-9.gat,26,28,0|script|#HolidayConfig|-1,
{
    end;

OnInit:
    goto L_StartTimer;

L_StartTimer:
    setnpctimer 0;
    initnpctimer;
    end;

OnTimer20000:
    setnpctimer 0;
    cmdothernpc "#XmasConfig", "RestartQuest";
    initnpctimer;
    end;
}