Forum Discussion
MarkFensom-74e4
2 years agoCommunity Member
Variables help
I've simplified my problem to one box and two ovals.
You can see it here.
When you place either oval in the box, the variable BoxOccupied changes to true.
However, when you place both ovals in...
LouiseLindop
2 years agoCommunity Member
You could have a trigger that tests when variable changes. That is: Do whatever action you want when counter changes if counter = n (n being 0, 1 or 2, depending on what you want to do). See attached.