You cant multiply a vector by an integer, you have to use vectorScale(vector,scale)
Furthermore I'm not even sure what getForwardVector does, I remember it being curiously misleading though. I'd pick whatever axis you decide the front of the object is, then scale that normalized vector. So if you decide the front is positive Y, scale "0 1 0" by 10.