電梯模擬A(新增電梯限制).fsmI am using A star in my model, while patients are going upstairs, they won't use the third elevator, patients only choose the nearest one, I want to make three elevators running at the same time which can transport patients equally. In addition to the rerouting of patients' path, using a barrier to limit specific floor not stopping is necessary, I need three different elevators to deal with my problem, I had tried using one elevator and drag it to let it become three-in-one elevator, but it failed due to one barrier will restrict the entire object.
The attached screenshot shows the process flow, you can see the logic of destination is setting destination by percentage.
I would appreciate it if anyone response.