If I move the player using pXent_movechar() everything works fine...
however When I use c_move and use the if statement:
if(vec_dist(player.x,ball.x)<100)
The ball doesn't move at all....

In A7 I used to use the same if statement and everything was just fine....
What should I do now?