Jump to content

Need Help about quest script that automatically add perk to the player


65775

Recommended Posts

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

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

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 by 65775
Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...