stwork.qsrc 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172
  1. # stwork
  2. if $ARGS[0] = 'start':
  3. $loc = 'stwork'
  4. $metka = 'start'
  5. $locM = 'stwork'
  6. $metkaM = 'start'
  7. $sexloc = 'stwork'
  8. $location_type = 'private'
  9. clr
  10. minut += 5
  11. stripMir = 1
  12. gs 'stat'
  13. if night_mode = 1:
  14. fcolor = rgb(255, 255, 255)
  15. bcolor = rgb(0, 0, 0)
  16. lcolor = rgb(106, 90, 205)
  17. else
  18. fcolor = rgb(0, 0, 0)
  19. bcolor = rgb(255, 255, 255)
  20. lcolor = rgb(106, 90, 205)
  21. end
  22. '<center><b><font color="maroon">Dressing room for strippers</font></b></center>'
  23. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/stripclub/striprazd.jpg"></center>'
  24. ''
  25. 'There are several <a href="exec:gt ''mirror'', ''start''">mirrors</a> hanging on the wall, where you can <a href="exec:gt ''mirror'', ''brush''">brush</a> your hair, and a selection of <a href="exec:gt ''wardrobe'', ''start''">clothes</a> hanging on rails for the girls to dress in.'
  26. 'There are some stairs leading to the <a href="exec:gt ''stwork'', ''stripgirl''">stage</a> where you can head out to perform.'
  27. 'To the side there''s a <a href="exec:stripMir = 0 & gt ''stripclub'', ''start''">steel door</a> which overlooks the back yard and the staff uses as an entrance, to save them from meeting scummy customers. Standing by this entrance, there''s always <a href="exec:gt ''stwork'', ''guard''">security</a> keeping the talent safe.'
  28. 'Near the exit door is a vending machine selling '+iif(money >= 100,'<a href="exec:money -= 100 & gt ''food'', ''snack''">snacks</a>','snacks')+' and a <a href="exec:gt ''beverage'', ''bev_wat''">water cooler</a>, which is heavily used by staff after coming off stage'
  29. 'Behind a wooden door there''s the <a href="exec:gt ''stwork'', ''toilet''">staff bathroom</a>.'
  30. if tatlech > 0:stripKoef = rand(1, 3)
  31. if tatback > 0:stripKoef2 = rand(1, 3)
  32. if tatblly > 0:stripKoef3 = rand(1, 3)
  33. if tatupb > 0:stripKoef4 = rand(3, 6)
  34. if tatleg > 0:stripKoef5 = rand(1, 3)
  35. if tatarm > 0:stripKoef6 = rand(1, 3)
  36. if tatside > 0:stripKoef7 = rand(1, 3)
  37. publichot = pcs_dancero/2 + pcs_apprnc/4 + city_stripping/4 + stripKoef + stripKoef2 + stripKoef3 + stripKoef4 + stripKoef5 + stripKoef6 + stripKoef7
  38. publichotstart = publichot
  39. act 'Exit the club':
  40. if $clothingworntype ! 'nude':
  41. gt 'stripclub', 'start'
  42. else
  43. msg'<b><font color = red>You need to get dressed.</font></b>'
  44. gt 'stwork', 'start'
  45. end
  46. end
  47. act '<b>Go on stage</b>':
  48. if hour >= 11 or hour <= 2:
  49. if cumloc[1] = 0 and cumloc[2] = 0 and cumloc[4] = 0 and cumloc[5] = 0 and cumloc[6] = 0 and cumloc[7] = 0 and cumloc[11] = 0 and cumloc[14] = 0:
  50. if pcs_makeup >= 4:
  51. if pcs_hairbsh = 1:
  52. if pcs_sweat < 20:
  53. if pcs_leghair <= 3 and pcs_pubes <= 31:
  54. if fingal <= 0:
  55. stpredmet = 3 & gt 'stwork2', 'strip'
  56. else
  57. 'You aren''t allowed on stage, because of the black eye.'
  58. end
  59. else
  60. 'Nobody wants to see a stripper with hairy legs and untrimmed pubes. Have a shave before you go on stage!'
  61. end
  62. else
  63. 'Damn, you stink like a pigsty, take a shower before going on stage.'
  64. end
  65. else
  66. 'The least you can do is brush your hair.'
  67. end
  68. else
  69. 'You need to put on very thick makeup if you want people to be impressed by your beauty.'
  70. end
  71. else
  72. 'There is some visible semen on your body. Wash yourself off before going on stage.'
  73. end
  74. else
  75. 'You''re done for today. Time to head home.'
  76. end
  77. end
  78. act 'Go to the staff bathroom':gt 'stwork', 'toilet'
  79. act 'Look in the mirror': gt 'mirror', 'start'
  80. act 'Change your clothes':gt 'wardrobe', 'start'
  81. act 'Have a cup of water (0:10)':gs 'beverage', 'bev_wat'
  82. if money >= 100:
  83. act 'Have a snack (0:05) (100 <b>₽</b>)': money -= 100 & gs 'food', 'snack'
  84. end
  85. end
  86. if $ARGS[0] = 'stripgirl':
  87. cls
  88. gs 'stat'
  89. striptalkrand = rand(0, 10)
  90. if striptalkrand = 0:$striptalk = 'Have you heard about that new girl? She''s really good-looking and all, but she got booed off-stage, apperantly she was worthless.'
  91. if striptalkrand = 1:$striptalk = 'I''m telling you, girls with tattoos are a huge turn-on to men.'
  92. if striptalkrand = 2:$striptalk = 'Working the pole is much more profitable than just dancing, it''s easier to excite the customer, but it also demands more from the person doing it.'
  93. if striptalkrand = 3:$striptalk = 'Phew, you really have to leave it all out on the stage, getting back all sweaty, with disheveled hair and makeup ruined. The cost in cosmetics is enough to bankrupt you.'
  94. if striptalkrand = 4:$striptalk = 'You know what, those private dances might be guaranteed money, but the real cash is in the extras.'
  95. if striptalkrand = 5:$striptalk = 'Remember that ugly girl? She got on stage and got booed off the stage by the customers, but as soon as she started working the pole, their jaws dropped, and she made a fortune in tips.'
  96. if striptalkrand = 6:$striptalk = 'Why doesn''t the manager ever says if it''s a male or female day? I recently rushed to work, even broke a nail, then I get here and there''s these bears up on stage. Had to turn around and head back home.'
  97. if striptalkrand = 7:$striptalk = 'That cute security guard was telling me about the problems the girls face with this job. Half of them turn up whores in the end, the money is better.'
  98. if striptalkrand = 8:$striptalk = 'There was a fat woman trying to dance on the pole, she fell face first on the floor. I thought she had knocked herself out, you should have seen the black eye she got.'
  99. if striptalkrand = 9:$striptalk = 'Recently we had a comedian working here. She was a pretty little thing and she danced well, but it''s not with jokes you earn tips here.'
  100. if striptalkrand = 10:$striptalk = 'I heard about clubs abroad where the tips are so good, that the strippers pay for the right to work there.'
  101. 'The girls are doing their makeup and hair in the mirror, laughing and gossiping.'
  102. '<<$striptalk>>'
  103. act 'Move away':gt 'stwork', 'start'
  104. end
  105. if $ARGS[0] = 'guard':
  106. cls
  107. gs 'stat'
  108. 'A bored looking, security guard stands by the door. Seeing you he lazily nods, "Hello <<$pcs_nickname>>."'
  109. act 'Move away':gt 'stwork', 'start'
  110. end
  111. if $ARGS[0] = 'toilet':
  112. $location_type = 'bathroom'
  113. $loc = 'stwork'
  114. $metka = 'toilet'
  115. $locM = 'stwork'
  116. $metkaM = 'toilet'
  117. gs 'stat'
  118. '<center><img <<$set_imgh>> src="images/locations/shared/bathroom/toilet.jpg"></center>'
  119. ''
  120. 'You enter a dirty and smelly staff bathroom that''s probably never been cleaned.'
  121. 'There is no mirror, only a grimy shower, toilet, and basin'
  122. act 'Leave the bathroom':gt 'stwork', 'start'
  123. act 'Have a shower and get ready for work':
  124. cls
  125. dynamic $showerdin
  126. minut += 10
  127. makupskl_exp += rand(1,3)
  128. kosmetica -= 3
  129. vidageday -= 1
  130. pcs_makeup = 4
  131. pcs_hairbsh = 1
  132. '<h3>Staff Bathroom</h3>'
  133. '<h5>Shower</h5>'
  134. '<center><img <<$set_imgh>> src="images/locations/shared/brothel/brothelShower.jpg"></center>'
  135. *nl
  136. 'After taking off all of your clothes, you gather up your towel, washcloth and soap, then head to the shower. You wash yourself thoroughly, brush your hair, and put on heavy you makeup for the customers.'
  137. act 'Get out and dry off':gt $locM, $metkaM
  138. dynamic $brit
  139. end
  140. act 'Have a shower':
  141. cls
  142. dynamic $showerdin
  143. '<h3>Staff Bathroom</h3>'
  144. '<h5>Shower</h5>'
  145. '<center><img <<$set_imgh>> src="images/locations/shared/brothel/brothelShower.jpg"></center>'
  146. *nl
  147. 'After taking off all of your clothes, you gather up your towel, washcloth and soap, then head to the shower. You wash yourself thoroughly to be as clean as possible for potential customers.'
  148. act 'Get out and dry off':gt $locM, $metkaM
  149. dynamic $brit
  150. end
  151. gs 'din_van', 'prvt_pee'
  152. dynamic $toymanage
  153. dynamic $enema
  154. dynamic $tampon
  155. dynamic $quickwash
  156. dynamic $basin
  157. dynamic $removepan
  158. end
  159. --- stwork ---------------------------------