MarkFensom-74e4
2 years agoCommunity Member
Variables help
I've simplified my problem to one box and two ovals.
When you place either oval in the box, the variable BoxOccupied changes to true.
However, when you place both ovals in the box and remove only one, the variable changes to false even though the other oval still occupies the box. How can I change this behaviour to keep the variable true whenever the box is occupied?
Am I missing something obvious? I'd love to hear your solutions.