exhibitionistshop 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198
  1. # exhibitionistshop
  2. if $ARGS[0] = 'start':
  3. CLOSE ALL
  4. $loc = 'exhibitionistshop'
  5. $metka = 'start'
  6. $location_type = 'public_indoors'
  7. cls
  8. minut += 5
  9. if exhibitionQW = 3: exhibitionQW = 4
  10. gs 'stat'
  11. if night_mode = 1:
  12. fcolor = rgb(255, 255, 255)
  13. bcolor = rgb(0, 0, 0)
  14. lcolor = rgb(106, 90, 205)
  15. else
  16. fcolor = rgb(0, 0, 0)
  17. bcolor = rgb(255, 255, 255)
  18. lcolor = rgb(106, 90, 205)
  19. end
  20. '<center><b><font color="maroon">Exhibitionist Shop</font></b></center>'
  21. '<center><img <<$set_imgh>> src="images/locations/oldtown/exhibitshop/shop.jpg"></center>'
  22. 'A shop in the most modern style who''s clothing is all very revealing and not nearly as classy as the store itself.'
  23. act 'Leave':
  24. minut += 5
  25. gt 'liames'
  26. end
  27. act 'View clothing':
  28. minut += 1
  29. gt 'exhibitionistshop', 'clo'
  30. end
  31. act 'View panties':
  32. minut += 1
  33. gt 'exhibitionistshop', 'panties'
  34. end
  35. act 'View bras':
  36. minut += 1
  37. gt 'exhibitionistshop', 'bras'
  38. end
  39. end
  40. if $ARGS[0] = 'clo':
  41. $metka = 'clo'
  42. $loc = 'exhibitionistshop'
  43. cls
  44. gs'stat'
  45. '<center><b><font color="maroon">Exhibitionist clothing</font></b></center>'
  46. *nl
  47. $Headerstring = '<TH>Prostitute clothing '
  48. if clothingfilter_prost = 0:
  49. $Headerstring += '<a href="exec:clothingfilter_prost = 1 & gt ''exhibitionistshop'', ''clo''">Included</a></TH>'
  50. else
  51. $Headerstring += '<a href="exec:clothingfilter_prost = 0 & gt ''exhibitionistshop'', ''clo''">Excluded</a></TH>'
  52. end
  53. $Headerstring += '<TH>Bimbo clothing '
  54. if clothingfilter_bimbo = 0:
  55. $Headerstring += '<a href="exec:clothingfilter_bimbo = 1 & gt ''exhibitionistshop'', ''clo''">Included</a></TH>'
  56. else
  57. $Headerstring += '<a href="exec:clothingfilter_bimbo = 0 & gt ''exhibitionistshop'', ''clo''">Excluded</a></TH>'
  58. end
  59. $Headerstring += '<TH>Clothing you are comfortable wearing '
  60. if clothingfilter_comf = 0:
  61. $Headerstring += '<a href="exec:clothingfilter_comf = 1 & gt ''exhibitionistshop'', ''clo''">Included</a></TH>'
  62. else
  63. $Headerstring += '<a href="exec:clothingfilter_comf = 0 & gt ''exhibitionistshop'', ''clo''">Excluded</a></TH>'
  64. end
  65. $Headerstring += '<TH>Daring clothing '
  66. if clothingfilter_daring = 0:
  67. $Headerstring += '<a href="exec:clothingfilter_daring = 1 & gt ''exhibitionistshop'', ''clo''">Included</a></TH>'
  68. else
  69. $Headerstring += 'g<a href="exec:clothingfilter_daring = 0 & gt ''exhibitionistshop'', ''clo''">Excluded</a></TH>'
  70. end
  71. $Headerstring += '<TH>Too daring for you clothing '
  72. if clothingfilter_too_daring = 0:
  73. $Headerstring += '<a href="exec:clothingfilter_too_daring = 1 & gt ''exhibitionistshop'', ''clo''">Included</a></TH>'
  74. else
  75. $Headerstring += '<a href="exec:clothingfilter_too_daring = 0 & gt ''exhibitionistshop'', ''clo''">Excluded</a></TH>'
  76. end
  77. act 'Return':
  78. cla
  79. minut += 5
  80. gt 'exhibitionistshop', 'start'
  81. end
  82. if Clothingstock >= 18:
  83. i = 1
  84. elseif Clothingstock >= 12:
  85. i = 2
  86. elseif Clothingstock >= 6:
  87. i = 3
  88. else
  89. i = 4
  90. end
  91. :loopexhibit
  92. if exhibit[i] = 0:
  93. gs 'clothing_attributes', 'exhibit', i
  94. if clothingfilter_comf = 0 and CloExhibit + 10 < pcs_exhibition:
  95. if (clothingfilter_prost = 0 or CloStyle ! 4) and (clothingfilter_bimbo = 0 or CloBimbo = 0): *p '<a href="exec: i = <<i>> & gt ''exhibitionistshop'', ''exhibit''"><img <<$set_imgh>> src="images/pc/clothing/9exhibit/<<i>>.jpg" height="250" /></a>'
  96. elseif clothingfilter_daring = 0 and CloExhibit + 10 >= pcs_exhibition and CloExhibit <= pcs_exhibition:
  97. if (clothingfilter_prost = 0 or CloStyle ! 4) and (clothingfilter_bimbo = 0 or CloBimbo = 0): *p '<a href="exec: i = <<i>> & gt ''exhibitionistshop'', ''exhibit''"><img <<$set_imgh>> src="images/pc/clothing/9exhibit/<<i>>.jpg" height="250" /></a>'
  98. elseif clothingfilter_too_daring = 0 and CloExhibit > pcs_exhibition:
  99. if (clothingfilter_prost = 0 or CloStyle ! 4) and (clothingfilter_bimbo = 0 or CloBimbo = 0): *p '<a href="exec: i = <<i>> & gt ''exhibitionistshop'', ''exhibit''"><img <<$set_imgh>> src="images/pc/clothing/9exhibit/<<i>>.jpg" height="250" /></a>'
  100. end
  101. end
  102. i += 4
  103. if i <= 57:jump 'loopexhibit'
  104. end
  105. if $ARGS[0] = 'exhibit':
  106. cla
  107. if exhibit[i] ! 0:
  108. msg 'You already own these clothes.'
  109. gt 'exhibitionistshop', 'clo'
  110. end
  111. gt 'clothing', 'view_clothing_item', 'shop', 'exhibit',i, 1000
  112. end
  113. if $ARGS[0] = 'panties':
  114. $metka = 'panties'
  115. $loc = 'exhibitionistshop'
  116. cls
  117. gs'stat'
  118. act 'Return':
  119. cla
  120. minut += 5
  121. gt 'exhibitionistshop', 'start'
  122. end
  123. i = 2
  124. :loopexhibitionist_panties
  125. if exhibitionist_panties[i] = 0:*p '<a href="exec: i = <<i>> & gt ''exhibitionistshop'', ''panties2''"><img src="images/pc/panties/exhibitionist/<<i>>.jpg" height="150" /></a> '
  126. i += 1
  127. if i <= 59:jump 'loopexhibitionist_panties'
  128. end
  129. if $ARGS[0] = 'panties2':
  130. cla
  131. if exhibitionist_panties[i] ! 0:
  132. msg 'You already own these panties.'
  133. gt 'exhibitionistshop', 'panties'
  134. end
  135. gt 'panties', 'view_panty_item', 'shop', 'exhibitionist',i, 600
  136. end
  137. if $ARGS[0] = 'bras':
  138. $metka = 'bras'
  139. $loc = 'exhibitionistshop'
  140. cls
  141. gs'stat'
  142. act 'Return':
  143. cla
  144. minut += 5
  145. gt 'exhibitionistshop', 'start'
  146. end
  147. i = 2
  148. :loopexhibitionist_bras
  149. if exhibitionist_bras[i] = 0:*p '<a href="exec: i = <<i>> & gt ''exhibitionistshop'', ''bras2''"><img src="images/pc/bras/exhibitionist/<<i>>.jpg" height="150" /></a> '
  150. i += 1
  151. if i <= 37:jump 'loopexhibitionist_bras'
  152. end
  153. if $ARGS[0] = 'bras2':
  154. cla
  155. if exhibitionist_bras[i] ! 0:
  156. msg 'You already own these bras.'
  157. gt 'exhibitionistshop', 'bras'
  158. end
  159. gt 'bras', 'view_bra_item', 'shop', 'exhibitionist',i, 600
  160. end
  161. --- exhibitionistshop ---------------------------------