I have the following script that moves a marker from one place to an other, in order to allow my companions do painting bobbie where i will cast the spell
The spell works just fine, but the problem is that i dont want to move the marker object but CREATE a new copy of it there.
That way I will be able to spawn many painting markers (maybe in every house i own) where they will do their hobby.
The questions is simple:
"How i can create a copy if that ref ?"
ScriptName NPCPaintingScriptBegin ScriptEffectStartPlayer.Additem NPCPaintingObject 1MyStrongholdPainting.MoveTo Player,1,1,1End
Thanks