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

Partial Build/Upgrade Trigger Seeking

Status
Not open for further replies.
Level 7
Joined
Nov 6, 2019
Messages
198
basically, when u start building a building in a Specific Region, want it to auto set the construction to 50%

also want it so when u upgrade a building for example tower, but everything, it auto sets the upgrade state to 50%

all if there built, or upgrading withing a specific region

Same With Researching.

i got the Upgrading one working, but dunno how to do cosntruction and research one.

  • FLUpgrade
    • Events
      • Unit - A unit Begins an upgrade
      • Unit - A unit Begins research
      • Unit - A unit Begins construction
    • Conditions
    • Actions
      • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
        • If - Conditions
          • (LavaWorld <gen> contains (Triggering unit)) Equal to True
        • Then - Actions
          • Unit - Set (Triggering unit) upgrade progress to 50%
        • Else - Actions
      • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
        • If - Conditions
          • (LavaWorld <gen> contains (Constructing structure)) Equal to True
        • Then - Actions
          • Unit - Set (Constructing structure) construction progress to 50%
        • Else - Actions
 
Last edited:
Status
Not open for further replies.
Top