diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-01-01 22:57:28 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-01-01 22:57:28 -0200 |
commit | b5d8ff102e383e967f426d7b16a8cbd2a9d64ace (patch) | |
tree | 72c3949b027d44d59d96d406d3239910c02ef45d /npc/019-4-1 | |
parent | 4ce0ab6bc75cfd24d23ae82ce423ed3cda80957b (diff) | |
download | serverdata-b5d8ff102e383e967f426d7b16a8cbd2a9d64ace.tar.gz serverdata-b5d8ff102e383e967f426d7b16a8cbd2a9d64ace.tar.bz2 serverdata-b5d8ff102e383e967f426d7b16a8cbd2a9d64ace.tar.xz serverdata-b5d8ff102e383e967f426d7b16a8cbd2a9d64ace.zip |
[skip ci] debug markers
Diffstat (limited to 'npc/019-4-1')
-rw-r--r-- | npc/019-4-1/chief.txt | 9 |
1 files changed, 7 insertions, 2 deletions
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; |