fix if and toppling_select7
This commit is contained in:
parent
f20bf0f0e1
commit
79751f8bdc
52 changed files with 9896 additions and 4414 deletions
|
|
@ -1195,6 +1195,8 @@
|
|||
EndIf
|
||||
EndIf
|
||||
|
||||
Var CollagenState = "Enable"
|
||||
|
||||
If JemilaToppingFreeFlag = 1 Then
|
||||
Var CollagenToppingBg = "/bg_top_jemila_free.png"
|
||||
Var CollagenToppingPrice = 0
|
||||
|
|
@ -1206,8 +1208,13 @@
|
|||
Var CollagenState = "Invisible"
|
||||
EndIf
|
||||
Else
|
||||
Var CollagenState = "Invisible"
|
||||
Var ShowCollagenOnly = "Invisible"
|
||||
If CollagenState != "Invisible" Then
|
||||
Var CollagenState = "Disable"
|
||||
Else
|
||||
Var CollagenState = "Invisible"
|
||||
Var ShowCollagenOnly = "Invisible"
|
||||
EndIf
|
||||
|
||||
EndIf
|
||||
|
||||
DEBUGVAR CollagenState
|
||||
|
|
@ -7981,16 +7988,19 @@
|
|||
EndIf
|
||||
EndIf
|
||||
|
||||
If SelectDrinkType = 0 Then
|
||||
|
||||
If show_eng = "true" Then
|
||||
Var showname = NameDrink
|
||||
Var showdesc = DrinkDescription
|
||||
Else
|
||||
Var showname = NameDrinkTH
|
||||
Var showdesc = DrinkDescriptionTH
|
||||
If show_eng = "true" Then
|
||||
Var showname = NameDrink
|
||||
Var showdesc = DrinkDescription
|
||||
Else
|
||||
Var showname = NameDrinkTH
|
||||
Var showdesc = DrinkDescriptionTH
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
||||
|
||||
BackslashNToEnter showname
|
||||
BackslashNToEnter showdesc
|
||||
CRLFToSpace showname
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue