Notifications
Clear all

[Closed] adding maxscripts into a menu?

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
(@denist)
Joined: 11 months ago

Posts: 0

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
) 



 PEN

You need to use macro scripts, that is what they are for.