Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Thanks for the detailed video!

On the note tags and on the script call you used `setCustomHpParam` try to use the shortname without the `max` prefix. And, only use the `max` prefix when you are trying to get or store the value on a variable. See if that works.

If it works, then I need to improve the help file. Because as I can see the help file does not specify that, it's confuse.

Here, I tweaked it for a bit, and I think I got how it works, even if it is a bit confusing. I tested it, and addCParam adds to the max, and the changeHPParam adds to the regular value.

Yes! I also agree that can be confusing. I will improve the help file to make it easier to udnerstand. Thanks for your time and for the feedback ^^