Alright i have a spell that throws a missile art at 700 speed with a .5 arc. I also have this trigger:
-
Grenade Toss
-
Events
- Unit - A unit Starts the effect of an ability
-
Conditions
- (Ability being cast) Equal to Grenade Toss
-
Actions
- Wait 0.18 seconds
- Set L = (Target point of ability being cast)
- Special Effect - Create a special effect at L using Abilities\Spells\Human\FlameStrike\FlameStrike.mdl
- Wait 3.25 seconds
- Special Effect - Destroy (Last created special effect)
-
Events