home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Revista CD Expert 51
/
PCGamer51_17Demos.iso
/
games
/
colobotdemo
/
colobotdemo10e.exe
/
script
/
charge1.txt
< prev
next >
Wrap
Text File
|
2001-06-14
|
412b
|
14 lines
extern void object::Recharge1()
{
point start; // variable for initial pos.
object item; // info. about power station
start = position; // stores initial position
item = radar(PowerStation); // looks for station
goto(item.position); // goes to the power station
wait(5); // waits 5 seconds
goto(start); // comes back to initial pos.
}