Jump to content

Adding a faction to the player on a certain queststage


Recommended Posts

I'm looking for a way to add a faction to the player, when you reach a certain queststage.

 

However, I do not have access to the script source, so I'm not sure whether I could use Papyrus Fragments.

 

Is there another way to do this?

 

I'm still pretty new at scripts and quests, so bare with me.

 

Thanks in advance

 

Kind regards

 

Andre

Link to comment
Share on other sites

  • 2 weeks later...

to be clear, is this a quest you are making, or one you are altering? Are you able to add a quest stage fragment?

 

if so you just need to add this to the quest stage fragment and then add the properties for the faction:

 

Game.GetPlayer().AddToFaction(MyFaction)

Game.GetPlayer().SetFactionRank(MyFaction, X) ; X is the rank index in the faction you want them to be

 

If it's a quest you cannot edit and you are looking for a way to identify a certain stage from that quest, that's a little more involved, but doable, but need to know more first.

Link to comment
Share on other sites

  • Recently Browsing   0 members

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