Spoiler
Scriptname GoToJailShipscript extends ObjectReference
Actor Property PlayerREF Auto
ObjectReference Property JailShipMarker Auto
Event OnActivate(ObjectReference akActionRef)
If akActionRef == PlayerREF
akActionRef.MoveTo (JailShipMarker)
EndIf
EndEvent
Actor Property PlayerREF Auto
ObjectReference Property JailShipMarker Auto
Event OnActivate(ObjectReference akActionRef)
If akActionRef == PlayerREF
akActionRef.MoveTo (JailShipMarker)
EndIf
EndEvent