Page 1 of 1

Entity that is both a unit and a character

Posted: Wed Nov 24, 2021 11:50 pm
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.