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

[Trigger] Hero arena

Status
Not open for further replies.
Level 5
Joined
Jul 25, 2008
Messages
155
  • Suducer
    • Events
      • Unit - A unit enters Select Seducer <gen>
    • Conditions
    • Actions
      • Unit - Remove (Entering unit) from the game
      • Unit - Create 1 |cff32cd32Seducer|r for (Owner of (Entering unit)) at (Center of Beginning Spawn <gen>) facing Default building facing degrees
      • Set INV_Hero[(Player number of (Owner of (Entering unit)))] = (Last created unit)
      • Camera - Lock camera target for (Owner of (Entering unit)) to (Last created unit), offset by (0.00, 0.00) using Default rotation
      • Set INV_Boolean[(Player number of (Owner of (Entering unit)))] = True
      • Trigger - Run Show Multiboard <gen> (checking conditions)
This gives you a hero and removes the unit which selects the hero. You need a circle for this, and a region for each hero circle
 
Status
Not open for further replies.
Top