Hi guys, I'm new at maxscript so forgive me if this is something simple! I've written a script that has some checkbox options on an options floater. When the floater is closed I write the setting of the checkboxs to a settings ini file which all works fine. The problem I'm having is loading the state of the checkboxes…
Hi all I think it was reading it as a string rather than a boolean. Adding this works: checkbox chk1 "Export FLT" checked:(ExportState as booleanClass)