I normally use the http://www.creationkit.com/OnEffectStart_-_ActiveMagicEffect Event in my scripts yet it only has two parameters:
Event OnEffectStart(Actor akTarget, Actor akCaster)
I tried doing akTarget.PlaceAtMe(DeathSnack). It did compile, but it didn't work. Looking over the other events and member functions I didn't see anything else to try.


