Starting 1 compile threads for 1 files...
Compiling "aadpAquireActors"...
c:\games\steamapps\common\skyrim\Data\Scripts\Source\temp\aadpAquireActors.psc(9,12): MoveTo is not a function or does not exist
No output generated for aadpAquireActors, compilation failed.
Batch compile of 1 files finished. 0 succeeded, 1 failed.
Failed on aadpAquireActors
for this script:
Scriptname aadpAquireActors extends activemagiceffect STATIC Property aadpXMarker Auto Event OnEffectStart(Actor akTarget, Actor akCaster)actor Playerref = Game.getplayer()aadpXMarker.MoveTo(playerref)endevent
That is ALL of the code not just a "snip" of a bigger one. And the really ridiculous thing is that that SAME MOVETO command complies just fine in other magic effect scripts I have.
