WarbirdShaman Posted December 4, 2023 Share Posted December 4, 2023 Just as the title says, I'm looking for help with enabling an Xmarker (and attached NPCs) at a certain quest stage but don't know how to go about it. Thanks in advance! Link to comment Share on other sites More sharing options...
IsharaMeradin Posted December 4, 2023 Share Posted December 4, 2023 Place the xMarker and NPCs in the render window. Link the NPCs to the xMarker so that they will enable when the xMarker gets enabled. On the quest stage, if there is no existing script fragment code, enter a semi-colon and save / compile / build the script fragment (not sure of the CK's wording at the moment). Close the quest record and reopen it. Go to the stage script fragment, open the properties window and add an ObjectReference property for the xMarker and assign the xMarker to the property. Then go back to the stage fragment and enter the variable name given to the xMarker property followed by Enable(). Example: xMarker property is named myXmarker. The stage fragment code box would contain: myXmarker.Enable() Link to comment Share on other sites More sharing options...
Recommended Posts