colobot-data/ai/tchasse2.txt

11 lines
125 B
Plaintext

extern void object::Chasse( )
{
while ( true )
{
float x = 10+rand()*20;
float y = -62;
goto(x,y,0);
wait(1);
}
}