Jump to content
Sign in to follow this  
RonnieJ

while loop not working/rand xy from marker

Recommended Posts

Hey guys... any idea why this is not working?

rNumber = round(random 1000);

while {rNumber > 950} do {

rNumber = round(random 1000);

hint format["nummer: %1",rNumber];

}

also tried with while "rNumber > 950" do {

Got another question... anyone know how to make a random x/y coor from a allready created marker?

Share this post


Link to post
Share on other sites

Ah right it should havde been < insteed...

And great script m8 thx alot :)

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×