game change 2.0.0
This commit is contained in:
parent
c72eba6b87
commit
d5fe61b2fc
11 changed files with 4348 additions and 3838 deletions
|
|
@ -272,6 +272,7 @@ If BoxID = 201729 Then
|
|||
Var MomCocoaProDiscountEnable = 0
|
||||
Var RobinsonBeautyPro = 0
|
||||
Var JemilaPro = 1
|
||||
Var HalloweenPro = 1
|
||||
EndIf
|
||||
|
||||
If BoxID = 201714 Then
|
||||
|
|
@ -279,6 +280,7 @@ If BoxID = 201714 Then
|
|||
Var MomCocoaProDiscountEnable = 0
|
||||
Var RobinsonBeautyPro = 0
|
||||
Var JemilaPro = 1
|
||||
Var HalloweenPro = 1
|
||||
EndIf
|
||||
|
||||
If BoxID = 173149 Then
|
||||
|
|
@ -286,6 +288,7 @@ If BoxID = 173149 Then
|
|||
Var MomCocoaProDiscountEnable = 0
|
||||
Var RobinsonBeautyPro = 0
|
||||
Var JemilaPro = 1
|
||||
Var HalloweenPro = 1
|
||||
EndIf
|
||||
|
||||
|
||||
|
|
@ -475,7 +478,7 @@ EndIf
|
|||
|
||||
;
|
||||
If BoxID > 200000 Then
|
||||
If BoxID < 200400 Then
|
||||
If BoxID < 201000 Then
|
||||
Var New_Payment = 1
|
||||
Var NewFlowPaymentCode = 1
|
||||
EndIf
|
||||
|
|
|
|||
|
|
@ -697,6 +697,8 @@
|
|||
|
||||
Var ShowCountDownBrewing = CountDownBrewing
|
||||
|
||||
|
||||
; TODO
|
||||
DEBUGVAR EnableDoubleCupNoError
|
||||
DEBUGVAR HURR_FOREVER
|
||||
If EnableDoubleCupNoError = 1 Then
|
||||
|
|
|
|||
|
|
@ -640,6 +640,7 @@
|
|||
|
||||
;inter-xml-open
|
||||
If CountryName = "Thailand" Then
|
||||
Var LangProcess = "Done"
|
||||
TRY "/mnt/sdcard/coffeevending/taobin_project/video/script1.ev"
|
||||
EndIf
|
||||
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -202,7 +202,7 @@
|
|||
EndIf
|
||||
EndIf
|
||||
|
||||
Var SlientRefreshEnable = 2
|
||||
|
||||
|
||||
Var TimeDelayDefault = 1200
|
||||
|
||||
|
|
@ -216,7 +216,7 @@
|
|||
AddData 50 dummyPhone param1 param2 param3
|
||||
EndIf
|
||||
|
||||
SAVELOG "drinkok.xml version 2"
|
||||
SAVELOG "drinkok.xml version 3"
|
||||
|
||||
Var DrinkNameOnArm[DrinkArmCupID] = Seeker.showname
|
||||
Var DrinkImageOnArm[DrinkArmCupID] = Seeker.PictureDrink
|
||||
|
|
@ -248,6 +248,10 @@
|
|||
|
||||
Var Timeout = Timeout + 1
|
||||
|
||||
If Timeout = 2 Then
|
||||
Var SlientRefreshEnable = 1
|
||||
EndIf
|
||||
|
||||
If BrewTimeoutExtend = 1 Then
|
||||
|
||||
DEBUGVAR BrewTimeoutExtend
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue