taobin_project/inter/tha/.special/RoadShow.ev
2025-02-27 11:10:35 +07:00

48 lines
668 B
Text

SAVELOG "RoadShow.ev 201316 201494 01 Mar "
SAVELOG "200435 28 feb"
Var RoadShow = "false"
DEBUGVAR SystemDateDayInt
;DEBUGVAR SystemTimeMinuteInt
DEBUGVAR SystemTimeHourInt
Var RoadShowBoxID = 0
If SystemDateYearInt = 2025 Then
If BoxID = 201316 Then
Var RoadShowBoxID = 1
EndIf
If BoxID = 200435 Then
Var RoadShowBoxID = 2
EndIf
If SystemDateMonthInt = 2 Then
If RoadShowBoxID = 2 Then
If SystemDateDayInt = 28 Then
Var RoadShow = "true"
EndIf
EndIf
EndIf
If SystemDateMonthInt = 3 Then
If RoadShowBoxID = 1 Then
If SystemDateDayInt = 1 Then
Var RoadShow = "true"
EndIf
EndIf
EndIf
EndIf
DEBUGVAR RoadShow