Dont want the code too long

Right now I belive its at 80 lines..
EDIT:
Ohshi-, just realised it goes over to a new thread after 10 sec which stops the loop, and gives a random wep model.
Guess its just RNG that it gives me the same weps then perhaps?
Did
Code:
randomize = randomInt(3);
if(randomize == 0){
level.wep setModel(GetWeaponModel(model));}
if(randomize == 1){
level.wep setModel(GetWeaponModel(model));}
if(randomize == 2){
level.wep setModel(GetWeaponModel(model));}
And for the first time I've actually gotten G18 and EBR, so might have helped
----------------------------------------------------------------
Also, if thats managed, last thing I need is so that I can use it after its been used. Haha