MYS: prep for fruity raya promo
This commit is contained in:
parent
f174d7530b
commit
f67160c120
12 changed files with 15790 additions and 7 deletions
|
|
@ -8,15 +8,17 @@
|
|||
|
||||
Var Propepsi99Enable = 0
|
||||
|
||||
; FruityRaya Promo
|
||||
Var FruityRayaEnable = 0
|
||||
Var FromFruityRaya = 0
|
||||
|
||||
If SystemDateMonthInt = 8 Then
|
||||
If SystemDateDayInt > 29 Then
|
||||
Var Propepsi99Enable = 1
|
||||
If SystemDateMonthInt = 3 Then
|
||||
If SystemDateDayInt >= 25 Then
|
||||
Var FruityRayaEnable = 1
|
||||
EndIf
|
||||
EndIf
|
||||
If SystemDateMonthInt = 9 Then
|
||||
Var Propepsi99Enable = 1
|
||||
|
||||
If SystemDateMonthInt = 4 Then
|
||||
Var FruityRayaEnable = 1
|
||||
EndIf
|
||||
|
||||
DEBUGVAR Propepsi99Enable
|
||||
DEBUGVAR DisplayFormatFull
|
||||
Loading…
Add table
Add a link
Reference in a new issue