DEBSOURCES
Skip Quicknav
sources / colobot / 0.2.2-2 / data / ai / tspid2.txt
12345678910111213
extern void object::Example() { object item; while (true) { item = radar(AlienSpider); turn(direction(item.position)); fire(1); } }