taobin_project/inter/mys/xml/event/tricker.ev

35 lines
No EOL
523 B
Text

; malaysia
;DEBUGVAR SystemDateMonthInt
;DEBUGVAR SystemDateDayInt
; Reset flag away.
Var Propepsi99Enable = 0
; FruityRaya Promo
Var FruityRayaEnable = 0
Var FromFruityRaya = 0
Var DisableUntilServerPartOK = 1
If SystemDateMonthInt = 3 Then
If SystemDateDayInt >= 27 Then
Var FruityRayaEnable = 1
EndIf
EndIf
If SystemDateMonthInt = 4 Then
Var FruityRayaEnable = 1
EndIf
If SystemDateMonthInt = 5 Then
If SystemDateDayInt < 10 Then
Var FruityRayaEnable = 1
Else
Var FruityRayaEnable = 0
EndIf
EndIf