colobot-data/ai/tchasse5.txt

11 lines
134 B
Plaintext
Raw Normal View History

2012-09-13 21:35:43 +00:00
extern void object::Chasse( )
{
while ( true )
{
float x = 7;
float y = -85+rand()*20;
goto(x,y,0);
wait(1);
}
}