This is a very simple script showing the basics on how to use the ZoneTeleporter window (ie, Mariner Bells) with isxeq2.
Code:
function main()
{
; ...TODO: Move you so that you are near a mariner bell
Actor[bell]:DoubleClick
wait 10
; choose the 2nd option on the list...and zone.
EQ2UIPage[popup,ZoneTeleporter].Child[list,Destinations.DestinationList]:HighlightRow[2]
EQ2:ConfirmZoneTeleporterDestination
}