[size=4]Scriptname TeleportscriptAezeal extends ObjectReference [/size][size=4]ObjectReference Property MyMarker auto[/size][size=4]Event OnContainerChanged(ObjectReference akNewContainer, ObjectReference akOldContainer)[/size][size=4]if (akNewContainer == Game.GetPlayer())[/size][size=4]akNewContainer.MoveTo(MyMarker) [/size][size=4]EndIf[/size][size=4]EndEvent [/size]
I was given this script (I admit) and it should teleport me to a certain marker each time I pick the item this script is on up from the floor.
I have set the MyMarker property (to the correct marker in the correct cell).
Still it doesn't work.
I was wondering about the event line: do I need to set more properties or something else? Don't I need to set the item that is being moved (even though it's the thing the script is on)?
Or would you use a different script? (i've tried others but none worked)
