Cheyron Posted September 2, 2020 Share Posted September 2, 2020 So I have a FormList of beds. CommonBed01 for example. Beds inherit Activator which inherit Form so they are valid objects to load into the list. Now when I try to find the closest furniture in the list, it never seems to find one because after stopping and starting the quest in order to force the quest to fill aliases... the aliases are always empty... I try to call GetReference after starting the quest when I am standing next to one of these beds on the list and it always returns None/Null. I am simply using a matching condition in the quest alias to check IsInList and then I point to the list that has the list of Furnitures. Can someone explain how to do this properly? I want to be able to dynamically find furniture at runtime. I always assumed to find objects loaded in the world... you create quest aliases with conditions and then start the quest to begin looking for them. What am I missing? Link to comment Share on other sites More sharing options...
Cheyron Posted September 2, 2020 Author Share Posted September 2, 2020 I created this thread again in the actual modding and creation kit forum. Some reason I uploaded it here but meant to upload it in the modding help forum. If a moderator could delete this that would be helpful. Link to comment Share on other sites More sharing options...
Recommended Posts