I am working on an Anylogic model, and am trying to do something but am stuck. What I want to achieve is basically being able to change a variable from within the person agent with the use of the slider from the main.
My attempt to do this was linking the slider in the main to a parameter in the main, and linking the parameter to the variable in the person agent, the issue with this is that it only happens once and does not keep changing, so I added an event to solve this issue, but it is still not working.