How can I mark a specific quest as Completed?

Status
Not open for further replies.
Level 2
Joined
Nov 24, 2008
Messages
14
How can I mark a specific created quest as Completed and not the last created one?

  • I've been having some major trouble with this quest trigger.
  • P.S. I have no idea how to custom script.
 
Use a Quest Variable.

When you create the quest, use
  • Set QuestVariable = (Last Created Quest)
And from now on, to refer to this quest, use the QuestVariable instead of Last Created Quest.

You can also make the variable an Array, so it can hold many different quests with a different number to represent each one.
 
Status
Not open for further replies.
Back
Top