NOTE: - This is still a problem: I confirmed that ground spawn still always have 0 charges on them if they are set to have a certain amount. They work properly if #summoned, but not if picked up from being a ground spawn.
Nevermind on the player pick up issue though lol. I figured out the problem. Apparently, the sub is called:
Code:
sub EVENT_PLAYER_PICKUP
NOT:
I edited the Wiki to reflect this correction. Just took a little searching through the source to figure out the root cause lol. I am not sure where people got "EVENT_PICK_UP" from though.