fix oreo guarantee
This commit is contained in:
parent
650ee86aac
commit
4a13d67af7
3 changed files with 12 additions and 3 deletions
|
|
@ -8962,6 +8962,7 @@ LIMENADE SODA" </Value>
|
|||
</FilenameDisable>
|
||||
<EventClick>
|
||||
Var OreoGuarantee = OreoGuarantee + 1
|
||||
DEBUGVAR OreoGuarantee
|
||||
If OreoGuarantee = 4 Then
|
||||
Random2 0 IndexOfRateupOreoMilk ResultRandomIndex
|
||||
Var ProductCodeRandom = ListOfOreoMilk[ResultRandomIndex]
|
||||
|
|
@ -9000,6 +9001,7 @@ LIMENADE SODA" </Value>
|
|||
</FilenameDisable>
|
||||
<EventClick>
|
||||
Var OreoGuarantee = OreoGuarantee + 1
|
||||
DEBUGVAR OreoGuarantee
|
||||
If OreoGuarantee = 4 Then
|
||||
Random2 0 IndexOfRateupOreoTea ResultRandomIndex
|
||||
Var ProductCodeRandom = ListOfOreoTea[ResultRandomIndex]
|
||||
|
|
@ -9039,6 +9041,7 @@ Var OreoGuarantee = OreoGuarantee + 1
|
|||
</FilenameDisable>
|
||||
<EventClick>
|
||||
Var OreoGuarantee = OreoGuarantee + 1
|
||||
DEBUGVAR OreoGuarantee
|
||||
If OreoGuarantee = 4 Then
|
||||
|
||||
Random2 0 IndexOfRateupOreoCoffee ResultRandomIndex
|
||||
|
|
@ -9081,6 +9084,7 @@ EndIf
|
|||
</FilenameDisable>
|
||||
<EventClick>
|
||||
Var OreoGuarantee = OreoGuarantee + 1
|
||||
DEBUGVAR OreoGuarantee
|
||||
If OreoGuarantee = 4 Then
|
||||
Random2 0 IndexOfRateupOreoAll ResultRandomIndex
|
||||
Var ProductCodeRandom = ListOfOreoAll[ResultRandomIndex]
|
||||
|
|
@ -9141,7 +9145,7 @@ EndIf
|
|||
</FilenameDisable>
|
||||
<EventOnClick>
|
||||
Var BigButtonEnable = "Invisible"
|
||||
Var OreoGuarantee = OreoGuarantee + 1
|
||||
|
||||
DEBUGVAR BigButtonEnable
|
||||
DEBUGVAR OreoGuarantee
|
||||
|
||||
|
|
|
|||
|
|
@ -29,6 +29,7 @@
|
|||
</FilenameDisable>
|
||||
<EventClick>
|
||||
Var OreoGuarantee = OreoGuarantee + 1
|
||||
DEBUGVAR OreoGuarantee
|
||||
If OreoGuarantee = 4 Then
|
||||
Random2 0 IndexOfRateupOreoMilk ResultRandomIndex
|
||||
Var ProductCodeRandom = ListOfOreoMilk[ResultRandomIndex]
|
||||
|
|
@ -67,7 +68,8 @@
|
|||
</FilenameDisable>
|
||||
<EventClick>
|
||||
Var OreoGuarantee = OreoGuarantee + 1
|
||||
If OreoGuarantee = 4 Then
|
||||
DEBUGVAR OreoGuarantee
|
||||
If OreoGuarantee = 4 Then
|
||||
Random2 0 IndexOfRateupOreoTea ResultRandomIndex
|
||||
Var ProductCodeRandom = ListOfOreoTea[ResultRandomIndex]
|
||||
DEBUGVAR ListOfOreoTea[ResultRandomIndex]
|
||||
|
|
@ -106,6 +108,7 @@ Var OreoGuarantee = OreoGuarantee + 1
|
|||
</FilenameDisable>
|
||||
<EventClick>
|
||||
Var OreoGuarantee = OreoGuarantee + 1
|
||||
DEBUGVAR OreoGuarantee
|
||||
If OreoGuarantee = 4 Then
|
||||
|
||||
Random2 0 IndexOfRateupOreoCoffee ResultRandomIndex
|
||||
|
|
@ -148,6 +151,7 @@ EndIf
|
|||
</FilenameDisable>
|
||||
<EventClick>
|
||||
Var OreoGuarantee = OreoGuarantee + 1
|
||||
DEBUGVAR OreoGuarantee
|
||||
If OreoGuarantee = 4 Then
|
||||
Random2 0 IndexOfRateupOreoAll ResultRandomIndex
|
||||
Var ProductCodeRandom = ListOfOreoAll[ResultRandomIndex]
|
||||
|
|
|
|||
|
|
@ -110,7 +110,8 @@
|
|||
|
||||
Var XMLPageVersion = "7.35"
|
||||
Var XMLPageVersionInt = 735
|
||||
|
||||
;Oreo
|
||||
Var OreoGuarantee = 0
|
||||
</EventOpen>
|
||||
|
||||
<Text>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue