It's a 3d map for an FPS, just to be clear
This code returns an error, on the second line down, saying "3D object could not be loaded"
makeLevel:
load object "testmap.max",1
sc_setupComplexObject 1,1,2
return
The file is in the base directory of the project, and I've double checked the name and file extension to be sure. It's just a plane I drew in 3DSMax, nothing more. Any ideas?
EDIT:
My appologies, I changed the extension to ".3ds", and the error message went away
However, the program (mine, not DBPro) crashes after compiling for a moment...