Please, use the new
Blupi.org
website for downloading freely all games.
Français
English
Deutsch
Introduction
Produits
CeeBot-Teen
CeeBot-A
CeeBot-3
CeeBot-4
Recherche
Retour
extern void object::Recherche( )
{
repeat(100)
{
find(Scrap);
grab();
if ( load.material == Metal )
{
find(Disintegrator);
drop();
move(-10);
}
else
{
find(Destroyer);
drop();
move(-20);
}
}
}