Forcing dead Actor Reference into Alias?

Post » Thu Jan 24, 2013 4:28 pm

I have an Alias running on a quest named 'CorpseAlias' tagged with ForceIntoAliasWhenFilled = CorpseAlias. Also, the ReservesReference flag is tagged.

I'm using...

akTarget.MoveTo(CUYC_CorpseFuneralDummy)CorpseAlias.ForceRefTo(akTarget)PlayerREF.AddItem(CUYC_HumanCorpseDummy,1 , true)

...on my initial Perk script.

The CorpseAlias Property is set, the MoveTo() Part works, but I'm not sure if the ForceRefTo() Part works, because when I'm using this...

Event OnEquipped(Actor akActor); at various other Events here that run well with misc objects	  PlayerREF.RemoveItem(CUYC_HumanCorpseDummy)	  CorpseAlias = akActor.MoveTo(PlayerREF)EndEvent

...on my misc object script, apperantly the corpse is not coming back. It also doesn't seem to work with PlaceAtMe. I'm certain I'm doing something wrong inside the MiscObject script, because using Debugs on the initial script shows that anything is working like supposed.
User avatar
Vahpie
 
Posts: 3447
Joined: Sat Aug 26, 2006 5:07 pm

Return to V - Skyrim