Warcraft III resources & community, 2003–2006 · archived

Need simple triger like in Hero Arena

2 posts
#1

Need simple triger like in Hero Arena

Need trigger that will create unit in one region and send that unit to attack some building.
#2
Trigger
    Events
        (Whatever event you want, time is good)
    Conditions
        (Whatever conditions you want)
    Actions
        Unit - Create 1 (Unit) for (Triggering player) at (Region) facing Default building facing degrees
        Unit - Order (Last created unit) to Attack-Move To (Center of (Position of unit (Building you want targeted)))