• Please note: In an effort to ensure that all of our users feel welcome on our forums, we’ve updated our forum rules. You can review the updated rules here: http://forums.wolflair.com/showthread.php?t=5528.

    If a fellow Community member is not following the forum rules, please report the post by clicking the Report button (the red yield sign on the left) located on every post. This will notify the moderators directly. If you have any questions about these new rules, please contact support@wolflair.com.

    - The Lone Wolf Development Team

Consumable Tracker?

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
 
Back
Top