summaryrefslogtreecommitdiff
path: root/npc/functions/seasons.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions/seasons.txt')
-rw-r--r--npc/functions/seasons.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/npc/functions/seasons.txt b/npc/functions/seasons.txt
index 8b124e3bb..f893d2ed3 100644
--- a/npc/functions/seasons.txt
+++ b/npc/functions/seasons.txt
@@ -33,4 +33,11 @@ function script season {
return (.@current_month / 3 + .@is_after_season_day) % 4;
}
+000-0,0,0,0 script #SeasonCore NPC_HIDDEN,{
+ end;
+OnInit:
+OnHour00:
+ $@SEASON=season();
+ end;
+}