samsingletree Posted February 12, 2012 Posted February 12, 2012 I am a complete noob when it comes to scripting but what I am trying to do is run console commands in a script. Basicly I have made a bat file for my npc follower that I run every few levels to set her to my main characters level and stats. What I would like to know is if I can do this by useing a script in the followes esp file that I have made to do this for me.
Darkvalkyr Posted February 12, 2012 Posted February 12, 2012 I think a possible way to go about it is to allow the NPC to level with your characters (in the Stats tab in CK). If you want to set exact same stats and level, there is a way to do it in script but sadly I'm not experienced enough to know how.
samsingletree Posted February 12, 2012 Author Posted February 12, 2012 I have tries to set her stats in the CK but when I level a few levels her stats still wont change. so run bat file to reset her. was trying to do that by useing her script that way wouldnt have to keep remembering to run bat file. (basicly im lazy )
NeighborlyNinja Posted February 12, 2012 Posted February 12, 2012 All you've got to do really is make a TXT file and list off every console command you want ("plauer.addperk blahblahblah" "player.setav blahblahblah" "player.additem blahblahblah") and run it in game on your new character by placing the text file in your directory and typing "bat filename". Only problem is that that is a LOT of codes and it'll take like 30 minutes.
samsingletree Posted February 12, 2012 Author Posted February 12, 2012 i do that now, what i was trying to do was to automate that so i dont have to run the text file every few levels so my followers stats will stay up to date with my main character
Recommended Posts