Zorkaz Posted September 1, 2022 Share Posted September 1, 2022 Is there a script command to get how much XP an Actor would give if they'd be killed? Link to comment Share on other sites More sharing options...
LarannKiar Posted September 13, 2022 Share Posted September 13, 2022 The actual XP values are calculated by the game code. I don't have the formula as it's hardcoded but it's determined by many factors (perks, game settings, actor values, enemy level). For game settings, use Game.GetGameSettingFloat() For actor values, Actor.GetValue(AnActorValue) For global variables, AGlobalVariable.GetValue() Link to comment Share on other sites More sharing options...
Recommended Posts