Merge Problems

every time i save the script as a new name and Run it the script works fine when i restart max 2008
and press the button to lunch it script gives this error

--Type error: Unrecognized mergeMAXFILE parameter:, got: undefined

my script

macroScript FlattenSpline category:"HowTo" tooltip:"Flatten Spline"

(
(
mergemaxfile "Round.max" fobj_names #select
(
)
)
)

thanks

Comments

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
Mrjacks2o's picture

I got it working by

I got it working by targeting the file thanks

mergemaxfile "C:\\Program Files\\Autodesk\\3ds Max 2008\\Scripts\\Startup\3DJM\\Round.max" #("Round") #select #MergeDups

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.