Making a health system thats not in percent

I have followed tutorials on how to make a health bar and take damage, but all the tutorials are the same. Set you variable to float and set it to 1.0 for 100 percent, which is 100 health. I want to make my character have more than 100. Especially when they get and item that has a random hp gain. How do I set this to not be percentage.

I want big number to float up when they are hit… well bigger.
I am new to game programming, but learning fast. Just cannot find this answer yet.

hmm, didn’t know about the normalize to range command. will have to look futher into that. thanks for the info to send me in the right direction

are you saying that you want the health value to be more than 100 or the percentage? if you mean the health value like your player having 500hp then just use the normalize to range node and have a variable for max and current health. if you are talking about having a bar that goes beyond 100% im not sure that possible.