Jump to content

Discovering a dead body sets stage


antstubell

Recommended Posts

Put this on Stage 10 fragment:

 

RegisterForSingleLOSGain(Game.GetPlayer(), Alias_Corpse.GetReference())

or whatever the corpse alias is called

 

Then put a new quest script (scripts tab) and write this

 

Event OnGainLOS(Actor akViewer, ObjectReference akTarget)
    Self.SetStage(20)
EndEvent

Link to comment
Share on other sites

Put this on Stage 10 fragment:

 

RegisterForSingleLOSGain(Game.GetPlayer(), Alias_Corpse.GetReference())

or whatever the corpse alias is called

 

Then put a new quest script (scripts tab) and write this

 

Event OnGainLOS(Actor akViewer, ObjectReference akTarget)
    Self.SetStage(20)
EndEvent

Thanks gasti89, I'll give it a try in game in a minute. Don't suppose you'd write me a script that sets a stage when a door is opened. I asked before and a guy sent me some script but it just doesn't work. I'm unsure what properties to set up as well. Even the default onopensetstage script is failing. need help here.

Link to comment
Share on other sites

  • Recently Browsing   0 members

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