So, I was messing around in the Skyrim console and increased my speed a lot. Now I want to reset my speed but the command player.setav speedmult 100 isn't working. Is there any way to reset this?
2 Answers
Found it out myself :) After browsing the console's help, I found the command forceav, this works.
player.forceav speedmult 100
The setav command adds the integer to the player's current skill level.
the forceav command sets the skill level to the specified integer.