Jump to content

Start Game Enabled Quest problem


Guest Messenjah

Recommended Posts

Guest Messenjah

So I just need a short quest to set a few variables in my mod.

 

So... I created a quest called "ACFilter"

 

Basically all it does is change a global that I have created.

 

 

So the only thing marked is Start Game Enabled.

 

 

Under Quest Stages.... I have set up one stage, "10"

 

Added this as the result script:

Set ACFilter to 2

CompleteQuest ACFilterQuest

Marked it to complete quest.

 

When this didn't work... I added this quest script:

SCN ACFilterQuestSCRIPT

Begin GameMode

If GetStage ACFilterQuest < 10

SetStage ACFilterQuest 10

Endif

End

Still the quest does not start and the filter does not apply the change... why?

Link to comment
Share on other sites

  • Recently Browsing   0 members

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