colobot-data/ai/ttit1.txt

13 lines
103 B
Plaintext

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