Entity only placeable by hand ?
Posted: Fri Jul 29, 2016 9:06 am
Hi,
is there a way to force an entity to be position on map only by hand/player action, and disable automatic positionnement by construction bots ?
I want to ensure that this entity will only exist once on the map.
I could use on_robot_built_entity and destory any unwanted entity, but I don't know how to put the item them back to where it was taken from...
And I'm afraid about loops : robots will try to position it forever.
(in the case of on_built_entity, it's easier, because you can put it back into player's inventory or quickbar).
is there a way to force an entity to be position on map only by hand/player action, and disable automatic positionnement by construction bots ?
I want to ensure that this entity will only exist once on the map.
I could use on_robot_built_entity and destory any unwanted entity, but I don't know how to put the item them back to where it was taken from...
And I'm afraid about loops : robots will try to position it forever.
(in the case of on_built_entity, it's easier, because you can put it back into player's inventory or quickbar).