• 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.

[Trigger] Can Someone Help ME!

Status
Not open for further replies.
Level 7
Joined
Mar 6, 2007
Messages
219
i have TWO QUESTS, Quest One, And Quest Two, When Both Of These Quests Have Been Completed, Enable VICTORY For Player Two(Blue)
 
Level 6
Joined
Oct 6, 2005
Messages
203
<_< I'm working on something, Are the quests chronological? Like will you do 1 first then 2? You could make it so that the player is unable to complete quest 2 if quest 1 isn't (I think). If you do that you can make the victory condition rely on quest 2. Anyway get back to us with more info.
 

Dr Super Good

Spell Reviewer
Level 64
Joined
Jan 18, 2005
Messages
27,258
With jass this would be so easy anyone could do it.

But with GUI I recommend once your quest ending trigger runs you run another trigger via the run trigger action. In that trigger it checks if 2 global booleans are true (the quest is finished) and if so runs the victory actions. The 2 booleans are set to true when their representing quest is finished and before the check trigger is run.

With jass instead of a trigger, a function would be used so you basicly use the trigger as a function.
 
Status
Not open for further replies.
Top