//~trade
page=start
title=Trader
text=start
I'm this islands trader .
What may i get you?
text=end
button=buy,I want to buy!
button=sell,I want to sell!
button=info,What can you tell about this island?
button=action:close,Nothing thank you!

page=buy 
title=Trade
				// paste in here to make a buy
button=sell,can I sell you something?
button=info,can you tell me about this island?
button=action:close,Goodbye!

page=sell
title=Trade
				 // Paste in here to make a sell
button=buy,can I buy something?
button=info,can you tell me about this island?
button=action:close,Goodbye

page=info
title=Native
text=start
XXX
text=end
button=sell,can I sell you something?
button=buy, Can i buy sompting?
button=action:close,No, I'm off. Bye. 

// copy this and past into above
###  ( Name of trade )
trade=start
sell=xx,##   // XX= idem number  ##= number of idems
buy=xx,##
trade=end

