Jump to content

Quest (PLEASE READ)


qenosa

Recommended Posts

in the script result window, enter the following

setstage NameOfQuest xx

where 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

in the script result window, enter the following

setstage NameOfQuest xx

where 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

  • 3 weeks later...

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 TheNameOfYourQuest

StopQuest TheNameOfYourQuest

 

This will clean up any objectives that might have been missed and stop the Quest.

Link to comment
Share on other sites

  • Recently Browsing   0 members

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