NewCloShop.qsrc 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165
  1. # NewCloShop
  2. $location_type = 'event'
  3. if $ARGS[0] = 'start':
  4. $metka = 'start'
  5. $loc = 'NewCloShop'
  6. gs 'stat'
  7. if night_mode = 1:
  8. fcolor = rgb(255, 255, 255)
  9. bcolor = rgb(0, 0, 0)
  10. lcolor = rgb(106, 90, 205)
  11. else
  12. fcolor = rgb(0, 0, 0)
  13. bcolor = rgb(255, 255, 255)
  14. lcolor = rgb(106, 90, 205)
  15. end
  16. '<center><b><font color="maroon">Fashionista</font></b></center>'
  17. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/mall/fashionista/fashinista.jpg"</center>'
  18. 'This shop features many big name brands and designer clothing. Even their bags look cool.'
  19. act 'Leave':
  20. minut += 3
  21. view
  22. gt 'torgcentr'
  23. end
  24. act 'View Clothing': minut += 1 & gt 'NewCloShop', 'clothes'
  25. act 'View panties': minut += 1 & gt 'NewCloShop', 'panties'
  26. act 'View bras': minut += 1 & gt 'NewCloShop', 'bras'
  27. act 'View purses': minut += 1 & gt 'NewCloShop', 'purses'
  28. end
  29. if $ARGS[0] = 'clothes':
  30. $metka = 'clothes'
  31. $loc = 'NewCloShop'
  32. cls
  33. gs'stat'
  34. '<center><b><font color="maroon">Viewing Fashionista clothing</font></b></center>'
  35. *nl
  36. gs 'clothing_QV', 'shop_header'
  37. act 'Return':
  38. cla
  39. minut += 5
  40. gt 'NewCloShop', 'start'
  41. end
  42. i = Clothingstock +1
  43. if Clothingstock - 12 > 0:i -= 12
  44. :loopexpensive
  45. if expensive[i] = 0:
  46. gs 'clothing_attributes', 'expensive', i
  47. gs 'clothing_QV', 'shop_filter'
  48. if clothingfilter_risk = 1 and clothingfilter_pandb = 1 and clothingfilter_norm2 = 1: *p '<a href="exec: i = <<i>> & gt ''NewCloShop'', ''shmotmag''"><img src="images/pc/clothing/3expensive/<<i>>.jpg" height="250" /></a>'
  49. end
  50. i += 12
  51. if i <= 425:jump 'loopexpensive'
  52. end
  53. if $ARGS[0] = 'shmotmag':
  54. cla
  55. if expensive[i] ! 0:
  56. msg 'You already own these clothes.'
  57. gt 'NewCloShop', 'clothes'
  58. end
  59. gt 'clothing', 'view_clothing_item', 'shop', 'expensive',i, 8000
  60. end
  61. if $ARGS[0] = 'panties':
  62. $metka = 'panties'
  63. $loc = 'NewCloShop'
  64. cls
  65. gs'stat'
  66. act 'Return':
  67. cla
  68. minut += 5
  69. gt 'NewCloShop', 'start'
  70. end
  71. i = 1
  72. :loopfashionista_panties
  73. if fashionista_panties[i] = 0:*p '<a href="exec: i = <<i>> & gt ''NewCloShop'', ''panties2''"><img src="images/pc/panties/fashionista/<<i>>.jpg" height="150" /></a> '
  74. i += 1
  75. if i <= 75:jump 'loopfashionista_panties'
  76. end
  77. if $ARGS[0] = 'panties2':
  78. cla
  79. if fashionista_panties[i] ! 0:
  80. msg 'You already own these panties.'
  81. gt 'NewCloShop', 'panties'
  82. end
  83. gt 'panties', 'view_panty_item', 'shop', 'fashionista',i, 750
  84. end
  85. if $ARGS[0] = 'bras':
  86. $metka = 'bras'
  87. $loc = 'NewCloShop'
  88. cls
  89. gs'stat'
  90. act 'Return':
  91. cla
  92. minut += 5
  93. gt 'NewCloShop', 'start'
  94. end
  95. i = 1
  96. :loopfashionista_bras
  97. if fashionista_bras[i] = 0:*p '<a href="exec: i = <<i>> & gt ''NewCloShop'', ''bras2''"><img src="images/pc/bras/fashionista/<<i>>.jpg" height="150" /></a> '
  98. i += 1
  99. if i <= 38:jump 'loopfashionista_bras'
  100. end
  101. if $ARGS[0] = 'bras2':
  102. cla
  103. if fashionista_bras[i] ! 0:
  104. msg 'You already own this bra.'
  105. gt 'NewCloShop', 'bras'
  106. end
  107. gt 'bras', 'view_bra_item', 'shop', 'fashionista',i, 750
  108. end
  109. if $ARGS[0] = 'purses':
  110. $metka = 'purses'
  111. $loc = 'NewCloShop'
  112. cls
  113. gs'stat'
  114. act 'Return':
  115. cla
  116. minut += 5
  117. gt 'NewCloShop', 'start'
  118. end
  119. i = 1
  120. :loopfashionista_purses
  121. if fashionista_purse[i] = 0:*p '<a href="exec: i = <<i>> & gt ''NewCloShop'', ''purses2''"><img src="images/pc/purses/fashionista/<<i>>.jpg" height="150" /></a> '
  122. i += 1
  123. if i <= 15:jump 'loopfashionista_purses'
  124. end
  125. if $ARGS[0] = 'purses2': gt 'purses', 'view_purse_item', 'shop', 'fashionista',i, 3000
  126. --- NewCloShop ---------------------------------