Jump to content

Starting a quest though a note


Gam3r87

Recommended Posts

I think this should do the trick. Choose between SetStage and StartQuest. I prefer SetStage personally, but you could try with both and see which one you like more.

scn NoteStartQuestScript

int DoOnce

Begin OnAdd Player
    if (DoOnce == 0)
    SetStage MyQuestID StageIndex OR StartQuest MyQuestID
    Set DoOnce to 1
endif
end

I didn't test the script, so let me know :smile:

 

EDIT: Check OnAdd for more details. As long as you put the note in your NPC with the GECK so the player can pick it up it should work methinks.

Edited by Jokerine
Link to comment
Share on other sites

  • Recently Browsing   0 members

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