Jump to content

Recommended Posts

Posted

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 ?


Posted

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)

Posted (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 by 65775
  • Recently Browsing   0 members

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