Jump to content

A minor script help


reaper9111

Recommended Posts

Why is this script not updating my quest when i pick XXX from the corpse ?

 

Scriptname RDTMainQuestXXXScript extends ObjectReference

 

Quest Property RDTMQXXXProperty Auto

 

Event OnContainerChanged(ObjectReference NewContainer, ObjectReference OldContainer)

 

If (NewContainer == Game.GetPlayer())

RDTMQXXXProperty.SetObjectiveDisplayed(30)

RDTMQXXXProperty.SetStage(30)

EndIf

 

EndEvent

 

Is there a mistake in this, this script compile correctly... Is there a work around ?

Can i use an different command / function to do the same thing, what the script would look like ?

Help would definitly be appreciated !

 

Reaper

Link to comment
Share on other sites

  • Recently Browsing   0 members

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