Jump to content

Quest related question


Recommended Posts

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

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

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...