Separate files is a valid way to organize files. I just got used to fewer longer files because the MaxScript Editor only autocompletes the current file. If you just do operations in the macros, and not use global functions, you don't have to worry about evaluation order. I only use functions if the code is going to run…
Hey, I've been searching through some of these threads for a solution, and whilst i've found some variation of the issue i'm having trouble getting my head around the answers given. At the moment, I have a .mcr container script that look like this: /* Load .ms files */fileIn "fn01_backfaceToggle.ms"fileIn…
I've never done it, but it's possible with a Properties file and an API file: See "How to install a Properties / API" section here: https://code.google.com/p/scite-files/wiki/Customization#How_to_install_a_.properties_file