home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Revista CD Expert 51
/
PCGamer51_17Demos.iso
/
games
/
colobotdemo
/
colobotdemo10e.exe
/
script
/
charge3.txt
< prev
next >
Wrap
Text File
|
2001-06-10
|
391b
|
19 lines
extern void object::Recharge3()
{
point depart;
object item;
depart = position; // MΘmorise position initiale
item = radar(PowerCaptor); // Cherche station
goto(item.position); // Va sur la station
while ( energyCell.energyLevel < 1 )
{
wait(1); // Attend pile pleine
}
goto(depart); // retourne α la position initiale
message("Recharge terminΘe");
}