i want to learn how to add life to my person and my enemy does anyone know a tutorial for that just not tornado twins cause there health bar i got to buy.
Presuming your person is already dead, than there are multiple ways to add life to it again.
The first is natural - natural bio-organisms. They’ll break the body down allowing more living things to use it - thus becoming part of a living organism again.
The second is more of a miracle - asking god to return the soul to the body. This isn’t likely to happen, and not something that should be counted on.
The third is unnatural - pagan rituals, black magic. The unfortunate side effect is the body will have unquenchable thirst for brains.
The fourth… "Ph’nglui mglw’nafh Cthulhu R’lyeh wgah’nagl fhtagn!"
Your question needs to be more specific. Animation, AI, controls, what?
Edit: Oh dear god did I misread his post. Completely missed ‘health bar’ when I read it.
Here at the resources section there are a few good tutorials that every new user would be doing there self a favor to complete a few times. In those tutorials there are lots of good scripts and assets for a gui health bar.
But if you have completed those and can figure it out. All you need to do is create a var (ie)
var health : float;
Then use the float in a parameter of most any gui element (ie)
(100, 100, health, 100)
Then control the value with simple operators (ie)
health += 50; //To add 50 to the pix count
Look at the examples from the tutorials to see all kinds of versions.
Yes yes I know I didn’t use it correctly.
ok guys i got it thanks