Jump to content

Recommended Posts

Posted

How can I make it so a quest autostarts on load?

 

I checked "Start Game enabled" as well as "Run once"

The priority is 14

 

Quest stage 10 is set to run on start

(I also added SetObjectiveDisplayed(10) in the scripts)

Quest stage 50 is flagged as completed

 

And then there's a custom script attached to it:

 

EVENT onInit()
; This event will run once, when the script is initialized
TheHrlQuest.start()
TheHrlQuest.SetCurrentStageID (10)
Endevent

Posted

Start game enabled flag is all you need.

 

To see if the quest is running console [ SQV TheHrlQuest ]

 

If it is not running 50% probability you have an unfilled quest alias which is not marked as Optional.

 

If it is not running 50% probability you are trying to start the quest in a save game you have already tried to start the quest in.

  • Recently Browsing   0 members

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