HK: Initialize Hong Kong
This commit is contained in:
parent
e12d844dd5
commit
178c71b745
2416 changed files with 182201 additions and 1 deletions
39
inter/hk/xml/event/tricker.ev
Normal file
39
inter/hk/xml/event/tricker.ev
Normal file
|
|
@ -0,0 +1,39 @@
|
|||
; HongKong
|
||||
|
||||
|
||||
;DEBUGVAR SystemDateMonthInt
|
||||
;DEBUGVAR SystemDateDayInt
|
||||
|
||||
; Reset flag away.
|
||||
|
||||
|
||||
Var SeasonPassMode = 0
|
||||
|
||||
If SystemDateMonthInt = 7 Then
|
||||
If SystemDateDayInt > 28 Then
|
||||
Var SeasonPassMode = 1
|
||||
Else
|
||||
Var SeasonPassMode = 0
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
If SystemDateMonthInt = 8 Then
|
||||
Var SeasonPassMode = 1
|
||||
EndIf
|
||||
|
||||
If SystemDateMonthInt = 9 Then
|
||||
Var SeasonPassMode = 1
|
||||
If SystemDateDayInt > 8 Then
|
||||
Var SeasonPassMode = 0
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
||||
If BoxID = "177746" Then
|
||||
Var SeasonPassMode = 1
|
||||
EndIf
|
||||
|
||||
If SeasonPassMode = 1 Then
|
||||
Var SeasonPassFile = CountryRootPath + "xml/event/season_pass/season_pass.ev"
|
||||
TRY SeasonPassFile
|
||||
EndIf
|
||||
Loading…
Add table
Add a link
Reference in a new issue