I am creating a DES model with an animation. I would like to show a change in color for agents that have been waiting in a queue for more than a certain time. One option I thought of is to use a timeout and change the color on exit of the timeout, but the problem with this approach is it may mess up the order of the agents in the queue.
Is there a way in AnyLogic to be able to model this?
Thank you.