reaper9111 Posted July 8, 2012 Share Posted July 8, 2012 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 More sharing options...
Recommended Posts