kimono said:Hi, I'm searching a method to script an item that gives +2 Health (increases +2 max health) forever.
msmalik681 said:What you need to do is have a global variable maybe initialize it with a level script for the first level then on player spawn animation set maxhealth to the variable then the health too.
If item is picked up increment the variable then apply it to maxhealth and optionally to health.