I need to make a reference from one ObjectReference ( A ) to another one ( B ) (I believe that B would be just Actor on what I need but can be dead) and obtain the linked one ( B ) anytime I want starting from A. I need to do this to a vanilla object so extending that object's script with something like linkActor(Actor) and getLinkedActor() I believe won't do for me (or can I?).
I was looking at ObjectReference#GetLinkedRef(Keyword) but can't find a setter for that using Papyrus or the way to do it.
Also took in consideration ObjectReference#setActorCause(Actor) but can't find a getter for that, assuming I can use this for any object not only traps as I noticed it's usage and won't mess something else.
Any way to do this?
Thanks
