{include "layout.html"} {block "content"}

{town.Name} Maps

Buying maps will put the town in your Travel To box, and it won't cost you as many TP to get there.

Click a town name to purchase its map.

{for map in maplist} {/for}
{if map.Owned == false} {if user.Gold >= map.Cost} {map.Name} {else} {map.Name} {/if} {else} {map.Name} {/if} {if map.Owned == false} {if user.Gold >= map.Cost} {map.Cost}G {else} {map.Cost}G (can't afford) {/if} {else} {map.X}, {map.Y}
TP Cost: {map.TP} {/if}

If you've changed your mind, you may also return back to town.

{/block} {block "scripts"} {/block}