I am making a slot machine for a uni assignment, it involves generating 3 random numbers 1-4 in 3 labels, with the topscore being 4, in order to score credits depends on how many 4's u get, 3 4's = 30 credits, 2 4's = 15 credits, 1 4 = 5 credits. When i get certain numbers to obtain a score I want it to add to an existing total which is in a label, i need to include every possibility to obtain the score i.e. num1 and num3 = 15 credits, what's the best way to do this? If u want to look at my code, then feel free to ask