move counter add to sub button

This commit is contained in:
Phu 2023-06-27 15:17:00 +07:00
parent 28b930a875
commit 650ee86aac
5 changed files with 11 additions and 7 deletions

View file

@ -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]