So, the official editor came out and I am trying to figure out how to do it with scripting, except I have no idea what I am doing really.. Basically, I think I need to make a new actor value that brings the player level and output it as a simple integer so it can be used for calculation. I am sure this is how I get the player character level: Game.GetPlayer().GetLevel() Now, I am trying to compile it in PERK editor (at papyrus scripts tab)..... except it fails to compile. I have no clue how to advance at this point. Edit: It seems there is also "Game.GetPlayerLevel()". But it does not help my situation.