Hey, got a quick question.

I have a Combo Box. These are the Items in the Combo Box:
5
10
15
20
30
45
60

How would i say if "5" is selected then .....
Or if "15 is selected then....

Btw i have made it so they cannot be edited, there is a drop down arrow and they select one of the options.

Another Question is regarding the Timer option.
(Background info)
I am making a lock out screen. I want to have an option of "Auto Lock" after (Number) minutes. That is what i wanted to use the Combo box for.



So i was wondering do i have to create a separate timer for each option (5, 10, 15, 20) or can i create like a function of some kind (think its that). Not sure if I'm heading in the right direction or not.

Thanks to anyone who helps.