AndrealphusVIII Posted September 22, 2015 Share Posted September 22, 2015 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 More sharing options...
icecreamassassin Posted October 1, 2015 Share Posted October 1, 2015 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 More sharing options...
Recommended Posts