Please, use the new
Blupi.org
website for downloading freely all games.
English
Français
Deutsch
Introduction
Products
CeeBot-Teen
CeeBot-A
CeeBot3
CeeBot4
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);
}
}
}