Pro .skt remake

This commit is contained in:
wanlop run 2025-04-04 11:35:43 +07:00
parent 9bededbc2b
commit c1a99a887d
113 changed files with 3017 additions and 10391 deletions

View file

@ -1,7 +1,6 @@
SAVELOG "RoadShow.ev 200435 201316 EFR02 RoadShowBoxID = is 1"
SAVELOG "RoadShow.ev 172325 EFR01 RoadShowBoxID is 2"
SAVELOG "17 Marrrrrrr"
SAVELOG "RoadShow.ev 173950 172303 EFR02 RoadShowBoxID is 2"
SAVELOG "4 Apr"
Var RoadShow = "false"
@ -17,10 +16,10 @@ Var RoadShowBoxID = 0
If SystemDateYearInt = 2025 Then
; EFR02
If BoxID = 200435 Then
If BoxID = 173950 Then
Var RoadShowBoxID = 1
EndIf
If BoxID = 201316 Then
If BoxID = 172303 Then
Var RoadShowBoxID = 1
EndIf
@ -28,13 +27,13 @@ If SystemDateYearInt = 2025 Then
; EFR01
If BoxID = 172325 Then
Var RoadShowBoxID = 2
EndIf
If SystemDateMonthInt = 3 Then
If SystemDateMonthInt = 4 Then
If RoadShowBoxID = 1 Then
If SystemDateDayInt = 29 Then
If SystemDateDayInt = 4 Then
Var RoadShow = "true"
Var RoadShowMarketCode = "EFR02"
@ -43,7 +42,7 @@ If SystemDateYearInt = 2025 Then
EndIf
If RoadShowBoxID = 2 Then
If SystemDateDayInt = 29 Then
If SystemDateDayInt = 4 Then
Var RoadShow = "true"
Var RoadShowMarketCode = "EFR01"