extern void object::Solution()
{
object item;
item = radar(TitaniumOre);
goto(item.position);
grab();
item = radar(Converter);
drop();
move(-3);
}