i tried this:
Weapon Property Weap Auto ; set on Elven War AxeObjectReference ORObjectObjectReference PlayerEvent OnActivate(ObjectReference akActionRef) Player = Game.GetPlayer() ORObject = Game.GetPlayer().PlaceAtMe(Weap, 1, true) ORObject.MoveToNode(Game.GetPlayer(), "NPC R Hand [RHnd]")endEvent
... but I can not make it work...nothing happens, not supposed to be attached to the player's hand?
PLEASE HELP!
