You could also try this; & if you don't want to use it might give you some scripting ideas ^_^- http://www.scriptspot.com/3ds-max/scripts/copypaste-object-properties
Hey guys, I am making a really quick script to be able to move from one object's Editable Poly to another's rapidly. Script:macroScript RaySelect category:"Tools"( on Execute do ( p=pickobject prompt:"Pick surface." if p!=undefined then ( select p max modify mode modPanel.setCurrentObject $.baseObject subobjectLevel = 4 ))…