This is the coding you would use to make the camera follow the object right behind it.
**JUST CHANGE EVERY 'OBJECT#' THING TO THE ONE OBJECT NUMBER YOU WANT THE CAMERA TO FOLLOW**
rem Get current object position
posx#=object position x(OBJECT#)
posy#=object position y(OBJECT#)
posz#=object position z(OBJECT#)
rem Update with new object position
position object OBJECT#,posx#,posy#,posz#
rem Use camera tracker to follow player object
angle#=object angle y(OBJECT#)
camdist#=5.0 : camhigh#=posy#+2.0 : camfade#=13.5
set camera to follow posx#,posy#,posz#,angle#,camdist#,camhigh#,camfade#,1
There you go!
Have fun!
Enjoy Life while your still alive.
Enjoy a recees anytime!