Hi guys, so I'm creating a scene where a npc_template_maker spawns some npc_citizens and after that they'll walk to an aiscripted_schedule.
The problem is, that if the Player blocks the Citizens enough they'll stop Navigating to the aiscripted_schedule and just Stand when they were blocked.
This happens with prop_physics Props too, they can also stop the Citizens from getting to the Target entity. I also changed the Interruptibility of aiscripted_schedule to "Death", but still no luck.

I want to create a map like the scene in d1_trainstation_02 where the Citizens push away the Player and other phys props in their way.

What I want to do: Make citizens push the Player and Phys objects on their way.

Any ideas?
Thanks.