20 lines
314 B
Text
20 lines
314 B
Text
; Singapore
|
|
|
|
|
|
;DEBUGVAR SystemDateMonthInt
|
|
;DEBUGVAR SystemDateDayInt
|
|
|
|
; Reset flag away.
|
|
|
|
|
|
Var SeasonPassMode = 0
|
|
|
|
|
|
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
|