Hi, I just got DarkBASIC Pro and i am doing the FPS tutorial that comes with it, and on line 81 & 82 it comes up with this error wehn i try to run it in debug mode....
it says wrapvlaue expects parameters in brackets.... but I put them in brackets and more errors come up
here's the code lines that come up with errors
if wrapvalue(camera angle x(0))>40 and wrapvalue(camera angle x(0))180 then xrotate camera 0,40
if wrapvalue(camera angle x(0))>180 and wrapvalue(camera angle x(0))280 then xrotate camera 0,280
Help me, please