- Joined
- Nov 4, 2006
- Messages
- 1,241
Hi, i want to recreate the Graviton Beam Ability from SC2, for those who don't know, it picks up a Land Unit making it being targeted like an Air unit.
I used the dragonhawkriders ability (renamed it "Lift") as base with the following triggers.
But thats not working. Anyone got an idea on how to do that?
I used the dragonhawkriders ability (renamed it "Lift") as base with the following triggers.
-
Events
-
Unit - A unit starts the effect of an ability
-
-
Conditions
-
(Ability being cast) equal to Lift
-
-
Actions
-
Unit - Add classification of an Air-Unit to (Target unit of ability being cast)
-
Unit - Remove classification of a Ground-Unit from (Target unit of ability being cast)
-
-
Events
-
Unit - A unit ends the effect of an ability
-
-
Conditions
-
(Ability being cast) equal to Lift
-
-
Actions
-
Unit - Add classification of an Ground-Unit to (Target unit of ability being cast)
-
Unit - Remove classification of a Air-Unit from (Target unit of ability being cast)
-
But thats not working. Anyone got an idea on how to do that?