Jump to content

Help with papyrus fragment


capngagi

Recommended Posts

Setting places and items ownership to the player in a papyrus fragment? As well as making them part of a faction?

Link to comment
Share on other sites

I've just done something like that recently.

 

I was making a test mod, an Amorous Adventures-style quest for Maven Black-Briar. As a test, I wanted to see how completely I could integrate myself into their household upon completion of the quest. It worked almost perfectly.

 

All I did was give the PC the manor key (to unlock the doors), make them part of the house faction (so they're not kicked out), and made the player Rank 1 with Maven for good measure:

Alias_MavenRef.GetActorReference().SetRelationshipRank(Game.GetPlayer(),1)
Game.GetPlayer().Additem(BlackBriarManorKey, 1)
Game.GetPlayer().AddToFaction(RiftenBlackBriarHouseFaction)

That did the majority of it right there.

 

The only thing I can't figure out is how to fix the "BED" co-owner bug. But I think that's a flaw in the game.

Link to comment
Share on other sites

  • Recently Browsing   0 members

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