ok theres a group of checkboxes and an input field how do i get it to where if u type ur name and check a checkbox it will only make a msgbox if the input is a certain string and a certain checkbox
$duh_reg = GuiCtrlRead($kill_sty)
If $duh_reg = $GUI_CHECKED Then
MsgBox(4096, "bh", "u picked killa")
EndIf
just part of the script