atagain
This commit is contained in:
commit
c663a55c28
962 changed files with 7776 additions and 10010 deletions
|
|
@ -89,27 +89,45 @@ EndIf
|
|||
|
||||
|
||||
|
||||
If showShotNormalSoda = "Press" Then
|
||||
Var topping13 = toppingID13index1
|
||||
EndIf
|
||||
|
||||
|
||||
If showShotEnableSoda = "Press" Then
|
||||
Var topping13 = toppingID13index2
|
||||
Var topping12 = toppingID12index1
|
||||
Else
|
||||
Var topping13 = toppingID13index1
|
||||
Var topping12 = toppingID12index1
|
||||
EndIf
|
||||
|
||||
|
||||
If CustomEnergyState[0] = "Press" Then
|
||||
Var topping12 = toppingID12index2
|
||||
If showShotSodaEnable = "Enable" Then
|
||||
If showShotNormalSoda = "Press" Then
|
||||
Var topping13 = toppingID13index1
|
||||
EndIf
|
||||
|
||||
If showShotEnableSoda = "Press" Then
|
||||
Var topping13 = toppingID13index2
|
||||
Else
|
||||
Var topping13 = toppingID13index1
|
||||
EndIf
|
||||
Else
|
||||
Var topping13 = 0
|
||||
EndIf
|
||||
|
||||
If CustomEnergyState[1] = "Press" Then
|
||||
Var topping12 = toppingID12index3
|
||||
|
||||
If showEnergyEnable = "Enable" Then
|
||||
If CustomEnergyState[0] = "Press" Then
|
||||
Var topping12 = toppingID12index2
|
||||
Else
|
||||
If CustomEnergyState[1] = "Press" Then
|
||||
|
||||
Else
|
||||
Var topping12 = toppingID12index1
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
If CustomEnergyState[1] = "Press" Then
|
||||
Var topping12 = toppingID12index3
|
||||
Else
|
||||
If CustomEnergyState[0] = "Press" Then
|
||||
|
||||
Else
|
||||
Var topping12 = toppingID12index1
|
||||
EndIf
|
||||
EndIf
|
||||
Else
|
||||
Var topping12 = 0
|
||||
EndIf
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue