Page 1 of 1

[MaxScript] Array - Error

Posted: Wed Sep 19, 2012 9:05 am
by Valerian
So i try to get the vertices from a file and writing them in an array, the script reads the file and everything works,
but it stops at the array and throws me this error:
"faces argument must be an array, got: undefined"
do i have any syntax errors?

Re: [MaxScript] Array - Error

Posted: Wed Sep 19, 2012 9:26 am
by MichaelDarkAngel
I would say you got yourself an undefined variable. Without seeing the code I cannot be more specific than that.