Help Creating Summon Follower Spell

Post » Thu Jun 19, 2014 10:55 am

I would like some help with creating a summon spell for one of my created followers. I\ve only been using the creation kit for a week and I cant find any dumbed down tutorial videos on how to do this. So far I am trying to use a script to summon my follower but when I cast the spell nothing happens. I have the spell effect archtype set to Script and the spell duration is set to 1.

I think that I am writing the script incorrectly and thats why the spell fails. I am also unsure if I have the property setup wrong. Ritzuka7 is the actors ID and Ritzuka would be the character name.

This what I have written so far:

Scriptname SummonRitzuka2 extends activemagiceffect
{Scriptname Summonritzuka extends ActiveMagicEffect

ACTOR Property Ritzuka7 AUTO

OBJECTREFERENCE Ritzuka7

EVENT onEffectStart(ACTOR akTarget, ACTOR akCaster)

Ritzuka7 = game.getPlayer(1).moveto(Ritzuka7)

endEVENT

EVENT onEffectFinish(ACTOR akTarget, ACTOR akCaster)

Ritzuka7.disableNoWait(1)

endEVENT
}

LeveledActor Property Ritzuka7 Auto

User avatar
Valerie Marie
 
Posts: 3451
Joined: Wed Aug 15, 2007 10:29 am

Return to V - Skyrim