taobin_project/inter/tha/.special/RoadShow.ev

46 lines
717 B
Text
Raw Normal View History

2024-09-23 18:56:10 +07:00
2025-01-09 21:06:16 +07:00
SAVELOG "RoadShow.ev 176467 176152 175996 176256 Kid day Jan 10-11 "
2024-09-23 18:56:10 +07:00
Var RoadShow = "false"
DEBUGVAR SystemDateDayInt
2024-10-21 13:05:17 +07:00
;DEBUGVAR SystemTimeMinuteInt
2024-12-24 15:50:21 +07:00
DEBUGVAR SystemTimeHourInt
2024-10-21 13:05:17 +07:00
2025-01-07 19:36:31 +07:00
If SystemDateYearInt = 2025 Then
2024-10-21 13:05:17 +07:00
2025-01-07 19:36:31 +07:00
If SystemDateMonthInt = 1 Then
2025-01-09 21:06:16 +07:00
Var RoadShowBoxID = 0
If BoxID = 176467 Then
Var RoadShowBoxID = 1
EndIf
If BoxID = 176152 Then
Var RoadShowBoxID = 1
EndIf
If BoxID = 175996 Then
Var RoadShowBoxID = 1
EndIf
If BoxID = 176256 Then
Var RoadShowBoxID = 1
EndIf
If RoadShowBoxID = 1 Then
If SystemDateDayInt = 10 Then
Var RoadShow = "true"
EndIf
If SystemDateDayInt = 11 Then
Var RoadShow = "true"
2024-12-24 15:50:21 +07:00
EndIf
EndIf
2025-01-09 21:06:16 +07:00
2024-09-23 18:56:10 +07:00
EndIf
EndIf
DEBUGVAR RoadShow