Thanks for the in-depths goat, but I'm still havingt issues even after replacing XMarker with a new Activator. The script is like this as is:
Scriptname CallLightningScript extends activemagiceffectActivator Property DungeonMasterCaster autoSpell Property Lightning autoevent OnEffectStart(Actor Target, Actor Caster) ObjectReference XMarkSpot = Target.PlaceAtMe(DungeonMasterCaster, 0, 300, 0) Lightning.RemoteCast(XMarkSpot, Caster, Target as ObjectReference) self.dispel()endEvent
Lightning, btw, is just the vanilla LightningBolt spell. I'm gonna change it once I get this working.
And yet still nothing happens. Any more ideas?
(Thanks for the Alduin hint, I had forgotten about that. Should make meteor storm easier to craft.)
The problem seems to have been my PlaceAtMe command, so I'm using MoveTo now.