This commit is contained in:
kong 2023-03-13 13:23:48 +07:00
parent 51875b0b0d
commit e74f262e7d
8 changed files with 98 additions and 5 deletions

View file

@ -6,6 +6,87 @@
<Volume> SoundVolume </Volume>
<EventOpen>
Var PromotionOreoVolcanoEnable = 0
If SystemDateMonthInt = 2 Then
If SystemDateDayInt = 20 Then
Var PromotionOreoVolcanoEnable = 1
EndIf
If SystemDateDayInt = 24 Then
Var PromotionOreoVolcanoEnable = 1
EndIf
If SystemDateDayInt = 27 Then
Var PromotionOreoVolcanoEnable = 1
EndIf
EndIf
If SystemDateMonthInt = 3 Then
If SystemDateDayInt = 6 Then
Var PromotionOreoVolcanoEnable = 1
EndIf
If SystemDateDayInt = 13 Then
Var PromotionOreoVolcanoEnable = 1
EndIf
If SystemDateDayInt = 20 Then
Var PromotionOreoVolcanoEnable = 1
EndIf
If SystemDateDayInt = 27 Then
Var PromotionOreoVolcanoEnable = 1
EndIf
EndIf
Var PromotionOreoToppingFreeEnable = 0
If SystemDateMonthInt = 2 Then
If SystemDateDayInt = 21 Then
Var PromotionOreoToppingFreeEnable = 1
EndIf
If SystemDateDayInt = 24 Then
Var PromotionOreoToppingFreeEnable = 1
EndIf
EndIf
If SystemDateMonthInt = 3 Then
If SystemDateDayInt = 1 Then
Var PromotionOreoToppingFreeEnable = 1
EndIf
If SystemDateDayInt = 8 Then
Var PromotionOreoToppingFreeEnable = 1
EndIf
If SystemDateDayInt = 15 Then
Var PromotionOreoToppingFreeEnable = 1
EndIf
If SystemDateDayInt = 22 Then
Var PromotionOreoToppingFreeEnable = 1
EndIf
If SystemDateDayInt = 29 Then
Var PromotionOreoToppingFreeEnable = 1
EndIf
EndIf
DEBUGVAR $12-03-03-0009.Button
If PromotionOreoVolcanoEnable = 1 Then
Var bn_oreo_vo_get1_full_path = "ROOT/taobin_project/image/page_drink_picture2_n//bn_oreo_vo_get1_final.png"
Var smoothie_oreo_resting = "ROOT/taobin_project/image/page_drink_n//bn_oreo_vo_get1_final.png"
Var smoothie_oreo_press = "ROOT/taobin_project/image/page_drink_press_n//bn_oreo_vo_get1_final.png"
Var smoothie_oreo_disable = "ROOT/taobin_project/image/page_drink_disable_n2//bn_oreo_vo_get1_final.png"
Else
Var smoothie_oreo_resting = "ROOT/taobin_project/image/page_drink_n//bn_smoothie_oreo.png"
Var smoothie_oreo_press = "ROOT/taobin_project/image/page_drink_press_n//bn_smoothie_oreo.png"
Var smoothie_oreo_disable = "ROOT/taobin_project/image/page_drink_disable_n2//bn_smoothie_oreo.png"
Var bn_oreo_vo_get1_full_path = "ROOT/taobin_project/image/page_drink_picture2_n//bn_smoothie_oreo.png"
EndIf
Var PromotionIDCurrentOrder = 0
DEBUGVAR PromotionOreoToppingFreeEnable
DEBUGVAR PromotionOreoVolcanoEnable
If SpiralOnline = "true" Then