i want to pull up the integer for total XP required until next level but cannot find anything in the presets with life, max life, energy, max energy and all those. i want to make a custom progress bar for experience. any help?
Use Catalog for looking up the values you have defined in your Veterancy behavior.
Variable - Set ExperienceNeededInteger = Catalog - (Integer((Value of Behaviors "VeterancyBehaviorNameRawData" "VeterancyLevelArray[1].MinVeterancyXP" for player 1)))
The field data path "VeterancyLevelArray[1].MinVeterancyXP" will look up the experience needed to go from level 1 to 2, since the number is 1. Change this to the desired levels, e.g. current hero level.
i want to pull up the integer for total XP required until next level but cannot find anything in the presets with life, max life, energy, max energy and all those. i want to make a custom progress bar for experience. any help?
@WadeArcade: Go
WTF? this cant be that hard
@WadeArcade: Go
Use Catalog for looking up the values you have defined in your Veterancy behavior.
Variable - Set ExperienceNeededInteger = Catalog - (Integer((Value of Behaviors "VeterancyBehaviorNameRawData" "VeterancyLevelArray[1].MinVeterancyXP" for player 1)))
The field data path "VeterancyLevelArray[1].MinVeterancyXP" will look up the experience needed to go from level 1 to 2, since the number is 1. Change this to the desired levels, e.g. current hero level.