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.