1
0

NewCloShop.qsrc 3.4 KB

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