
mod development
- evandro_6565
- Inserter
- Posts: 40
- Joined: Sat Mar 28, 2020 1:04 pm
- Contact:
mod development
I need help. I'm new to mod development. how do I mark entities so that the DECONSTRUCTION BOTS remove them by means of selection. 

Re: mod development
LuaEntity.order_deconstruction()
Code: Select all
/c
entity = game.player.selected
entity.order_deconstruction(entity.force)