RandomMatsAmount(){ new rand = random(4); switch(rand) { case 0: 25000; case 1: 50000; case 2: 75000; case 3: 100000; } return 1; }