summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
Diffstat (limited to 'npc')
-rw-r--r--npc/019-4-1/chief.txt9
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;