Code:

on *:DIALOG:setm:edit:*:{
  if ($did == 3) set %SetM.AutoOp $did($dname,$did)
  elseif ($did == 4) set %SetM.AutoVoice $did($dname,$did)
  elseif ($did == 7) set %SetM.Town $did($dname,$did)
  elseif ($did == 9) set %SetM.City $did($dname,$did)
  elseif ($did == 10) set %SetM.Country $did($dname,$did)
  elseif ($did == 11) set %SetM.MaleorFemale $did($dname,$did)
  elseif ($did == 12) set %SetM.FullName $did($dname,$did)
  elseif ($did == 13) set %SetM.EmailAddy $did($dname,$did)
  elseif ($did == 14) set %SetM.NameOfPic $did($dname,$did)
  elseif ($did == 15) set %SetM.WebSite $did($dname,$did)
  elseif ($did == 49) set %SetM.Stats $did($dname,$did)
}

dialog setm {
  ; ...
  edit %SetM.AutoOp, 3, 40 60 110 20
  edit %SetM.AutoVoice, 4, 40 105 110 20
  edit %SetM.Town, 7, 150 60 110 20
  edit %SetM.City, 9, 150 105 110 20, autohs
  edit %SetM.Country, 10, 40 145 110 20, autohs
  edit %SetM.MaleOrFemale, 11, 150 145 110 20, autohs
  edit %SetM.FullName, 12, 40 190 110 20, autohs
  edit %SetM.EmailAddy, 13, 150 190 110 20, autohs
  edit %SetM.NameOfPic, 14, 40 240 110 20, autohs
  edit %SetM.WebSite, 15, 150 240 110 20, autohs
  ; ...
  edit %SetM.Stats, 49, 40 290 92 20, autohs
  ; ...
}



DALnet: #HelpDesk and #m[color:#FF0000]IR[color:#EEEE00]C