Hello community,
I have this code for collision and character controller.
When i want to move the character controller it goes up and down not forward and backward as it should.
`TEST!!!
for coll = 1 to 15
if object exist(coll) = 1
phy make rigid body static box coll
ENDIF
NEXT coll
phy make rigid body static box 555000
phy make box character controller 555, object position x(555), object position y(555), object position z(555), object size x(555) / 2, object size y(555) / 2, object size z(555) / 2, 1, 1.5, 45.0
`TEST!!!
phy move character controller 555, 3.0
Alex Matei CEO
www.alexmatei.com