Jeff_hanna
@jeff_hanna
New Member
Joined: Feb 15, 2024
Topics: 2 / Replies: 49
Reply
RE: New MaxScript Editor Concept

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…

20 years ago
Forum
Reply
RE: ShellLounch command variable syntax

Conceptually that looks correct. You can shorten it a bit as: myFile += (” -xxx ” + <string variable you made in code>)

20 years ago
Forum
Reply
RE: ShellLounch command variable syntax

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…

20 years ago
Forum
Reply
RE: Tutorial: Creating Application Installers for MAXScripts

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…

20 years ago
Forum
Reply
RE: string pharsing

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…

20 years ago
Forum
Reply
RE: MAXScript Debug

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…

20 years ago
Forum
Page 4 / 4