DO
This commit is contained in:
parent
4a13d67af7
commit
0de83db323
5 changed files with 16 additions and 27 deletions
|
|
@ -8961,9 +8961,9 @@ LIMENADE SODA" </Value>
|
||||||
)
|
)
|
||||||
</FilenameDisable>
|
</FilenameDisable>
|
||||||
<EventClick>
|
<EventClick>
|
||||||
Var OreoGuarantee = OreoGuarantee + 1
|
Var OreoGuarantee = OreoGuarantee + 1
|
||||||
DEBUGVAR OreoGuarantee
|
DEBUGVAR OreoGuarantee
|
||||||
If OreoGuarantee = 4 Then
|
If OreoGuarantee > 4 Then
|
||||||
Random2 0 IndexOfRateupOreoMilk ResultRandomIndex
|
Random2 0 IndexOfRateupOreoMilk ResultRandomIndex
|
||||||
Var ProductCodeRandom = ListOfOreoMilk[ResultRandomIndex]
|
Var ProductCodeRandom = ListOfOreoMilk[ResultRandomIndex]
|
||||||
DEBUGVAR ListOfOreoMilk[ResultRandomIndex]
|
DEBUGVAR ListOfOreoMilk[ResultRandomIndex]
|
||||||
|
|
@ -9001,8 +9001,8 @@ LIMENADE SODA" </Value>
|
||||||
</FilenameDisable>
|
</FilenameDisable>
|
||||||
<EventClick>
|
<EventClick>
|
||||||
Var OreoGuarantee = OreoGuarantee + 1
|
Var OreoGuarantee = OreoGuarantee + 1
|
||||||
DEBUGVAR OreoGuarantee
|
DEBUGVAR OreoGuarantee
|
||||||
If OreoGuarantee = 4 Then
|
If OreoGuarantee > 4 Then
|
||||||
Random2 0 IndexOfRateupOreoTea ResultRandomIndex
|
Random2 0 IndexOfRateupOreoTea ResultRandomIndex
|
||||||
Var ProductCodeRandom = ListOfOreoTea[ResultRandomIndex]
|
Var ProductCodeRandom = ListOfOreoTea[ResultRandomIndex]
|
||||||
DEBUGVAR ListOfOreoTea[ResultRandomIndex]
|
DEBUGVAR ListOfOreoTea[ResultRandomIndex]
|
||||||
|
|
@ -9042,7 +9042,7 @@ DEBUGVAR OreoGuarantee
|
||||||
<EventClick>
|
<EventClick>
|
||||||
Var OreoGuarantee = OreoGuarantee + 1
|
Var OreoGuarantee = OreoGuarantee + 1
|
||||||
DEBUGVAR OreoGuarantee
|
DEBUGVAR OreoGuarantee
|
||||||
If OreoGuarantee = 4 Then
|
If OreoGuarantee > 4 Then
|
||||||
|
|
||||||
Random2 0 IndexOfRateupOreoCoffee ResultRandomIndex
|
Random2 0 IndexOfRateupOreoCoffee ResultRandomIndex
|
||||||
Var ProductCodeRandom = ListOfOreoCoffee[ResultRandomIndex]
|
Var ProductCodeRandom = ListOfOreoCoffee[ResultRandomIndex]
|
||||||
|
|
@ -9085,7 +9085,7 @@ EndIf
|
||||||
<EventClick>
|
<EventClick>
|
||||||
Var OreoGuarantee = OreoGuarantee + 1
|
Var OreoGuarantee = OreoGuarantee + 1
|
||||||
DEBUGVAR OreoGuarantee
|
DEBUGVAR OreoGuarantee
|
||||||
If OreoGuarantee = 4 Then
|
If OreoGuarantee > 4 Then
|
||||||
Random2 0 IndexOfRateupOreoAll ResultRandomIndex
|
Random2 0 IndexOfRateupOreoAll ResultRandomIndex
|
||||||
Var ProductCodeRandom = ListOfOreoAll[ResultRandomIndex]
|
Var ProductCodeRandom = ListOfOreoAll[ResultRandomIndex]
|
||||||
DEBUGVAR ListOfOreoAll[ResultRandomIndex]
|
DEBUGVAR ListOfOreoAll[ResultRandomIndex]
|
||||||
|
|
@ -9144,7 +9144,7 @@ EndIf
|
||||||
)
|
)
|
||||||
</FilenameDisable>
|
</FilenameDisable>
|
||||||
<EventOnClick>
|
<EventOnClick>
|
||||||
Var BigButtonEnable = "Invisible"
|
Var BigButtonEnable = "Invisible"
|
||||||
|
|
||||||
DEBUGVAR BigButtonEnable
|
DEBUGVAR BigButtonEnable
|
||||||
DEBUGVAR OreoGuarantee
|
DEBUGVAR OreoGuarantee
|
||||||
|
|
@ -9297,19 +9297,6 @@ Var IndexOfRateupOreoAll = IndexOfRateupOreoAll + 1
|
||||||
Var IndexOfRateupOreoMilk = IndexOfRateupOreoMilk + 1
|
Var IndexOfRateupOreoMilk = IndexOfRateupOreoMilk + 1
|
||||||
EndIf
|
EndIf
|
||||||
|
|
||||||
; HOJICHA Oreo smoothie
|
|
||||||
If $12-99-03-0029.Button = "Enable" Then
|
|
||||||
Var ListOfAllRandom[IndexOfAllRandom] = "12-99-03-0029"
|
|
||||||
Var ListOfTea[IndexOfTea] = "12-99-03-0029"
|
|
||||||
Var IndexOfAllRandom = IndexOfAllRandom + 1
|
|
||||||
Var IndexOfTea = IndexOfTea + 1
|
|
||||||
|
|
||||||
Var ListOfOreoAll[IndexOfRateupOreoAll] = "12-99-03-0029"
|
|
||||||
Var ListOfOreoTea[IndexOfRateupOreoTea] = "12-99-03-0029"
|
|
||||||
Var IndexOfRateupOreoAll = IndexOfRateupOreoAll + 1
|
|
||||||
Var IndexOfRateupOreoTea = IndexOfRateupOreoTea + 1
|
|
||||||
EndIf
|
|
||||||
|
|
||||||
; Thai milk tea smoothie
|
; Thai milk tea smoothie
|
||||||
If $12-99-03-0030.Button = "Enable" Then
|
If $12-99-03-0030.Button = "Enable" Then
|
||||||
Var ListOfAllRandom[IndexOfAllRandom] = "12-99-03-0030"
|
Var ListOfAllRandom[IndexOfAllRandom] = "12-99-03-0030"
|
||||||
|
|
|
||||||
|
|
@ -30,7 +30,7 @@
|
||||||
<EventClick>
|
<EventClick>
|
||||||
Var OreoGuarantee = OreoGuarantee + 1
|
Var OreoGuarantee = OreoGuarantee + 1
|
||||||
DEBUGVAR OreoGuarantee
|
DEBUGVAR OreoGuarantee
|
||||||
If OreoGuarantee = 4 Then
|
If OreoGuarantee > 4 Then
|
||||||
Random2 0 IndexOfRateupOreoMilk ResultRandomIndex
|
Random2 0 IndexOfRateupOreoMilk ResultRandomIndex
|
||||||
Var ProductCodeRandom = ListOfOreoMilk[ResultRandomIndex]
|
Var ProductCodeRandom = ListOfOreoMilk[ResultRandomIndex]
|
||||||
DEBUGVAR ListOfOreoMilk[ResultRandomIndex]
|
DEBUGVAR ListOfOreoMilk[ResultRandomIndex]
|
||||||
|
|
@ -69,7 +69,7 @@
|
||||||
<EventClick>
|
<EventClick>
|
||||||
Var OreoGuarantee = OreoGuarantee + 1
|
Var OreoGuarantee = OreoGuarantee + 1
|
||||||
DEBUGVAR OreoGuarantee
|
DEBUGVAR OreoGuarantee
|
||||||
If OreoGuarantee = 4 Then
|
If OreoGuarantee > 4 Then
|
||||||
Random2 0 IndexOfRateupOreoTea ResultRandomIndex
|
Random2 0 IndexOfRateupOreoTea ResultRandomIndex
|
||||||
Var ProductCodeRandom = ListOfOreoTea[ResultRandomIndex]
|
Var ProductCodeRandom = ListOfOreoTea[ResultRandomIndex]
|
||||||
DEBUGVAR ListOfOreoTea[ResultRandomIndex]
|
DEBUGVAR ListOfOreoTea[ResultRandomIndex]
|
||||||
|
|
@ -109,7 +109,7 @@ Var OreoGuarantee = OreoGuarantee + 1
|
||||||
<EventClick>
|
<EventClick>
|
||||||
Var OreoGuarantee = OreoGuarantee + 1
|
Var OreoGuarantee = OreoGuarantee + 1
|
||||||
DEBUGVAR OreoGuarantee
|
DEBUGVAR OreoGuarantee
|
||||||
If OreoGuarantee = 4 Then
|
If OreoGuarantee > 4 Then
|
||||||
|
|
||||||
Random2 0 IndexOfRateupOreoCoffee ResultRandomIndex
|
Random2 0 IndexOfRateupOreoCoffee ResultRandomIndex
|
||||||
Var ProductCodeRandom = ListOfOreoCoffee[ResultRandomIndex]
|
Var ProductCodeRandom = ListOfOreoCoffee[ResultRandomIndex]
|
||||||
|
|
@ -152,7 +152,7 @@ EndIf
|
||||||
<EventClick>
|
<EventClick>
|
||||||
Var OreoGuarantee = OreoGuarantee + 1
|
Var OreoGuarantee = OreoGuarantee + 1
|
||||||
DEBUGVAR OreoGuarantee
|
DEBUGVAR OreoGuarantee
|
||||||
If OreoGuarantee = 4 Then
|
If OreoGuarantee > 4 Then
|
||||||
Random2 0 IndexOfRateupOreoAll ResultRandomIndex
|
Random2 0 IndexOfRateupOreoAll ResultRandomIndex
|
||||||
Var ProductCodeRandom = ListOfOreoAll[ResultRandomIndex]
|
Var ProductCodeRandom = ListOfOreoAll[ResultRandomIndex]
|
||||||
DEBUGVAR ListOfOreoAll[ResultRandomIndex]
|
DEBUGVAR ListOfOreoAll[ResultRandomIndex]
|
||||||
|
|
|
||||||
|
|
@ -367,6 +367,7 @@
|
||||||
If StartUpExt = "false" Then
|
If StartUpExt = "false" Then
|
||||||
|
|
||||||
Else
|
Else
|
||||||
|
Var OreoGuarantee = 0
|
||||||
Machine Initial
|
Machine Initial
|
||||||
Var StartUpExt = "false"
|
Var StartUpExt = "false"
|
||||||
Var CameraSettingStatus = ""
|
Var CameraSettingStatus = ""
|
||||||
|
|
|
||||||
|
|
@ -108,8 +108,8 @@
|
||||||
Var RandomPromotionMyworld = 0
|
Var RandomPromotionMyworld = 0
|
||||||
Var RandomSalePackage = 0
|
Var RandomSalePackage = 0
|
||||||
|
|
||||||
Var XMLPageVersion = "7.35"
|
Var XMLPageVersion = "7.36"
|
||||||
Var XMLPageVersionInt = 735
|
Var XMLPageVersionInt = 736
|
||||||
;Oreo
|
;Oreo
|
||||||
Var OreoGuarantee = 0
|
Var OreoGuarantee = 0
|
||||||
</EventOpen>
|
</EventOpen>
|
||||||
|
|
|
||||||
|
|
@ -99,6 +99,7 @@
|
||||||
Var XMLPageVersionInt = 999
|
Var XMLPageVersionInt = 999
|
||||||
Var IgnoreNetCore = "true"
|
Var IgnoreNetCore = "true"
|
||||||
|
|
||||||
|
Var OreoGuarantee = 0
|
||||||
|
|
||||||
</EventOpen>
|
</EventOpen>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue