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

Help me :3

Status
Not open for further replies.
Level 2
Joined
Aug 7, 2010
Messages
14
I want that when a hero kills a certain unity to tele-transport "
all "heroes allies to a region, please help me not
how to do it: S.

Strega: 3
 
  • Trig
  • Events
    • Unit - A unit dies
  • Conditions
    • (Triggering unit) Equal to X (Unit comparison)
    • ((Killing unit) is a Hero) Equal to True
  • Actions
    • Set TempPoint = (Center of Region 0000 <gen>)
    • Custom script: set bj_wantDestroyGroup = true
    • Unit Group - Pick every unit in (Units in (Playable Map Area) matching ((((Matching unit) is a Hero) Equal to True) and (((Matching unit) belongs to an ally of (Owner of (Killing unit)) Equal to True) and do (Actions)
      • Loop - Actions
        • Unit - Move (Picked unit) to TempPoint
    • Custom script: call RemoveLocation (udg_TempPoint)
 
Status
Not open for further replies.
Top