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