I've created a spell using a script to spawn an actor when I cast it. I'm not using the built in summon spell to summon the actor but a script (so that I can spawn more than 1 of them (or 2 with twin souls)). Right now it just uses the OnEffectStart(Actor akTarget, Actor akCaster) event and akTarget.placeatme to spawn actor. This means if i cast it at the ground it spawns on me.
Can anyone tell me how/what event I would use to make the actor spawn where i cast the spell?
