FlashyJoer Posted October 19, 2017 Share Posted October 19, 2017 Hi all, Im scratching my head trying to figure out how to tell if the player is in an owned settlement and if so, how to check if the settlement has a clinic stand, any of the six vanilla varieties... for the record I am hoping this can be done within a Quest RefAlias script as that is what I am currently working in for my mod... Any help you can provide to assist with the above would be glorious. Many Thanks! Link to comment Share on other sites More sharing options...
SKKmods Posted October 19, 2017 Share Posted October 19, 2017 Condition LocationHasPlayerOwnedWorkshop == 1 The clinic element will probably want a script involving a formlist of clinic types, the FindClosestReferenceOfAnyTypeInList() function, and some cleverness with the workshopref or location center marker plus radius distance. Link to comment Share on other sites More sharing options...
FlashyJoer Posted October 19, 2017 Author Share Posted October 19, 2017 Awesome! Thanks for giving me a place to start hunting :) Much appreciated! Link to comment Share on other sites More sharing options...
Recommended Posts