I have issues with the following problem in AnyLogic:
I would like to create an event that is connected to a changing value of another variable. That variable can wheter be 1 or -1. At any moment it changes from -1 to 1, that event shall be triggered, but only once per occasion. Does anyone have a solution for this?
I already thought about implementing an boolean that checks that change, but I wouldn't know how.