DarthJay Posted February 28, 2012 Posted February 28, 2012 Hey guys I am trying to make a mod where you can summon your HouseCarls. I got the conjuration spell down for summoning them but they just act like zombies. You can't talk to them or do anything. What I want to do is make it so when you cast the spell they appear. Then you can ask them to follow you or return back to the house. Can someone help please.
MarethRavenlocke Posted February 28, 2012 Posted February 28, 2012 Fill a script property with the player's current follower, then use a script effect spell to do whatever ends up being the script equivalent of the console command "<NPC ID here>.moveto player"
DarthJay Posted February 28, 2012 Author Posted February 28, 2012 does anyone know the script for this cause Ive been struggling all day. I tried the Game.GetPlayer().PlaceActorAtMe(Game.GetForm(0x000a2c94),4) but nothing happens
Recommended Posts