Notifications
Clear all
[Closed] adding maxscripts into a menu?
Aug 12, 2010 4:15 pm
I’ve got a collection of scripts that I regulary use. I know how to add macroscipts into the menu but does anyone know of a way I could add maxscripts (.ms) into the menu?
Any ideas would be great. I’ve searched and searched but haven’t had much luck.
cheers
3 Replies
1 Reply
you can use a simple macroscript to launch the main MS script:
macroScript My_Script
category: "My_Scripts"
(
local file = "My_Script.ms"
local path = getDir #scripts + "\\"
if doesFileExist (f = path + file) do fileIn f
)
Aug 12, 2010 4:15 pm
or you could use something along these lines:
http://www.scriptspot.com/forums/3ds-max/scripts-wanted/automated-script-dialog