The title may be misleading due to character limit. The array is a class array.
Can be reproduced like this:
1. Get Bullet-Eye (that's where I discovered it; guaranteed to crash)
2. Open the mod and navigate to ZActors/Weapons/BEWeaponBase.zsc, Line 345. Where it says
Code: Select all
PickedWeapons.Push(CurrWeapon.GetClass());
Code: Select all
PickedWeapons.Push(CurrWeapon);
I could try to cook up a smaller example if deemed necessary.