From b5d8ff102e383e967f426d7b16a8cbd2a9d64ace Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 1 Jan 2019 22:57:28 -0200 Subject: [skip ci] debug markers --- npc/019-4-1/chief.txt | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'npc') diff --git a/npc/019-4-1/chief.txt b/npc/019-4-1/chief.txt index fdaa60858..2208a7d21 100644 --- a/npc/019-4-1/chief.txt +++ b/npc/019-4-1/chief.txt @@ -43,13 +43,18 @@ } // Start Event for the first time - if (gettime(GETTIME_MONTH) != JANUARY && getq(SQuest_Christmas) < gettime(GETTIME_YEAR)) + if (gettime(GETTIME_MONTH) != JANUARY && getq(SQuest_Christmas) < gettime(GETTIME_YEAR)) { + npctalk3 l("Bug, please report: Merry Christmas I am undefined"); setq SQuest_Christmas, gettime(GETTIME_YEAR), 0, 0; - if (gettime(GETTIME_MONTH) == JANUARY && getq(SQuest_Christmas) != gettime(GETTIME_YEAR)-1) + } + if (gettime(GETTIME_MONTH) == JANUARY && getq(SQuest_Christmas) != gettime(GETTIME_YEAR)-1) { + npctalk3 l("Bug, please report: Merry Christmas, I am @@. I got @@/@@ on exams last week!", getq(SQuest_Christmas), getq2(SQuest_Christmas), getq3(SQuest_Christmas)); setq SQuest_Christmas, gettime(GETTIME_YEAR)-1, 0, 0; + } // Christmas still running if ($EVENT$ == "Christmas") goto L_Main; + npctalk3 l("Bug, please report: Merry Christmas I am no one"); // Last year if (getq(SQuest_Christmas) == gettime(GETTIME_YEAR)-1) goto L_Reward; -- cgit v1.2.3-60-g2f50