Is It possible to make hunger system like Minecraft?

I kind of understand the part, how blueprints are made and used, but the problem is… I don’t know, how to link hunger to stamina and health. For example In Minecraft, if you’re low on hunger you can’t regenerate your health(even loses health slowly, when hunger reaches 0%) and can’t sprint(run) in the game . And if you eat, it starts to regain health, hunger and able to sprint again. Is it possible, in the blueprint? Or is it really, complicated coding and hard to understand?

Thank you :slight_smile:

Yes, it’s very achievable in Blueprints… for this you’d have float variables for “health” and “hunger”, and a boolean variable for “can run”. Then you’d set up the logic for how they interact, exactly as you mentioned. I’d start googling some Unreal beginner tutorial… especially including variables…