I'm not sure ill just write down what i did so you can check it out: 1.) Created Actor z00_Alice 2.) placed Alice in Whiterun 3.) duplicated counjourfamilair magick effect; renamed it SummonAlice 4.) deleted all effects for summoning creature and added script Scriptname z00_AliceScript extends activemagiceffect ObjectReference Property player Auto ObjectReference Property z00_Alice Auto Event OnEffectStart(Actor akTarget, Actor akCaster) z00_Alice.MoveTo (player, 200, 0, 0) EndEvent 5.) Duplicated conjourfamilair spell, renamed it, deleted all effects for summoning familair and bound SummonAlice Magick Effect to it 6.) Duplicated random magick book, renamed it and added SummonAlice Spell to it. 7.) placed it next to Alice That's all i could get from various Tutorials that i watched and read on the internet. Once again i want to remain you that i'm a newb and just started using the creation kit. hope i didn't do things to wrong hope this will help us both to understand, thx