Hi! Thank you for the link, i will check it out. The thing i want to do, is a proper solution for respec. Like the one for Dragon age Origins. There is a potion, what you need to drink, and you can spend your points again. That's what i wanted to do here, and it would look something like this: I saw in an earlier mod, that if you put console commands in a file, you can run it from the Skyrim-console like "bat filename" So I would make a script file like this: 1.) Count the current perk-points of the player (or just get the level-1 value) 2.) Reset all the perks (player.removeperk ...) 3.) And finally add level-1 perk-points wich the player can spend again. If it is done, make a new potion, and add this script as the effect. That's the plan. That's why i asked, about the scripting :)