colobot-data/ai/tchasse4.txt

11 lines
135 B
Plaintext
Raw Normal View History

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