screen radio_check: default a = 0 default b1 = False default b2 = False default b3 = False frame: has vbox vbox: style_prefix "radio" textbutton "radio конпка 1" action SetScreenVariable("a", 0) textbutton "radio конпка 2" action SetScreenVariable("a", 1) textbutton "radio конпка 3" action SetScreenVariable("a", 2) null height 100 vbox: style_prefix "check" textbutton "check конпка 1" action ToggleScreenVariable("b1") textbutton "check конпка 2" action ToggleScreenVariable("b2") textbutton "check конпка 3" action ToggleScreenVariable("b3") label start: show screen radio_check """ сам вид галок и точек можно изменить - графические файлы в папке game\\gui\\button если не трогать стандартные, то задай свой style_prefix и соответственно свой стиль и графические файлы """