colobot-data/ai/tspid2.txt

14 lines
164 B
Plaintext
Raw Normal View History

2012-09-13 21:35:43 +00:00
extern void object::Solution()
{
object item;
while (true)
{
item = radar(AlienSpider);
turn(direction(item.position));
fire(1);
}
}