Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+2)

Gauge Value:
return $gameParty.members()[0].currentExp() - $gameParty.members()[0].currentLevelExp();

Gauge Max:
return $gameParty.members()[0].nextLevelExp() - $gameParty.members()[0].currentLevelExp();

(+1)

Thank you very much, it worked perfectly

I know this is odd for me to reply to a post you made 2 years ago but hopefully you will be able to help me, is there a way to setup the hud and add text numbers to it as well the numbers showing current xp with needed total xp?
(102/250) <-- example

Or how i can set the gauge to other members in the party?