Yoghurt Posted September 17, 2013 Share Posted September 17, 2013 Hi, I am working on a mod where the player needs to be attacked by an exact copy of the player. So far I have gotten a copy of the player to spawn like this: MyActorBase = MyActor.GetBaseObject() as ActorBase PlaceActorAtMe(MyActorBase) For MyActor I use the player and the event is triggered by an OnTriggerEnter. However, I cannot think of any way to make this copy attack the player. It just moseys around. Hope someone has any idea of solving this or has done a similar thing before. Link to comment Share on other sites More sharing options...
IsharaMeradin Posted September 17, 2013 Share Posted September 17, 2013 Just a thought... Make an actor that is hostile to the player.Go to the traits tab of the actor recordOn the bottom left is a box called Template Data with a drop drown box called ActorBaseGo through the options and select the player entryCheck the box called Use Traits It is what is done on the Mannequins Look Like You mod. However, there could be skin tone issues unless the player character happens to be using the default skin tone. Then again, you might be able to apply AI data via quest alias to your spawned player copy. If you can figure that out it would be a better solution. Link to comment Share on other sites More sharing options...
Yoghurt Posted September 19, 2013 Author Share Posted September 19, 2013 I tried the Template Data trick and it went a little wacky. The face and inventory was copied. However, the body and voice was male even though my character is female. Also I need the copy to look exactly like the player does in that exact moment. If I drop all inventory the Template copy still spawns with the inventory on him. Back to the drawing board I guess. Thanks for your help anyway! :) Link to comment Share on other sites More sharing options...
Yoghurt Posted October 9, 2013 Author Share Posted October 9, 2013 I did it! It was too damn simple. I used the script I posted and then cast the spell "Frenzy" on Player which means that the clone was affected by Frenzy as well. Next thing I know I got fusrodah'd across the room into a wall. Magnificent :) Link to comment Share on other sites More sharing options...
Recommended Posts