Ok, I messed with it a little,added some stuff needed for looks and frames per sec,so now everything should load right,let me know.
Rem ***** Main Source File *****
hide mouse
sync on
sync rate 40
desktopwidth=desktop width() rem we change the value name here and can change them any time
desktopheight=desktop height() rem we change the value name here and can change them any time
set display mode desktopwidth,desktopheight,32 rem we set the value name here and can change them any time
set dir "Files"
load object "levelbank\testlevel\universe.dbo",1,2
position camera 0,object position x(1)+100,object position y(1)+60,object position z(1)-100 rem position camera to the object first
range=4000 rem we make a camera range amount so we can change it in the loop to anything we want at any time
lightamount=20 rem we make a light range amount so we can change it in the loop to anything we want at any time
rem we make a light color range amounts so we can change the light color in the loop to anything we want at any time
red=64
green=64
blue=128
do
set ambient light lightamount rem we set the values here and can change them any time
color ambient light rgb(red,green,blue) rem we set the values here and can change them any time
set camera range 0,1,range rem we set the values here and can change them any time
yrotate camera 0,camera angle y(0)+mousemovex()/10.0
if upkey()=1 then move camera 0,3
if downkey()=1 then move camera 0,-3
position camera 0,camera position x(0),object position y(1)+60,camera position z(0)
sync
loop
my signature keeps being erased by a mod So this is my new signature.