[0.16.3] radiobutton can not be toggled off
Posted: Fri Dec 15, 2017 8:38 pm
Simple enough when i create a radiobutton you can toggle it to the true state (this raises the on_gui_checked_state_changed) but once the state is true i can not toggle it to false again (there is no on_gui_checked_state_changed or on_gui_click event). This is the code i used to make the button:
* note checkboxs work fine only radiobuttons are effected/c game.player.gui.top.add{type='frame',name='test'}.add{type='radiobutton',name='test',state=false}