65775 Posted October 24, 2013 Share Posted October 24, 2013 Can anyone be so kind and give me an example script or teach me how to write a [blank] quest script that only automatically add a perk to the player when they run Skyrim like Chameleon Effects - Resource with Playable Demo by Maegfaer ? Link to comment Share on other sites More sharing options...
Silencedoom Posted October 24, 2013 Share Posted October 24, 2013 an perk that has been given when the player starts a game needs to be made over a quest that has the flag run on game start make a stage 0 check the flag starting stage make a new entry and add a property with the perk and write into the script line game.getplayer().addperk(yourperk) Link to comment Share on other sites More sharing options...
65775 Posted October 24, 2013 Author Share Posted October 24, 2013 (edited) an perk that has been given when the player starts a game needs to be made over a quest that has the flag run on game start make a stage 0 check the flag starting stage make a new entry and add a property with the perk and write into the script line game.getplayer().addperk(yourperk)THANK YOU VERY MUCH Silencedoom! With this, my new mod is ready to be release, thank you again! Edited October 24, 2013 by 65775 Link to comment Share on other sites More sharing options...
Recommended Posts