gohkgohk
08-31-2009, 09:46 AM
For example, i use ExecuteMAXScriptScript("b=box();b.pos;",0,0) to run the following MaxScript cmd:
b=box()
b.pos;
How can i get back the box position, and put it in an array?
do i need to use the FPValue returned by ExecuteMAXScriptScript? if yes, then how?
thx so much.
b=box()
b.pos;
How can i get back the box position, and put it in an array?
do i need to use the FPValue returned by ExecuteMAXScriptScript? if yes, then how?
thx so much.
