Hello everyone,
I've been surfing this site for about a week taking in as much as possible. Just signed up today and decided to post my first question.
I am having difficulties loading up an external object. I don't know necessarily if it's a object loading problem as I do not get any errors. When I click the "Make exe/run" (using DBPro) it loads and goes to the black screen... then automatically comes back to my coding window.
This is my code,
function makePlayer()
load object "model1.mdl",2
position object 2,500,500,500
sc_setupObject 2,0,1
rem player has no group
endfunction
Any help would be great! I'm able to create an object no problem but having difficulties loading one up.