• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.
  • Create a faction for Warcraft 3 and enter Hive's 19th Techtree Contest: Co-Op Commanders! Click here to enter!
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 21st Texturing Contest: Upgrade is now concluded, time to vote for your favourite set of icons! Click here to vote!

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.
 
Level 15
Joined
Aug 31, 2009
Messages
775
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.
Top