done

DeletedUser

Guest
Code:
Select Case Age
Case < 18 
    Annoying Factor = Age * 10
Case 18 to 25
    Age + 1
    If Alcohol = True
        Annoying Factor = (Age * 2) * 5
    Else
        Annoying Factor =  Age * 2
    End If
Case > 25
    Annoying Factor = (Age * 'Random Number Generator')/Total Years of Education
End Case

This of course is a general scale and should be modified on a case by case basis.
 
Last edited by a moderator:
Top