Great script. I like to save my Max files using the + button to save them in sequence instead of over writing the same file. Could this script be modified to save as 2012 files and to trigger to auto-save in a numbered sequence. thanks
Polygrinder: you can try this hack script. I call it a hack because it needs to add a scene node and assign it the scene name so that I can use the "uniqueName" method which only works on scene nodes. This gives me an incremented file name which I can save the scene with and then delete the node. I havent tested it much…