08-04-2016, 10:38 AM
I have an idea to make a robot what will plant mines. I decided to use Sniffer and "produce" command, because of (un)limitations of colobot
For now it's so simple
I wonder how to make Sniffer produce the Mine in front of him - do you guys have any idea?
For now it's so simple
Quote:extern void object::MinePlanter()
{
sniff();
produce(Mine);
}
I wonder how to make Sniffer produce the Mine in front of him - do you guys have any idea?