JamesTParker Posted April 23, 2021 Share Posted April 23, 2021 So I was watch a tutorial and it covered how to advance a quest stage through dialogue via a script. For example you could use getowningquest().setstage(20) To advance the quest stage to 20. However it only advances the quest that the dialogue is from. How would I advance the stage of a completely different then the one the dialogue comes from? Link to comment Share on other sites More sharing options...
dylbill Posted April 23, 2021 Share Posted April 23, 2021 You need to add the other quest as a property to the script fragment. Then use SomeQuest.Setstage(20) Link to comment Share on other sites More sharing options...
Recommended Posts