• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • 🏆 Hive's 6th HD Modeling Contest: Mechanical is now open! Design and model a mechanical creature, mechanized animal, a futuristic robotic being, or anything else your imagination can tinker with! 📅 Submissions close on June 30, 2024. Don't miss this opportunity to let your creativity shine! Enter now and show us your mechanical masterpiece! 🔗 Click here to enter!

[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,204
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