Event OnHit(ObjectReference akAggressor, Form akSource, Projectile akProjectile, bool abPowerAttack, bool abSneakAttack, bool abBashAttack, bool abHitBlocked)
I am checking to filter out some magic and arrows by doing this:
akProjectile == none
But how would YOU use "Form akSource" to further filter and insure only Melee weapons?

