65775 Posted October 24, 2013 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 ?
Silencedoom Posted October 24, 2013 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)
65775 Posted October 24, 2013 Author Posted October 24, 2013 (edited) On 10/24/2013 at 8:02 PM, Silencedoom said: 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
Recommended Posts