fix next_ready, EventChange

This commit is contained in:
miggaze 2021-11-17 11:01:22 +07:00
parent 13e8737728
commit c98c1d1a2f
2 changed files with 16 additions and 4 deletions

View file

@ -104,7 +104,7 @@
SAVELOG next_ready
Var next_ready = "false"
;Var next_ready = "false"
Var MultiGo = 1
@ -220,7 +220,7 @@
Var Timeout = Timeout + 1
If Timeout > 5 Then
If Timeout > 30 Then
Var MultiGo = 1
EndIf
@ -309,6 +309,14 @@
</EventTimeout>
<EventChangeStatus>
If ChangeStatus = "payout-end" Then
Var MultiGo = 1
EndIf
</EventChangeStatus>
<Video>
<X> 0 </X>

View file

@ -137,7 +137,7 @@
Var Timeout = Timeout + 1
If Timeout > 5 Then
If Timeout > 30 Then
Var MultiGo = 1
EndIf
@ -251,7 +251,11 @@
</EventTimeout>
<EventChangeStatus>
If ChangeStatus = "payout-end" Then
Var MultiGo = 1
EndIf
</EventChangeStatus>
;<Image>
;<X> 0 </X>