Well I'm trying to make my 3rd person camera work cause no one will help me in my other topic so I've been trying to make it work with the mousemovex command and it says it's not a valid line. Here is the code:
set display mode 1024,500,500
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