gadmarket 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. # gadmarket
  2. $location_type = 'public_indoors'
  3. frost = 0
  4. set minut += 5
  5. *pl '<center><h1><font color="maroon">Village Shop</font></h1></center>'
  6. *pl '<center><img <<$set_imgh>> src="images/locations/gadukino/village/market.jpg"></center>'
  7. 'You walk into the small shop with four narrow aisles with chest high shelves crammed full of food and other household goods. There is little variety in the selections, just the essentials.'
  8. 'Slowly you browse the aisles looking for something to buy.'
  9. *nl
  10. 'Next to the clerk is a rack full of magazines, cigarettes, and a few hygienic items.'
  11. *nl
  12. *pl '<center><table align="center">' + _
  13. FUNC ('$stock_item', 10, 'Package of Cookies', 300, 'pranik', 'gadmarket') + _
  14. FUNC ('$stock_item', 20, 'Cigarettes', 50, 'siga', 'gadmarket') + _
  15. FUNC ('$single_stock_item', 1, 'Fashion magazine', 50, 'fashmag', 'gadmarket') + _
  16. FUNC ('$single_stock_item', 1, 'Computer magazine', 50, 'compmag', 'gadmarket') + _
  17. FUNC ('$single_stock_item', 1, 'Biographical magazine', 50, 'biomag', 'gadmarket') + _
  18. FUNC ('$single_stock_item', 1, 'Cooking magazine', 50, 'cookmag', 'gadmarket') + _
  19. FUNC ('$single_stock_item', 1, 'Knitting magazine', 50, 'knitmag', 'gadmarket') + _
  20. FUNC ('$stock_item', 5, 'condoms', 100, 'prezik', 'gadmarket') + _
  21. FUNC ('$stock_item', 20, 'Tampons', 200, 'tampon', 'gadmarket') + _
  22. FUNC ('$stock_item', 1, 'Underwear', 300, 'clrbelo', 'gadmarket') + _
  23. FUNC ('$single_stock_item', 1, 'Sandwich', 200, 'buterbrod', 'gadmarket') + _
  24. FUNC ('$single_stock_item', 1, 'Bottle of wine', 200, 'wine', 'gadmarket') + _
  25. '</table></center>'
  26. *pl
  27. clr
  28. gs 'stat'
  29. act 'Leave the market': gt $loc
  30. --- gadmarket ---------------------------------