colobot-data/ai/tant1.txt

13 lines
120 B
Plaintext

extern void object::Solution()
{
turn(90);
while (true)
{
motor(1,-1);
fire(2);
motor(-1,1);
fire(2);
}
}