Quote:
Originally Posted by Engine
It's late and maybe I'm just over thinking this but I don't get what the "if (NOT(dx in |" is for, wouldn't you want them to be in the the hitbox?
|
The command "continue" in that if clause is skipping to the next player in the array. Alternatively you could just put the hit commands in the clause and remove the "!".