Author Topic: Radio button groups?  (Read 345 times)

GuiRadioCtrls created in the GUI editor have this "groupNum" property, which I'd assume is the radio button group. However, I don't know what to set it to (or how) in order to not conflict with stuff.

set it to something really big and you'll probably be fine

You can set it to any number I believe. I'm pretty sure that the groups only exist within the parent object, aka not global, so you can use whatever.

Look at some default GUIs if you want to be sure.

You can set it to any number I believe. I'm pretty sure that the groups only exist within the parent object, aka not global, so you can use whatever.

Look at some default GUIs if you want to be sure.
Okay.