TCArknight
Well-known member
I am working on a system where a weapon has an Ammo (wpAmmo) rating which is an abstract value for actual rounds. When a crit fail is rolled, the Ammo for the weapon will reduce.
I have an AmmoCon (Ammo Consumable) component that functions like a Tracker. At tje moment I am adding an AmmoConfig thing as a bootstrap in a simple gizmo. I'm struggling at the moment to get the "AmmoCon” to show up anywhere. I would love to get it to show up on the In Play tab but it will only show there if I bootstrap it directly to the hero ( Helper.Bootstrap)
Could I do it instead as a Bootstrap on the BaseWeapon component and have a script set the bootstrapped AmmoCon thing’s min, max, and name fields? It seems like doing it in a gizmo would be better as it would more directly associate with a specific weapon.
Thoughts?
TC
I have an AmmoCon (Ammo Consumable) component that functions like a Tracker. At tje moment I am adding an AmmoConfig thing as a bootstrap in a simple gizmo. I'm struggling at the moment to get the "AmmoCon” to show up anywhere. I would love to get it to show up on the In Play tab but it will only show there if I bootstrap it directly to the hero ( Helper.Bootstrap)
Could I do it instead as a Bootstrap on the BaseWeapon component and have a script set the bootstrapped AmmoCon thing’s min, max, and name fields? It seems like doing it in a gizmo would be better as it would more directly associate with a specific weapon.
Thoughts?
TC