ok i have a gravity code in place:
Code:
function handle_gravity()
{
      result = c_trace(my.x,my.y,my.z-1000),IGNORE_PASSABLE|IGNORE_MODELS|USE_BOX);
if (result > 1)
{    dist.z -= 5 * time_step;
}
ELSE
{
    dist.z = 0;
}
}



does this look alright? or should i replace dist.z with c_move?

the only thing the jump function has is:
Code:
dist.z += 5;




i guess ill start there tongue trying to add c_move to one of those.. and, sorry for my last post. it was late night and i was frustrated lol.. i guess it can get like that sometimes tongue

Last edited by Doc_Savage; 04/18/11 19:14.

Do not concern yourself with my race, personality or origin. find my record in the pits, and then make your wager.