home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Revista CD Expert 51
/
PCGamer51_17Demos.iso
/
games
/
colobotdemo
/
colobotdemo10e.exe
/
script
/
exchg1.txt
< prev
next >
Wrap
Text File
|
2001-06-14
|
332b
|
12 lines
extern void object::SwitchCell1()
{
grab(InFront); // takes the new cell in front
drop(Behind); // and drops it behind
grab(EnergyCell); // takes the cell from the bot
drop(InFront); // and drops it in front
grab(Behind); // takes the new cell
drop(EnergyCell); // and drops it on the bot
}