I’ve made a basic damage system, so my label updates, and decreases when taking damage (ie 100 to 90). However, when I try to add a health pickup, nothing happens. I’ve checked the code, and the message posting works, meaning I can take damage. Yet, when I change it to increase my health, it has no effect.
This is the code for the health system:
Can only one update code (for lack of a better term), be on the update message function?