Jump to content

Bethesda Scripts not working


Klipeti

Recommended Posts

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)

endif

EndEvent

 

aren't working. I have set GSQ01 to MyQuest

any help?

Link to comment
Share on other sites

  • Recently Browsing   0 members

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