qenosa Posted January 8, 2012 Share Posted January 8, 2012 Hey everyone. What I want to do seems very simple. Question: How do I make a certain topic that an NPC says trigger a quest to start? Thank you! Link to comment Share on other sites More sharing options...
d4em Posted January 9, 2012 Share Posted January 9, 2012 in the script result window, enter the followingsetstage NameOfQuest xxwhere xx is the number of the first stage Link to comment Share on other sites More sharing options...
qenosa Posted January 9, 2012 Author Share Posted January 9, 2012 in the script result window, enter the followingsetstage NameOfQuest xxwhere xx is the number of the first stage This worked PERFECTLY. Could I ask one more thing? Can someone answer? How do I make it so when she speaks a certain topic it ENDS the quest? Thanks :) Link to comment Share on other sites More sharing options...
qenosa Posted January 11, 2012 Author Share Posted January 11, 2012 in the script result window, enter the followingsetstage NameOfQuest xxwhere xx is the number of the first stage This worked PERFECTLY. Could I ask one more thing? Can someone answer? How do I make it so when she speaks a certain topic it ENDS the quest? Thanks :) Bump Link to comment Share on other sites More sharing options...
wolverinetree Posted January 30, 2012 Share Posted January 30, 2012 I actually need to know this. Sorry, but bump. Link to comment Share on other sites More sharing options...
vforvic Posted January 31, 2012 Share Posted January 31, 2012 There are actually a number of ways to do this depending upon a number of factors such as what all might need to be done with Variables and are there other Quests involved. But the basics of it is In the "Result Script [End]" box you say:SetStage TheNameOfYourQuest 100 Then in the "Result Script" of Quest Stage 100 you say:completeAllObjectives TheNameOfYourQuestStopQuest TheNameOfYourQuest This will clean up any objectives that might have been missed and stop the Quest. Link to comment Share on other sites More sharing options...
Recommended Posts