colobot-data/ai/tant1.txt

13 lines
132 B
Plaintext
Raw Normal View History

2012-09-13 21:35:43 +00:00
extern void object::Solution()
{
turn(90);
while (true)
{
motor(1,-1);
fire(2);
motor(-1,1);
fire(2);
}
}