move counter add to sub button
This commit is contained in:
parent
28b930a875
commit
650ee86aac
5 changed files with 11 additions and 7 deletions
|
|
@ -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