I've been pulling my hair out over trying to include in Maxscript from a variable. I want my rollout to contain an arbitrary amount of subrollouts from external files, here's what I've got so far try(destroyDialog testings)catch()rootFolder = getFileNamePath (getThisScriptFilename())sourceFolder = rootFolder +…
Awesome got it working (Editing the original for future reference) the only thing I had the change from your code was adding execute on the string. Thanks for the help!