I make gui - radio buttons and code
Code: Select all
frame = player.gui.left.add{type="frame", name="at_request_button"}
frame_table = frame.add{type="table", name="at_request_button", colspan = 1}
frame_table.add{type = "radiobutton", name = "at_request_all_radio", state = false, caption = "Change the request slot of the selected all turrets at the bottom."}
frame_table.add{type = "radiobutton", name = "at_request_near_radio", state = false, caption = "Change the request slot of the selected nearby turrets at the bottom."}
...
Can I bind radio buttons? of Is it possible only through on_gui_click or on_gui_checked_state_changed?
----------
hmm.. Not change;;; just action true/false code...