Hello I need some help for a spell I'm making.
Note that the dummy already has the ability from the Object Editor, so there is no need to add Carrion Swarm via a trigger.
The idea is to make a Beastmaster throw two axes via 2 dummies using carrion swarm abilities. But for some reason, only the "left" Carrion Swarm is fired.
Here is the trigger.
EDIT: Solved. Lol why do I always solve things right after I post them? Geez.
Problem was that Temp_Point = Target point of ability being cast (the "Right" one), refered to the carrion swarmed cast by the "Left" dummy. Solved it by storing the original cast point with a variable.