palingard Posted September 11, 2016 Share Posted September 11, 2016 Just realized I was looking at the Fallout4 reference. So, is there a way to do something like setlinkedref() in skyrim? Link to comment Share on other sites More sharing options...
dalsio Posted September 12, 2016 Share Posted September 12, 2016 I'm not familiar with Fallout4 scripting. If you tell me what you're trying to do, I can tell you how to do it in Skyrim. Link to comment Share on other sites More sharing options...
palingard Posted September 12, 2016 Author Share Posted September 12, 2016 I was trying to create a following mechanism without resorting to questaliases, so that it would work for any matching actors. I thought I had the answer with LinkedRef. You can set a SingleRef target to a linkedref (with a given keyword) in the follow procedure. The problem is that as far as I can see, there is no way to set a linkedref at runtime. I thought I had found it with the setlinkedref() function, but that was in the fallout4 portion of the wiki, not the skyrim side. That function doesn't exist in the SKSE version used with Skyrim. I ended up using the Quest reference aliases and worked out a way to accomplish what I wanted, if for a finite number of actors. If you can think of another (relatively) infinite mechanism I use that I can set at runtime to define the follow target, let me know. To work best, I am thinking of some value or setting that is specific to each Actor that I can populate and then set that value as the target for the follow package, but I couldn't find one on my own. Link to comment Share on other sites More sharing options...
Recommended Posts