Entity that is both a unit and a character
Posted: Wed Nov 24, 2021 11:50 pm
I want to have an entity (looking like compilatron and helping the player) that I can steer around from LUA using
But I also want the entity to have an inventory, a reach, mining speed, ... and be able to use
Unfortunately the first requires a unit while the second requires a character and there doesn't seem to be an entity that is both.
Code: Select all
bot.set_command()
Code: Select all
bot.mine_entity()
bot.begin_crafting()