MarcusLatham
4 years agoCommunity Member
Multiple variables in a statement (IF / and)
I have used this technique many times before and now for some reason I can no longer utilize and conditions that contain more than one variable?
this is what is what I am doing:
I have a scene where I need the user to fill in a form completely before moving on using a specific hotspot. This is how I have always done it.
For some reason, it works fine when i am using only one variable, but as soon as i add multiple it stops working.
Variables used:
move_forward (true/false) - set to False by default
month_selected (true/false) - set to false by default
name (text) - no default value
phone (text) - no default value (this will change to what the user types when object loses focus)
Trigger Wizard:
Attached image