add Profile AllPriceUp05 and 10

This commit is contained in:
wanlop run 2024-02-08 13:25:14 +07:00
parent 5ff368f812
commit 55c72fefc8
28 changed files with 415 additions and 340 deletions

View file

@ -31,6 +31,9 @@
STRCONTAIN "AllPrice05" XMLProfile AllPrice05
STRCONTAIN "AllPrice10" XMLProfile AllPrice10
STRCONTAIN "AllPriceUp05" XMLProfile AllPriceUp05
STRCONTAIN "AllPriceUp10" XMLProfile AllPriceUp10
DEBUGVAR EnableLiveness
DEBUGVAR Only18
@ -90,6 +93,19 @@
EndIf
If AllPriceUp05 = "true" Then
Var price_apply = 3
__CMD "invoke-all-up-price-5" "-" "-" "-"
EndIf
If AllPriceUp10 = "true" Then
Var price_apply = 4
__CMD "invoke-all-up-price-10" "-" "-" "-"
EndIf
If price_apply = 0 Then
Var HalfPrice = "false"