torgcentr 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  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/img/centr/torgcentr.jpg"></center>'
  7. ! WD: Supermarket fix
  8. $loc = $CURLOC
  9. if hour >= 8 and hour <= 20:
  10. ! WD: Move Shop-Keys Pussy to consistant open and close
  11. *p '<center><a href="exec:gt ''young_shop''">Keys Pussy</a>'
  12. *p ' - '
  13. *p '<a href="exec:gt ''sportShop'', ''start''">Sporting goods store</a>'
  14. *p ' - '
  15. *p'<a href="exec:gt ''butik'', ''start''">Expensive Boutique</a>'
  16. *p ' - '
  17. *p '<a href="exec:torg = 1 & GT ''budgetclothes'',''start''">G&M Store</a>'
  18. *p ' - '
  19. *p '<a href="exec:GT ''NewCloShop'',''start''">"Fashionista" Boutique</a>'
  20. *nl
  21. *nl
  22. *p '<a href="exec:gt ''salon'', ''start''">Beauty Salon</a>'
  23. *p ' - '
  24. *p'<a href="exec:gt ''hairsalon'', ''start''">The Golden Curl Hairsalon</a>'
  25. *nl
  26. *nl
  27. *p '<a href="exec:gt ''zoomagazine'',''start''">Pet store</a>'
  28. *p ' - '
  29. *p '<a href="exec:gt ''shopdacha''">Construction Firm</a>'
  30. *nl
  31. *nl
  32. *p '<a href="exec:gt ''bouling''">Bowling alley</a>'
  33. *p ' - '
  34. *p '<a href="exec:gt ''billiard''">Play Billiards</a>'
  35. *p ' - '
  36. *p'<a href="exec:gt ''kino''">Movie theater</a>'
  37. *nl
  38. *nl
  39. *P '<a href="exec:gt ''shop'', ''start''">Supermarket</a></center>'
  40. end
  41. act 'Leave':gt 'down'
  42. --- torgcentr ---------------------------------