blob: 54541d69dbe15c1f41e1d5a14ef64826f8065b24 (
plain) (
tree)
|
|
// 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;
}
|