Jump to content

Start a quest with dialogue?


Recommended Posts

I'm trying to get a quest to start when the player tells the NPC that they can go visit a vault that the NPC is from.

 

I want the new quest to start when the dialogue finishes with the NPC, I have tried this but the quest doesn't work, it just goes to the next phase of dialogue even though that part of the phase isn't linked, it's supposed to end the running scene.

 

I've done this :

 

245bc185a3bea6a736223e6c8df160f5.png

 

Anyone know how to do it? Thanks.

 

EDIT:

ChristopherVaultQuest is the quest I want to start.

Edited by TotallyExoticHD
Link to comment
Share on other sites

Run fragment on end, fill press properties, make new and find the quest you want to start and then in fragment write:

myQuestPropertyIJustFilled.Start()

 

then tick End running scene in that dialogue. Then, if scene is starting that you don't want to start, you must give it conditions so it can't start.

Link to comment
Share on other sites

Run fragment on end, fill press properties, make new and find the quest you want to start and then in fragment write:

myQuestPropertyIJustFilled.Start()

 

then tick End running scene in that dialogue. Then, if scene is starting that you don't want to start, you must give it conditions so it can't start.

Thank you sir that worked fine.

Link to comment
Share on other sites

  • Recently Browsing   0 members

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