taobin_project/inter/tha/.special/RoadShow.ev
2025-03-12 11:16:23 +07:00

52 lines
723 B
Text

SAVELOG "RoadShow.ev 201316 173319 200435 "
SAVELOG "12 14 Marrrrrrr"
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 = 1
EndIf
If BoxID = 173319 Then
Var RoadShowBoxID = 1
EndIf
If SystemDateMonthInt = 3 Then
If RoadShowBoxID = 1 Then
If SystemDateDayInt = 12 Then
Var RoadShow = "true"
EndIf
If SystemDateDayInt = 13 Then
Var RoadShow = "true"
EndIf
If SystemDateDayInt = 14 Then
Var RoadShow = "true"
EndIf
EndIf
EndIf
EndIf
DEBUGVAR RoadShow