Jump to content

Recommended Posts

Posted

I trying to create a mod that cleans up Thirsk Mead Hall after you defeat the chief. I created an XMarker that I will link as the parent to all the changes I make to the area. Currently my coding looks like but I can't get it to complie. Any help would be awesome.

 

Scriptname TMHPHProgressScript extends ObjectReference

Property THPHenabler Auto
Quest property DLC2MH02 Auto

Event OnLoad()
If DLC2MH02.IsStageDone(200)
THPHenabler.Enable()
endif

EndEvent

 

 

  • 3 years later...
Posted

look for darkfox127 build your own home tutorial on youtube it explains how to trigger the x marker but ill do a simple steps

 

1 link all items to an xmarker

2 make sure the xmarkeris disabled at start and is set to disable linked references on enableing the xmarker

this seems to be the problem

  • Recently Browsing   0 members

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