From 8cee331d90c862718e9071c1d2ed63451c92ea73 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 29 Jan 2020 19:15:23 -0300 Subject: Temporary glue --- npc/functions/event.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/npc/functions/event.txt b/npc/functions/event.txt index fe33cb6b7..419eabb08 100644 --- a/npc/functions/event.txt +++ b/npc/functions/event.txt @@ -226,8 +226,8 @@ function script sThanksgiving { // Event Schedule (all dates are inclusive) OnInit: - .valentine_stday=13; - .valentine_stmon=FEBRUARY; + .valentine_stday=29; + .valentine_stmon=JANUARY; .valentine_endday=16; .valentine_endmon=FEBRUARY; @@ -263,6 +263,8 @@ OnInit: OnClock0000: .@d=gettime(GETTIME_DAYOFMONTH); .@m=gettime(GETTIME_MONTH); + debugmes "EVENT CORE, the %02d/%02d", .@d, .@m; + debugmes "Valentine: %02d/%02d", .valentine_stday, .valentine_stmon; // Handle Valentine Day if (.@m >=.valentine_stmon && .@m <= .valentine_endmon) { -- cgit v1.2.3-60-g2f50