pepperman35 Posted June 28, 2021 Share Posted June 28, 2021 Within a quest, what is the proper way to transition from an exterior cell to an interior cell? The first display objective that I am using is a load door in an exterior cell. The second objective that I am using is a terminal located in the interior cell. The quest starts with Stage 10, SetObjectiveDisplayed(10), which is the door. Stage 20, has SetObjectiveDisplayed(20) SetObjectiveCompleted(10). SetObjectiveDisplayed(20) is the terminal. I am not seeing a transition from the door to the terminal. Link to comment Share on other sites More sharing options...
SKKmods Posted June 28, 2021 Share Posted June 28, 2021 What is calling SetStage(20) on the quest to trigger the fragment ? Hint: a script attached to the load door ONActivate or a trigger volume OnTriggerEnter or player OnLocationChange ... Link to comment Share on other sites More sharing options...
pepperman35 Posted June 29, 2021 Author Share Posted June 29, 2021 Thanks for the hint, message received. Link to comment Share on other sites More sharing options...
SKKmods Posted June 29, 2021 Share Posted June 29, 2021 No problem, I was there once as well (wondering how the hell to get a quest to advance objective stages). Link to comment Share on other sites More sharing options...
Recommended Posts