Well I set the display mode and it says screen depth is illegal. Here is the code.
REM Project: war hero
REM Created: 1/5/2009 4:11:21 PM
REM
REM ***** Main Source File *****
REM
Set Display Mode 1024, 768, 32
sync on
sync rate 60
set dir "F:\Program Files\The Game Creators\Dark Basic Professional Online\Projects\war hero\Data\weapons\ak47"
load object "ak47.x",1
load image "gun_D2.dds",2
texture object 1,2
set dir "F:\Program Files\The Game Creators\Dark Basic Professional Online\Projects\war hero\Data\characters"
load object "SAS.x",3
load image "SAS_1_D2.dds",4
texture object 3,4
make camera 1
SET CAMERA TO FOLLOW 1, 3, 3, 3, 360, 75, 60, 1, 0
do
if mousemovex()
xrotate camera 100
endif
loop
The Geek of our time