Вот код:
Код
function medkit_complex_ui_put:button1_button_clicked()
    local has_all_info =                    has_alife_info("complex_has_bandage1") and --если ГГ имеет все инфопорции, то переменная true
       has_alife_info("complex_has_bandage2") and 
       has_alife_info("complex_has_bandage3") and
       has_alife_info("complex_has_bandage4") and
       has_alife_info("complex_has_bandage5") and
       has_alife_info("complex_has_bandage6") and
       has_alife_info("complex_has_bandage7") and
       has_alife_info("complex_has_bandage8") and
       
       has_alife_info("complex_has_medkit1") and
       has_alife_info("complex_has_medkit2") and
       has_alife_info("complex_has_medkit3") and
       has_alife_info("complex_has_medkit4") and
       
       has_alife_info("complex_has_antirad1") and
       has_alife_info("complex_has_antirad2") and
       has_alife_info("complex_has_antirad3") and[code]
       has_alife_info("complex_has_antirad4")
    
    self:HideDialog()
    _g.run_gui(medkit_complex_ui.medkit_complex_ui())
    if has_all_info = true then --если переменная true, то выдаем инфопорцию, что сумка заполнена
  db.actor:give_info_portion("complex_is_completed")
    end
end
Как создать ComboBox? Или хотя бы назовите оригинальный файл, в котором он есть.
Заранее спасибо.