Jump to content

Simple Script Help


reaper9111

Recommended Posts

Hey guys,

Here's a script attach to an actor, this script is to update the quest when he die, would it be possible to add a command to enable this actor (he's initially disable) when the quest is at stage 10 ? (in the same script, and keeping the quest update command at the same time) ?

 

Scriptname RDTMainQuestBethzedaScript extends ObjectReference

 

Quest Property RDTMainQuestBethProperty Auto

 

Event OnDeath(Actor Killer)

 

RDTMainQuestBethProperty.SetObjectiveDisplayed(20)

RDTMainQuestBethProperty.SetStage(20)

 

EndEvent

 

Thanks

Reaper

Link to comment
Share on other sites

  • Recently Browsing   0 members

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