DO
This commit is contained in:
parent
38ce174754
commit
859cb63417
14 changed files with 38 additions and 29 deletions
|
|
@ -9291,6 +9291,20 @@ LIMENADE SODA" </Value>
|
|||
DEBUGVAR IndexOfCoffee
|
||||
DEBUGVAR IndexOfMilk
|
||||
DEBUGVAR IndexOfTea
|
||||
|
||||
If IndexOfAllRandom = 0 Then
|
||||
Var SubRandAllButtonEnable = "Disable"
|
||||
EndIf
|
||||
|
||||
If IndexOfCoffee = 0 Then
|
||||
Var SubRandCoffButtonEnable = "Disable"
|
||||
EndIf
|
||||
If IndexOfMilk = 0 Then
|
||||
Var SubRandMilkButtonEnable = "Disable"
|
||||
EndIf
|
||||
If IndexOfTea = 0 Then
|
||||
Var SubRandTeaButtonEnable = "Disable"
|
||||
EndIf
|
||||
|
||||
Refresh
|
||||
</EventOnClick>
|
||||
|
|
|
|||
|
|
@ -88,11 +88,6 @@ EndIf
|
|||
If BoxID = 173149 Then
|
||||
Var MysteryProEnable = 1
|
||||
EndIf
|
||||
If BoxID = 172527 Then
|
||||
Var MysteryProEnable = 1
|
||||
EndIf
|
||||
|
||||
Var MysteryProEnable = 0
|
||||
|
||||
If BoxID = 172053 Then
|
||||
Var MysteryProEnable = 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue