taobin_project/inter/tha/.special/RoadShow.ev
2025-03-18 13:27:07 +07:00

45 lines
581 B
Text

SAVELOG "RoadShow.ev 177287 177425 172831 "
SAVELOG "17 Marrrrrrr"
Var RoadShow = "false"
DEBUGVAR SystemDateDayInt
;DEBUGVAR SystemTimeMinuteInt
DEBUGVAR SystemTimeHourInt
Var RoadShowBoxID = 0
If SystemDateYearInt = 2025 Then
If BoxID = 177287 Then
Var RoadShowBoxID = 1
EndIf
If BoxID = 177425 Then
Var RoadShowBoxID = 1
EndIf
If BoxID = 172831 Then
Var RoadShowBoxID = 1
EndIf
If SystemDateMonthInt = 3 Then
If RoadShowBoxID = 1 Then
If SystemDateDayInt = 17 Then
Var RoadShow = "true"
EndIf
EndIf
EndIf
EndIf
DEBUGVAR RoadShow