Do Seeker
This commit is contained in:
parent
e772afb8a3
commit
8e1821521b
1 changed files with 13 additions and 13 deletions
|
|
@ -1517,22 +1517,22 @@
|
|||
|
||||
Var Seeker = "curr"
|
||||
|
||||
Var $curr.PriceDrink = PriceDrinkTmp
|
||||
Var Seeker.PriceDrink = PriceDrinkTmp
|
||||
SAVELOG "USER press next ( topping ) - new"
|
||||
|
||||
Var $curr.topping1 = topping1
|
||||
Var $curr.topping2 = topping2
|
||||
Var $curr.topping3 = topping3
|
||||
Var Seeker.topping1 = topping1
|
||||
Var Seeker.topping2 = topping2
|
||||
Var Seeker.topping3 = topping3
|
||||
|
||||
Var $curr.get_a_straw = StrawState
|
||||
Var $curr.get_a_lid = LidState
|
||||
Var Seeker.get_a_straw = StrawState
|
||||
Var Seeker.get_a_lid = LidState
|
||||
|
||||
|
||||
DEBUGVAR $curr.topping1
|
||||
DEBUGVAR $curr.topping2
|
||||
DEBUGVAR $curr.topping3
|
||||
DEBUGVAR $curr.get_a_straw
|
||||
DEBUGVAR $curr.get_a_lid
|
||||
DEBUGVAR Seeker.topping1
|
||||
DEBUGVAR Seeker.topping2
|
||||
DEBUGVAR Seeker.topping3
|
||||
DEBUGVAR Seeker.get_a_straw
|
||||
DEBUGVAR Seeker.get_a_lid
|
||||
|
||||
DEBUGVAR LidState
|
||||
DEBUGVAR StrawState
|
||||
|
|
@ -1559,8 +1559,8 @@
|
|||
|
||||
Var SelectDrink = UserSelectProductCode
|
||||
|
||||
Var $curr.selected_a_drink = UserSelectProductCode
|
||||
DEBUGVAR $curr.selected_a_drink
|
||||
Var Seeker.selected_a_drink = UserSelectProductCode
|
||||
DEBUGVAR Seeker.selected_a_drink
|
||||
|
||||
; Set drink
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue