Jump to content

GetLinkedRef as a quest alias conditional fill


Recommended Posts

I need a dynamic quest alias to fill a condition that is super simple to script ... without using script (say for PS4 compat).

ObjectReference ThisMarker = WorkshopRef.GetLinkedRef(pWorkshopLinkSpawn)

I have the Workshop. I have the keyword. How to construct a match condition that gets the linkedref target marker ?

 

There are only two linkedref conditions IsLinkedTo and HasLinkedRef, neither seems to be appropriate. Spent several frustrating hours messing about with conditions like:

 

[ Subject IsLinkedTo Alias: Workshop, Keyword: WorkshopLinkSpawn ] returns nothing

[ Target IsLinkedTo Alias: Workshop, Keyword: WorkshopLinkSpawn ] returns nothing

[ Subject HasLinkedRef Keyword: WorkshopLinkSpawn ] returns the workshop

[ Target HasLinkedRef Keyword: WorkshopLinkSpawn ] returns nothing

 

It may not be possible as I cant find any base game quests that use a GetLinkedref type of fill to copy.

Link to comment
Share on other sites

  • 5 weeks later...

You might want to check the "DLC06WorkshopSodaFountainHandler" quest. It's in the Vault-Tec Workshop DLC.

 

The Soda Fountain's object reference sends the story event that starts the handler quest. The DLC06WorkshopSodaFountainHandler quest uses conditions to identify its manager NPC. The workshop location is in the story event data. The handler quest also needs to search for "thirsty" settlers in that settlement.

 

The quest uses "GetLinkedRef", HasLinkedRef" and the Find Matching Reference > targetObject > [Near Type] Linked From. There's also a "Linked Ref" below "Linked From" but I've never used that.

Edited by LarannKiar
Link to comment
Share on other sites

  • Recently Browsing   0 members

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