If you want a better text editor with tabs, syntax highlighting, code indentation, etc… then go get Crimson Editor. It’s free and has included MAXScri…
Conceptually that looks correct. You can shorten it a bit as: myFile += (” -xxx ” + <string variable you made in code>)
Assuming your external app can take a file name as parameter all you have to do is store the file name of the picked file into a string variable and a…
You’re welcome. I hope it helps people make more powerful script installers. If you have any questions about using NSIS for script installation you ca…
If you have a more recent version of Max (R6 and R7 only, I think) you could also do: trimRight “aaabbbccc.123” “.123” Personally I’d use fillterSt…
There are a few tools you can use to help debug a script. Along with Martijn’s Listener idea there is also the MaxScript Variable Monitor, which let…