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

[Trigger] Triggers turning other triggers on

Status
Not open for further replies.
Level 7
Joined
Dec 8, 2005
Messages
319
ah see... in the leak sticky... they did it this way... they need to edit it and ok so i need to make my variables into points... and set them = to my regions... will that work? so example

set variablePoint=T1region
customscript: call removelocation(udg_variablePoint)

but can you set a point = to a region...
 
Level 7
Joined
Dec 8, 2005
Messages
319
ok well i have one question about this trigger... it is not working and i know it is not leak proof because i am using unit group. but i can fix that later. can yall see what i am missing? I feel it is not picking the tower to do upgrades.
  • Upgrade Critcal
    • Events
      • Unit - A unit Finishes an upgrade
    • Conditions
      • (Researched tech-type) Equal to Critical Strike
    • Actions
      • Unit Group - Pick every unit in (Units owned by (Triggering player) of type Tower of the Reef) and do (Actions)
        • Loop - Actions
          • Unit - Set level of Critical Strike for (Picked unit) to (Current research level of Critical Strike for (Triggering player))
 
Level 7
Joined
Dec 8, 2005
Messages
319
lol woops... ya makes sense but i guess i over looked that... thanks alot everyone that helped me with my problems. this map would seriously not of been able to have gotten this far with out yall help... but now come the boring task of balancing everything... what a drag, all the fun stuff is done =D
 
Status
Not open for further replies.
Top