
08-07-2006, 08:18 PM
|
|
Banned
|
 |
Join Date: Oct 2005
Location: Nova Scotia, Canada
Posts: 1,085
|
|
|
Deal with them the same as a regular checkbox control.
Make a new GuiRadioCtrl for each button in the group.
Set their 'groupnum' variables to the same values. Only one button with the same groupnum can be checked at a time.
You can then read which is checked by going through each GUI and reading 'GUI.checked' |
|
|
|