This commit is contained in:
kong 2023-07-20 14:18:04 +07:00
parent ff5513ac76
commit 0ac8f8063c
13 changed files with 56 additions and 22 deletions

View file

@ -81,12 +81,7 @@ EndIf
If SystemDateMonthInt = 7 Then
If SystemDateDayInt = 24 Then
Var OreoWelcomeDrinkEnable = 1
EndIf
If SystemDateDayInt = 25 Then
Var OreoWelcomeDrinkEnable = 1
EndIf
If SystemDateDayInt = 26 Then
Var OreoWelcomeDrinkEnable = 1
EndIf
@ -108,6 +103,37 @@ If SystemDateMonthInt = 7 Then
EndIf
If SystemDateMonthInt = 8 Then
If SystemDateDayInt = 1 Then
Var OreoWelcomeDrinkEnable = 1
EndIf
If SystemDateDayInt = 2 Then
Var OreoWelcomeDrinkEnable = 1
EndIf
If SystemDateDayInt = 3 Then
Var OreoWelcomeDrinkEnable = 1
EndIf
If SystemDateDayInt = 4 Then
Var OreoWelcomeDrinkEnable = 1
EndIf
If SystemDateDayInt = 5 Then
Var OreoWelcomeDrinkEnable = 1
EndIf
If SystemDateDayInt = 6 Then
Var OreoWelcomeDrinkEnable = 1
EndIf
EndIf
;/mnt/sdcard/oreo_for_free_limit
If SystemDateMonthInt = 7 Then
If SystemDateDayInt > 19 Then
If SystemDateDayInt < 30 Then
@ -120,6 +146,8 @@ If SystemDateMonthInt = 7 Then
EndIf
If BoxID = 173149 Then
Var MysteryProEnable = 0
Var OreoWelcomeDrinkEnable = 1