About this site
ScriptSpot is a diverse online community of artists and developers who come together to find and share scripts that empower their creativity with 3ds Max. Our users come from all parts of the world and work in everything from visual effects to gaming, architecture, students or hobbyists.
Comments
Hi, Are you using execute
Hi,
Are you using execute to execue the txt string?
If so, you're missing a couple of \ in you string. It should be:
txt +="bitmap yunuss \"yunuss\" pos:[100,80] width:124 height:124 fileName:((getDir #scripts) + \"\\\\FastMorph\\\\normal.JPG\")"
I don't know what you're trying to do with this, but as a general rule, using execute is not recommended, and should be avoided if possible.
hOpe this helps,
o