colobot-data/ai/tchasse3.txt

11 lines
125 B
Plaintext
Raw Normal View History

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