torgcentr 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. # torgcentr
  2. CLOSE ALL
  3. if sound = 0:PLAY 'sound/gipermarket.mp3',30
  4. gs 'stat'
  5. '<center><b>Shopping mall</b></center>'
  6. '<center><img src="images/locations/city/citycenter/mall/torgcentr.jpg"></center>'
  7. ! WD: Supermarket fix
  8. $loc = $CURLOC
  9. $location_type = 'public_indoors'
  10. if hour >= 8 and hour <= 20:
  11. ! WD: Move Shop-Keys Pussy to consistant open and close
  12. *p '<center><a href="exec:gt ''young_shop''">Pussy-Cats</a>'
  13. *p ' - '
  14. *p '<a href="exec:gt ''sportShop'', ''start''">Sporting goods store</a>'
  15. *p ' - '
  16. *p'<a href="exec:gt ''butik'', ''start''">Expensive Boutique</a>'
  17. *p ' - '
  18. *p '<a href="exec:torg = 1 & GT ''budgetclothes'',''start''">G&M Store</a>'
  19. *p ' - '
  20. *p '<a href="exec:GT ''NewCloShop'',''start''">"Fashionista" Boutique</a>'
  21. *nl
  22. *nl
  23. *p '<a href="exec:gt ''salon'', ''start''">Beauty Salon</a>'
  24. *p ' - '
  25. *p'<a href="exec:gt ''hairsalon'', ''start''">The Golden Curl Hairsalon</a>'
  26. *nl
  27. *nl
  28. *p '<a href="exec:gt ''zoomagazine'',''start''">Pet store</a>'
  29. *p ' - '
  30. *p '<a href="exec:gt ''shopdacha''">Construction Firm</a>'
  31. *nl
  32. *nl
  33. *p '<a href="exec:gt ''bouling''">Bowling alley</a>'
  34. *p ' - '
  35. *p '<a href="exec:gt ''billiard''">Play Billiards</a>'
  36. *p ' - '
  37. *p'<a href="exec:gt ''kino''">Movie theater</a>'
  38. *nl
  39. *nl
  40. *P '<a href="exec:gt ''shop'', ''start''">Supermarket</a></center>'
  41. end
  42. act 'Leave':gt 'down'
  43. --- torgcentr ---------------------------------