The new variable system is great, but using the conditional to change a different element can be somewhat tedious when you have multiple objects that need to run the same check. Would it be possible to ad an interaction choice of “Event listener” which updates with every new action performed?
Let’s say I have 10 products I can add to cart. And for each product i have to add a conditional which does the following: If “ItemsInCart” > 0 then “BuyButton” set True. The more products I have, the more I have to update.
What if Instead could just add an Event listener once, on the Button itself. Which would check the same conditional. And auto-update itself.
Also: Would it be possible to get an option to add an ElseIF statement to the conditional? Sometimes two options isn’t enough.