-- macros for "WireFence_04.mse" which need to be placed in "scripts" folder macroScript macro_WireFence_04 category:"Objects Shapes" internalCategory:"Objects Shapes" tooltip:"WireFence Shape" buttontext:"WireFence" --Icon:#("Splines",7) ( local sFile = (GetDir #scripts) + "/WireFence_04.mse" if (doesFileExist sFile) then (fileIn sFile) else (messageBox "Unable to locate the script.") )