ID:150215
 
Ok.. I've recently found that my chars WONT MOVE at all.. if I hit the left he'll face left but not move, as it is the same for the up, down, and right buttons.. I'm sure it has SOMETHING to do with my Move() proc.. so if anyone can help me devise a new one I'd be thankful.. here is my current Move() proc..

Move()
if (isDead())
return 0
return ..()
That looks fine. I suspect the trouble is in your isDead() proc.