-- macros for "VPPreview_1.3.ms" which need to be placed in "Scripts" folder macroScript macro_VPPreview category:"Tools" internalCategory:"Tools" tooltip:"ViewPort Preview" buttontext:"VPPreview" ( local sFile = (GetDir #scripts) + "/VPPreview_1.3.ms" if (doesFileExist sFile) then (fileIn sFile) else (messageBox "Unable to locate the script.") )