move counter add to sub button
This commit is contained in:
parent
28b930a875
commit
650ee86aac
5 changed files with 11 additions and 7 deletions
|
|
@ -8961,6 +8961,7 @@ LIMENADE SODA" </Value>
|
|||
)
|
||||
</FilenameDisable>
|
||||
<EventClick>
|
||||
Var OreoGuarantee = OreoGuarantee + 1
|
||||
If OreoGuarantee = 4 Then
|
||||
Random2 0 IndexOfRateupOreoMilk ResultRandomIndex
|
||||
Var ProductCodeRandom = ListOfOreoMilk[ResultRandomIndex]
|
||||
|
|
@ -8998,6 +8999,7 @@ LIMENADE SODA" </Value>
|
|||
)
|
||||
</FilenameDisable>
|
||||
<EventClick>
|
||||
Var OreoGuarantee = OreoGuarantee + 1
|
||||
If OreoGuarantee = 4 Then
|
||||
Random2 0 IndexOfRateupOreoTea ResultRandomIndex
|
||||
Var ProductCodeRandom = ListOfOreoTea[ResultRandomIndex]
|
||||
|
|
@ -9036,6 +9038,7 @@ LIMENADE SODA" </Value>
|
|||
)
|
||||
</FilenameDisable>
|
||||
<EventClick>
|
||||
Var OreoGuarantee = OreoGuarantee + 1
|
||||
If OreoGuarantee = 4 Then
|
||||
|
||||
Random2 0 IndexOfRateupOreoCoffee ResultRandomIndex
|
||||
|
|
@ -9077,7 +9080,7 @@ EndIf
|
|||
)
|
||||
</FilenameDisable>
|
||||
<EventClick>
|
||||
|
||||
Var OreoGuarantee = OreoGuarantee + 1
|
||||
If OreoGuarantee = 4 Then
|
||||
Random2 0 IndexOfRateupOreoAll ResultRandomIndex
|
||||
Var ProductCodeRandom = ListOfOreoAll[ResultRandomIndex]
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Var BigButtonEnable = "Invisible"
|
||||
Var OreoGuarantee = OreoGuarantee + 1
|
||||
|
||||
DEBUGVAR BigButtonEnable
|
||||
DEBUGVAR OreoGuarantee
|
||||
|
||||
|
|
|
|||
|
|
@ -28,6 +28,7 @@
|
|||
)
|
||||
</FilenameDisable>
|
||||
<EventClick>
|
||||
Var OreoGuarantee = OreoGuarantee + 1
|
||||
If OreoGuarantee = 4 Then
|
||||
Random2 0 IndexOfRateupOreoMilk ResultRandomIndex
|
||||
Var ProductCodeRandom = ListOfOreoMilk[ResultRandomIndex]
|
||||
|
|
@ -65,6 +66,7 @@
|
|||
)
|
||||
</FilenameDisable>
|
||||
<EventClick>
|
||||
Var OreoGuarantee = OreoGuarantee + 1
|
||||
If OreoGuarantee = 4 Then
|
||||
Random2 0 IndexOfRateupOreoTea ResultRandomIndex
|
||||
Var ProductCodeRandom = ListOfOreoTea[ResultRandomIndex]
|
||||
|
|
@ -103,6 +105,7 @@
|
|||
)
|
||||
</FilenameDisable>
|
||||
<EventClick>
|
||||
Var OreoGuarantee = OreoGuarantee + 1
|
||||
If OreoGuarantee = 4 Then
|
||||
|
||||
Random2 0 IndexOfRateupOreoCoffee ResultRandomIndex
|
||||
|
|
@ -144,7 +147,7 @@ EndIf
|
|||
)
|
||||
</FilenameDisable>
|
||||
<EventClick>
|
||||
|
||||
Var OreoGuarantee = OreoGuarantee + 1
|
||||
If OreoGuarantee = 4 Then
|
||||
Random2 0 IndexOfRateupOreoAll ResultRandomIndex
|
||||
Var ProductCodeRandom = ListOfOreoAll[ResultRandomIndex]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue