summaryrefslogtreecommitdiff
path: root/npc/functions/seasons.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-06-30 10:32:41 -0300
committerJesusaves <cpntb1@ymail.com>2018-06-30 10:34:04 -0300
commit839afa2410291afea1fdd48e9ee48b9f90baebf5 (patch)
treed4b9bfeb80be13d27458312125e08db483be0fe8 /npc/functions/seasons.txt
parent1998a6a09c19677a5e0f5c52cf0d5a75382c1f4a (diff)
downloadserverdata-839afa2410291afea1fdd48e9ee48b9f90baebf5.tar.gz
serverdata-839afa2410291afea1fdd48e9ee48b9f90baebf5.tar.bz2
serverdata-839afa2410291afea1fdd48e9ee48b9f90baebf5.tar.xz
serverdata-839afa2410291afea1fdd48e9ee48b9f90baebf5.zip
Patch the pipeline bug
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;
+}