Special var SubMenuGroupIDSlot6_1

This commit is contained in:
kong 2022-09-29 23:22:58 +07:00
parent 6f12b0f28a
commit 33503fa2c4
3 changed files with 2073 additions and 3 deletions

View file

@ -1094,7 +1094,7 @@
DEBUGVAR EnableGetMoreStrawFileName
If EnableGetMoreStrawFileName = "PressForever" Then
DEBUGVAR GetMoreStrawCount
If GetMoreStrawCount > 0 Then
If EnableGetMoreStrawFileNameCountDown > 0 Then
Var EnableGetMoreStrawFileNameCountDown = EnableGetMoreStrawFileNameCountDown - 1
@ -1327,7 +1327,12 @@
Var EnableGetMoreStrawFileNameCountDown = 5
Var EnableGetMoreStrawFileName = "PressForever"
Var GetMoreStrawCount = GetMoreStrawCount - 1
Machine Straw
DEBUGVAR GetMoreStrawCount
If GetMoreStrawCount > 0 Then
Machine Straw
EndIf
</EventClick>
</Button>