Scr183 Posted March 17, 2013 Share Posted March 17, 2013 I'm planning on doing some rogue-like (restarting upon death) playthroughs of skyrim, and I wanted to be able to start off with a bit more than nothing and add in some randomness to my characters. First step towards this goal was achieved through the "live another life" mod but I was finding myself in a lot of situations where I was too easy to kill at such a low level in the middle of skyrim. So I created a system to randomize skill acquisition that would bring me to a decent, yet still fairly low, level. generate 18 numbers between 1-10, multiply those by the values indicated in the wiki for advancing skills, and then enter those into the skyrim console with the 'advskill' command. However, this system is very time consuming. Thus my problem is I want to create a code or script, which seems would be pretty straight forward, but I have absolutely no experience in coding. I will be trying to accomplish this on my own, but before I do I thought I would ask if anyone has any suggestions or advice they would like to give me. Oh, and if anyone wants to do it themselves, or just outright tell me what to do, I would be fine with that. Link to comment Share on other sites More sharing options...
scrivener07 Posted March 17, 2013 Share Posted March 17, 2013 You can use this thread as a start http://forums.nexusmods.com/index.php?/topic/911028-help-with-a-script-please/ Link to comment Share on other sites More sharing options...
Recommended Posts