I'm making a game as part of a larger group project, in which you have to serve food to customers within a time limit. I'm having trouble in a weird part of my code, where one of the conditions for an event is not being met, but the actions are still happening.
All conditions are met except for the circled one. I have 4 other events identical to this one, but this is the only one that does not work.
*'Customer1' has two animations, for two variants of the same customer. this is purely aesthetic. The second animation is the only one affected by this bug.
Any ideas?