Scriptname PR001MBMagicEffect extends activemagiceffect{Accesses the magic box.}ObjectReference property MagicBox autoEvent OnEffectStart(Actor target, Actor caster)ObjectReference newBox = Game.GetPlayer().PlaceAtMe(MagicBox)EndEventReference has been set and works if I use:
Scriptname PR001MBMagicEffect extends activemagiceffect{Accesses the magic box.}ObjectReference property MagicBox autoEvent OnEffectStart(Actor target, Actor caster)MagicBox.MoveTo(Game.GetPlayer())EndEventThanks for any and all help.


). Anyway I tried changing: