i have created a player, nothing special about it. It works in all aspects exept for moving straight through invisible walls.

this is the c_move function i use:

 Code:
c_move(me,move_player.x,vector(0,0,-5),Ignore_passable|Ignore_sprites|Ignore_content|Glide);