on *:DIALOG:away:init:*: {
.did -a $dname 16 1 5mins
.did -a $dname 16 2 10mins
.did -a $dname 16 3 15mins
.did -a $dname 16 4 20mins
.did -a $dname 16 5 25mins
.did -a $dname 16 6 30mins
.did -a $dname 16 7 35mins
.did -a $dname 16 8 40mins
.did -a $dname 16 9 45mins
.did -a $dname 16 10 50mins
}
are you trying to get 10 50Mins to show up in the combo?
if your trying to just show 50Mins
get rid of the 10

.did -a $dname 16 10 50mins

make sure the combo is id 16

make sure that the combo is id 16,

that should work