auto drop empty weapon

This isn't built in but you could subclass the drop ability and listen for the inventory adjustment event. If the remaining amount is 0 then you'd start the drop ability.
 
Too bad it is not directly integrated, anyway I did a bit like with your idea and it's work.
Thank you.
 
Top