ID:176802
 
I am making a code for mining fishing smithing .etc. but the only way i can think of doing it is generating random numbers and defining what happends for each number, this takes so much code as ill need alot of random numbers. Is there a shorter way of doing this?
Thanks
ShadowBlade6300 wrote:
I am making a code for mining fishing smithing .etc. but the only way i can think of doing it is generating random numbers and defining what happends for each number, this takes so much code as ill need alot of random numbers. Is there a shorter way of doing this?
Thanks

Some other useful functions to check out are prob() and pick().