case 4
CurrentTask:Set[0]
nearestpoint:Set[${Navigation.World[${Zone.ShortName}].NearestPoint[${Me.X},${Me.Y},${Me.Z}]}]
InputBox "What Navigational Point do you want to move to?"
NavPath "${Zone.ShortName}" "${nearestpoint}" "${UserInput}"
if ${NavPath.Points}>0
{
pathindex:Set[1]
do
{
call moveto ${NavPath.Point[${pathindex}].X} ${NavPath.Point[${pathindex}].Z} 2 1
}
while ${pathindex:Inc}<=${NavPath.Points}
LastX:Set[${Me.X}]
LastY:Set[${Me.Y}]
LastZ:Set[${Me.Z}]
displayLP:Set[${UserInput}]
lastpoint:Set[${UserInput}]