04-03-2008, 11:19 AM
If you want to make this check less, post the last part AFTER
That way, the check'll only occur if someone's trying to move + can move.
Code:
If IsTryingToMove Then
If CanMove Then
That way, the check'll only occur if someone's trying to move + can move.