Hi,
I have the following code, and it reports the message "Parameter for MAKE OBJECT PLAIN do not match Object number, width, height"
function make_3d_sprite(objid,width,height)
make object plain objid,width,height
set object objid,1,1,1,0,0,0,0
set object collision off objid
lock object on objid
endfunction
So I REMmed the Make Object Plain line out, and it still reports exactly the same error message!
I had another routine reporting similar errors. The error didn't go away until I commented out every single line in the routine. Then, I introduced each line, 1 by 1, and the error came back again when I finally introduced the line that originally reported the problem.
I'm running with the AlienWare demo version