This commit is contained in:
Ittipat Lusuk 2025-05-07 16:11:35 +07:00
commit 5c238cd286
16 changed files with 1231 additions and 118 deletions

View file

@ -16,7 +16,7 @@
Var MachineEvent = 0
Var MatchineSpiralStage = "-"
Var NextButtonState = "Invisible"
;- Begin
@ -139,6 +139,10 @@
CRLFToSpace showname
CRLFToSpace showdesc
Var Seeker.PictureDrink = PictureDrink
Var Seeker.showname = showname
</EventOpen>
<Timeout> 1000 </Timeout>
<EventTimeout>
@ -177,10 +181,10 @@
EndIf
EndIf
If MachineEvent = 1 Then
If MatchineSpiralStage = "-" Then
Else
If MatchineSpiralStage = "spiral-valid" Then
Function 2
@ -705,6 +709,7 @@
DEBUGVAR Seeker
DEBUGVAR Seeker.ExtendData
Machine StrawOrder
Var Seeker.PictureDrink = PictureDrink
Var Seeker.showname = showname
@ -1081,7 +1086,7 @@
Var Timeout = 0
Var NextButtonState = "Enable"
RefreshAll
</Function2>