• 🏆 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!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

Question

Status
Not open for further replies.
  • Trigger1
  • Events
    • Unit - A unit starts the effect of an ability
  • Conditions
    • (Ability being cast) Equal to X
  • Actions
    • Set CombOn = True
  • Trigger2
  • Events
    • Unit - A unit starts the effect of an ability
  • Conditions
    • (Ability being cast) Equal to Y
  • Actions
    • If (All Conditions are true) then do (Actions) else do (Actions)
      • If - Conditions
        • CombOn Equal to True
      • Then - Actions
        • Set CombOn = False
        • <Do actions>
      • Else - Actions
        • Unit - Order (Triggering unit) to (Stop)
        • Game - Display to (Player Group(Owner of (Triggering unit))) the text "You need the X ability casted, before activating this one."
 
Status
Not open for further replies.
Top