home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
GameStar 2001 November
/
Gamestar_34_2001-11_cd1.bin
/
DEMA
/
colobotdemoe.exe
/
script
/
tremova4.txt
< prev
next >
Wrap
Text File
|
2001-07-27
|
303b
|
18 lines
extern void object::Solution( )
{
object item;
point dest;
item = radar(Titanium);
if ( item == null ) return;
goto(item.position);
grab(); // grab the titanium cube
dest.x = 10;
dest.y = -60;
goto(dest); // go to the plateform
drop(); // drop the titanium cube
}