#I need to add a shield system for my health system.

1 messages · Page 1 of 1 (latest)

narrow flower
#

I have a cv2 health system and I need to add shield in there. I have know idea how to work the shield and health together. I have pictures of my health system if you need them

sonic scarab
#

let’s assume you’re using the HUD element as health, if you want shield, use the secondary HUD bar, how to tell it to take damage is check if the shield has a value greater than 0, if yes, damage the shield, if no, it means you have no shield and should take HP Damage instead

narrow flower