(Solved) Npc empty seat detection

Are those the only events that change the orders? That part seems like it should only be able to be triggered once unless the variables are being changed.



These are all the events related to NpcOrder

I see the order is being linked to the npc. So, I think in the last event that it needs to repick the order linked to npc. It’s currently changing all of the orders.

Add the take into account all NPCorder linked to npc in the event that changes the animation.

Yes the last one needs to pick one random order animation for each npc


and the one above just changes the position

You need to repick the NPCorder here as well.

Done!!
It’s working
Thank you so much.