OK then, I'll rephrase it a bit. I want to know the code that I have to put into my patch_mp.ff to generate a random number ranging from 1 - 9, and then have it set as i.
i = randomInt(5);
generates number between 0-4
at least i think that should work. i just kinda stole it from killndyl's zombies. he uses it to give random weapons.
i = randomInt(5);
generates number between 0-4
at least i think that should work. i just kinda stole it from killndyl's zombies. he uses it to give random weapons.