{include file="location_top.tpl.html"}

Welcome to the Merchant menu - being a bit scarce on supplies, this Merchant currently only sells one item. This item is an essential tool for all wannabe Adventurers - an Ancient Rusty Dagger!


{* The following if/else statements go through all items types. If a type was passed by the Merchant Class function then the check_ variable will be set to true, and the $weapon/$misc/etc. arrays will contain data for items to be displayed *} {if $itemcheck == "true"}
{/if} {if $check_weapon == "true"} {section name=i loop=$weapon} {/section}  
{/if} {if $check_ring == "true"} {section name=i loop=$ring} {/section}  
{/if} {if $check_misc == "true"} {section name=i loop=$misc} {/section}  
{/if} {if $itemcheck == "false"}

Sorry, but this Merchant has no items available which they can sell to you!

{/if} {if $itemcheck == "true"}
{/if} {include file="location_bottom.tpl.html"}