Klipeti Posted December 17, 2012 Share Posted December 17, 2012 I'v been using the Bethesda Tutorial Basic Quest Scripting tutorial in learning the scripting. This Event OnDeath(Actor killer) TutorialQuest.SetObjectiveDisplayed(20) TutorialQuest.SetStage(20)EndEvent and this Event OnContainerChanged(ObjectReference newContainer, ObjectReference oldContainer) if (newContainer == Game.GetPlayer()) GSQ01.SetObjectivedisplayed(30) GSQ01.SetStage(30) endifEndEvent aren't working. I have set GSQ01 to MyQuestany help? Link to comment Share on other sites More sharing options...
samv96UK Posted December 17, 2012 Share Posted December 17, 2012 Have you made the properties for newcontainer and oldcontainer? If not then that's your problem. Link to comment Share on other sites More sharing options...
Klipeti Posted December 17, 2012 Author Share Posted December 17, 2012 I don't know why but the scripts are working now. CK must have bugged out last night :DThanks for the answer :) Link to comment Share on other sites More sharing options...
Recommended Posts