Where's the code that changes camangx#?
Also, what is the use of this?
sy#=camera angle y() : y#=sy#
Wait a sec... This code makes no sense...
rotate camera camangx#,sy#,camangz#
`---------------------
if wrapvalue(camangx#)>85 and wrapvalue(camangx#)<180 then camangx#=85.0
if wrapvalue(camangx#)>180 and wrapvalue(camangx#)<275 then camangx#=275.0
rotate camera camangx#,camangy#,camangz#
Why would you rotate the camera on
camangx#,sy#,camangz#, and then straight after on
camangx#,camangy#,camangz#? Aren't
y# as
sy# USELESS?
TheComet