Entity that is both a unit and a character

Place to ask discuss and request the modding support of Factorio. Don't request mods here.
Post Reply
mrvn
Smart Inserter
Smart Inserter
Posts: 5704
Joined: Mon Sep 05, 2016 9:10 am
Contact:

Entity that is both a unit and a character

Post by mrvn »

I want to have an entity (looking like compilatron and helping the player) that I can steer around from LUA using

Code: Select all

bot.set_command()
But I also want the entity to have an inventory, a reach, mining speed, ... and be able to use

Code: Select all

bot.mine_entity()
bot.begin_crafting()
Unfortunately the first requires a unit while the second requires a character and there doesn't seem to be an entity that is both.

Post Reply

Return to “Modding interface requests”