English
Français
Introduction
Products
CeeBot-Teen
CeeBot-A
Find
Back
extern void object::Find( )
{
repeat(100)
{
find(Scrap);
grab();
if ( load.material == Metal )
{
find(Disintegrator);
drop();
move(-10);
}
else
{
find(Destroyer);
drop();
move(-20);
}
}
}