---------------------------
Error
---------------------------
Runtime Error 7018 - Could not load 3D object at line 5
---------------------------
OK
---------------------------
That's the error I get. My exact code is..
load object "media/models/pac.x",1
do
gosub _observe
loop
_observe:
yrotate object 1,object angle y(1)+0.5
but I've tried it with just the load object function as well. I've also tried putting the model in the same folder as the game instead of the media folder. Could my file be corrupt? or is it just a technical error? I've also tried importing a .3ds of this model and it won't load either. Hope that's enough information.
~that_dude_over_there>
I use DBP. I am currently working on the design of a 3D pac man game, and an FPS based on an outbreak of mutants called "Outbreak".