{if user.Currently == "In Town" and town != nil}
In {town.Name}
{else}
{user.Currently}
{/if}
{user.X}{if user.X < 0}W{else}E{/if}, {user.Y}{if user.Y < 0}N{else}S{/if}
View Map
{if #_towns > 0}
Teleport to:
{for id,name in _towns}
{if town != nil and name == town.Name}
{name} (here)
{else}
{name}
{/if}
{/for}
{else}
No town maps
{/if}