diff --git a/xml/profile/run.ev b/xml/profile/run.ev index 733c6f51..c45e8641 100644 --- a/xml/profile/run.ev +++ b/xml/profile/run.ev @@ -35,6 +35,10 @@ STRCONTAIN "AllPriceUp05" XMLProfile AllPriceUp05 STRCONTAIN "AllPriceUp10" XMLProfile AllPriceUp10 + STRCONTAIN "SpiralPriceUp15" XMLProfile SpiralPriceUp15 + STRCONTAIN "SpiralPriceUp45" XMLProfile SpiralPriceUp45 + STRCONTAIN "SpiralPriceRetail" XMLProfile SpiralPriceRetail + DEBUGVAR EnableLiveness DEBUGVAR Only18 @@ -104,6 +108,24 @@ __CMD "invoke-all-up-price-10" "-" "-" "-" EndIf + + ;spiral price + If SpiralPriceUp15 = "true" Then + + __CMD "invoke-all-up-priceSpiral-15" "-" "-" "-" + EndIf + + If SpiralPriceUp45 = "true" Then + + __CMD "invoke-all-up-priceSpiral-45" "-" "-" "-" + EndIf + + If SpiralPriceRetail = "true" Then + + __CMD "invoke-all-up-priceSpiral-Retail" "-" "-" "-" + EndIf + +