Kusanagi Kuro
Hosted Project: SC
- Joined
- Mar 11, 2012
- Messages
- 708
I uses this trigger to make the effect. But I dont know why the location doesnt work.
Anyone know why?
-
Fire Strike Effect
-
Events
-
Unit - A unit Begins casting an ability
-
-
Conditions
-
(Ability being cast) Equal to Fire Strike
-
-
Actions
-
Wait 0.50 seconds
-
Set tempPoint = (Target point of ability being cast)
-
Special Effect - Create a special effect at tempPoint using MeteorStrike.mdx
-
Special Effect - Destroy (Last created special effect)
-
Custom script: call RemoveLocation(udg_tempPoint)
-
-
Anyone know why?