colobot-data/ai/ttit1.txt

13 lines
104 B
Plaintext

extern void object::Solution()
{
move(20);
grab();
turn(180);
move(30);
drop();
move(-3);
}