Okay im following the user manual and learning a little bit more about the macro UI. I have been doing just fine until I got to the radio button section. here is the script it has me add:
nuxDefRadioBtnControl(
"VidResize.vidFormat", 1, 1, 0,
"0|ux/vr_ntsc",
"1|ux/vr_pal"
);
the Integer slider is set for 0-1 so that's correct, and i have the 8 interface icons inside the ux folder in icons. I even broke open a few other macro UI files from other builders and they have them set up the exact same way and it works fine for them so I dont know why it's giving me this issue. this is in the shake 4 user manual volume 2 page 533.
if someone has an answer to fix this, please help me out.