Page 1 of 1

"order_completed_action" for RobotWithLogisticInterfacePrototype

Posted: Fri Jan 02, 2026 9:42 am
by DerLolli
Hello,

Would it be possible to implement a new attribute for the RobotWithLogisticInterfacePrototype which is called "order_completed_action" that holds a Trigger (Like the destroy_action attribute) that triggers when the bot finishes a WorkerRobotOrder.

Re: "order_completed_action" for RobotWithLogisticInterfacePrototype

Posted: Mon Jan 05, 2026 3:17 pm
by Bilka
What is your usecase?

Re: "order_completed_action" for RobotWithLogisticInterfacePrototype

Posted: Tue Jan 06, 2026 5:16 pm
by DerLolli
Hello,

I want to create new type of logistic bot (which are not used in high volume) that disappear when they finished their first order. This would be doable by looping through all of these specific bots but i dont like the idea of looping through a list of entities every couple of ticks. This would also mean i would need to store additional data to compare the order list of all these bots. So if i just had an „event“ that allows me to destroy the drone via a trigger, it would allow for a more clean implementation.