- Joined
- Jul 10, 2013
- Messages
- 73
Does anyone know why my ability is not working? It is an ability used in an item.
-
dragonglass item1
-
Events
- Unit - A unit Begins casting an ability
-
Conditions
- (Ability being cast) Equal to dragonglass (entangling roots)
- (Unit-type of (Target unit of issued order)) Equal to Civilian (Male)(dragonglass)
-
Actions
- Set PointArray[1] = (Position of (Target unit of issued order))
- Unit - Remove (Target unit of issued order) from the game
- Special Effect - Create a special effect at PointArray[1] using Abilities\Spells\Human\DispelMagic\DispelMagicTarget.mdl
- Special Effect - Destroy (Last created special effect)
- Unit - Create 1 Civilian (Male)(dragonglass) for Player 2 (Blue) at PointArray[1] facing Default building facing degrees
- Custom script: call RemoveLocation(udg_PointArray[1])
-
Events