Zorkaz Posted December 27, 2021 Share Posted December 27, 2021 Is it possible to check via a script (OnActivate) if the activator object is within a settlement that has a supply line? Link to comment Share on other sites More sharing options...
niston Posted December 27, 2021 Share Posted December 27, 2021 yeah: Location[] linkedLocations = refLocalWorkshop.MyLocation.GetAllLinkedLocations(kwdWorkshopCaravan) If (linkedLocations.Length > 0) ; has supply line EndIf This particular keyword reflink implements supply line connections. The provisioner NPC has nothing to do with it, really, and is just eye candy. OK, it also serve as the "graphical interface" for a particular supply line. But the resource sharing is completely unrelated to it. Link to comment Share on other sites More sharing options...
Zorkaz Posted December 27, 2021 Author Share Posted December 27, 2021 Thank you Link to comment Share on other sites More sharing options...
Recommended Posts