84Cronos Posted September 24, 2022 Share Posted September 24, 2022 (edited) What is the best way to temporarily push packages onto an actor's stack for the duration of a quest? I do know how to use scene packages, but I would like to push an array of packages onto an actors stack while my quest is active. Is this possible? And if so: Is there a prefered practice/best way to do so? I'm asking because I'm getting fed up with having a million packages flying around and I assume that there is a better, more organized way to do it. Edited September 24, 2022 by 84Cronos Link to comment Share on other sites More sharing options...
SKKmods Posted September 24, 2022 Share Posted September 24, 2022 Add the actor(s) to a quest alias/collection that has the package(s). If multiple packages condition them appropratley. The quest needs to be higher priority than any other quests the actor may be members of with attached packages so your packages "win" stack evaluation. When finished remove actors from alias or stop the quest to clear your packages. Link to comment Share on other sites More sharing options...
84Cronos Posted September 24, 2022 Author Share Posted September 24, 2022 (edited) Thanks. This will definitely help a lot if I can get it to work. Just one quick question to make things a little bit clearer: I can either: 1.) Add packages to the "Alias Package Data" for let's say a unique actor and those will be performed during the quest if the priority is high enough. 2.) Add packages to the "Alias Package Data" for let's say package holder alias and then link several aliases via "Linked Aliases" to it? Is there some kind of keyword or is this the wrong way to do a package holder alias? Because I might want to perform the same packages for a lot of NPC and maybe even pull some in dynamically. Edited September 24, 2022 by 84Cronos Link to comment Share on other sites More sharing options...
SKKmods Posted September 25, 2022 Share Posted September 25, 2022 No idea how linked aliases featrure, you simply use a RefCollectionAlias for multiple actors. Link to comment Share on other sites More sharing options...
Recommended Posts