- Joined
- Sep 29, 2006
- Messages
- 447
I'm trying to make an ability called polymorph cloud that will create a cloud at a target location that will cast polymorph on any unit that goes under it. So far I've created a cloud with the locust and polymorph abilities (I wan't the cloud invulnerable and unselectable), and polymorph has no tech requirements or mana. I tried using this trigger but it doesn't seem to be working does anyone have any idea as to how to make this work?
-
add event
-
Events
- Unit - A unit Spawns a summoned unit
-
Conditions
- (Unit-type of (Summoned unit)) Equal to Polymorph Cloud
-
Actions
- Trigger - Add to polymorph <gen> the event (Unit - A unit comes within 300.00 of (Summoned unit))
-
Events
-
polymorph
- Events
- Conditions
-
Actions
- Unit - Order (Summoned unit) to Human Sorceress - Polymorph (Triggering unit)