stwork.qsrc 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291
  1. # stwork
  2. !!2021/04/15
  3. if $ARGS[0] = 'start':
  4. $loc = 'stwork'
  5. $loc_arg = 'start'
  6. $locM = 'stwork'
  7. $locM_arg = 'start'
  8. $sexloc = 'stwork'
  9. $menu_loc = 'stwork'
  10. $menu_arg = 'start'
  11. menu_off = 0
  12. $location_type = 'private'
  13. clr
  14. minut += 5
  15. stripMir = 1
  16. gs 'stat'
  17. gs 'themes', 'indoors'
  18. killvar '$sexloc'
  19. '<center><b><font color="maroon">Dressing room for strippers</font></b></center>'
  20. '<center><img <<$set_imgh>> src="images/locations/city/redlight/stripclub/backstage' + rand(1,7) + '.jpg"></center>'
  21. ''
  22. '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.'
  23. 'There are some stairs leading to the <a href="exec:gt ''stwork'', ''stripgirl''">stage</a> where you can head out to perform.'
  24. '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.'
  25. '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'
  26. 'A wooden door leads to the <a href="exec:gt ''stwork'', ''toilet''">staff bathroom</a>.'
  27. *nl
  28. 'You can access your <a href="exec: quick_dress = 1 & gt ''wardrobe'', ''default''">default clothing</a> options directly.'
  29. ! Tattoos increase your desireability as a stripper
  30. if tatlech > 0:stripKoef1 = 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. stripKoef = stripKoef1 + stripKoef2 + stripKoef3 + stripKoef4 + stripKoef5 + stripKoef6 + stripKoef7
  38. if countmoney = 1:
  39. countmoney = 0
  40. gs 'stwork2', 'tipcalculator'
  41. end
  42. act 'Exit the club':
  43. if $clothingworntype ! 'nude':
  44. gt 'stripclub', 'start'
  45. else
  46. msg'<b><font color = red>You need to get dressed.</font></b>'
  47. gt 'stwork', 'start'
  48. end
  49. end
  50. act 'Go to the staff bathroom':gt 'stwork', 'toilet'
  51. act 'Change your clothes':gt 'wardrobe', 'start'
  52. act 'Look in the mirror': gt 'mirror', 'start'
  53. if money >= 100: act 'Have a snack (0:15) (100 <b>₽</b>)': money -= 100 & gs 'food', 'snack'
  54. act 'Have a cup of water (0:05)':gs 'beverage', 'bev_wat'
  55. !! Private dance available
  56. if stprivatechance > 0:
  57. stpriv = stripKoef + (pcs_apprnc / 3)
  58. ! Bonus for poledancing
  59. if stprivatechance = 2:
  60. stprive += 20
  61. end
  62. if stpriv > rand (0, 100):
  63. *nl
  64. 'One of the bouncers walks up to you, telling you that a customer is waiting for you in one of the private rooms.'
  65. act '<b>Go perform a private dance</b>':
  66. stprivatechance = 0
  67. gt 'stwork2', 'privatdance'
  68. end
  69. end
  70. end
  71. if (kosmetica >= 3 or pcs_makeup >= 4) and (hour >= 11 or hour <= 2):
  72. act '<b>Prepare for your show</b>':
  73. *clr & cla
  74. if pcs_sweat >= 20 or (pcs_leghair > 3 or ((pcs_pubes > 3 and pubestyle = 1) or (pubestyle >= 2 and pubestyle <=7) and pcs_pubes > 11)):
  75. dynamic $showerdin
  76. minut += 5
  77. '<h3>Staff Bathroom</h3>'
  78. '<h5>Shower</h5>'
  79. '<center><img <<$set_imgh>> src="images/locations/shared/brothel/brothelshower.jpg"></center>'
  80. dynamic $brit
  81. *nl
  82. 'After taking off all of your clothes, you gather up your towel, washcloth and soap, then head to the shower. You wash yourself thoroughly.'
  83. if deodorant_on = 1: gs 'sweat', 'remove_deo' & '<br>Your deodorant gets washed away in the shower.'
  84. end
  85. if pcs_makeup < 4:
  86. makupskl_exp += rand(1,3)
  87. kosmetica -= 3
  88. vidageday -= 1
  89. pcs_makeup = 4
  90. minut += 5
  91. 'You brush your hair and put on heavy makeup for the customers.'
  92. end
  93. pcs_hairbsh = 1
  94. if pcs_leghair <= 3:
  95. if fingal <= 0:
  96. if strippermission = 0:
  97. act 'Go see the manager':
  98. *clr & cla
  99. '<center><img <<$set_imgh>> src="images/locations/city/redlight/stripclub/stripinspection.jpg"></center>'
  100. 'Before going on stage, you go see the manager in his office for your inspection.'
  101. '"Take off your clothes," he tells you matter of factly.'
  102. 'When you''re done undressing, he walks up to you and inspects you closely.'
  103. if pcs_sweat < 20:
  104. '"Good, you have a clean scent. That is very important in this business."'
  105. 'He briefly runs his hand over your legs.'
  106. if pcs_leghair <= 3:
  107. '"Smooth legs. Very good."'
  108. 'He walks around you, looking you up and down from every side.'
  109. if fingal <= 0:
  110. '"No bruises. Good. The better you look, the easier it is to make money once you are on that stage."'
  111. '"And the last thing. I need to check if you''ve rid yourself of all your pubic hair."'
  112. '"I suppose that''s a reasonable thing to check," you think to yourself as you show him your naked pussy.'
  113. 'He puts his hand right above your pussy lips and slowly rubs the skin there, taking a bit longer than he did on your legs.'
  114. 'You feel your pussy get a bit wet from his touch and hope that he doesn''t notice.'
  115. gs 'arousal', 'foreplay', 2
  116. gs 'stat'
  117. !! This allows different pubic styles but anything from small bush up is still not permitted.
  118. if (pubestyle = 1 and pcs_pubes <= 3) or lashair = 1:
  119. strippermission = 1
  120. '"That''s very smooth. Looks like you are ready to get on the stage. You can get to work," he says and ushers you out of his office.'
  121. stpredmet = 3
  122. act 'Perform': gt 'stwork2', 'strip'
  123. elseif (pubestyle >= 2 and pubestyle <=7) and pcs_pubes <= 11:
  124. strippermission = 1
  125. '"Very cute pubic hair, I''m sure the customers will appreciate it, now get on stage. You can work," he says and ushers you out of his office.'
  126. stpredmet = 3
  127. act 'Perform': gt 'stwork2', 'strip'
  128. else
  129. '"You need to shave everything off <<$pcs_stagename>>, although a small and cute pubic style is popular at the moment if you feel creative." He smiles and pats you on the butt as he says, "Go take care of that and then come back here."'
  130. act 'Go to the dressing room': gt 'stwork', 'start'
  131. end
  132. else
  133. '"I can''t let you up on the stage with a black eye like that. You''ll have to wait until it''s gone. Come back when it''s healed."'
  134. act 'Go to the dressing room': gt 'stwork', 'start'
  135. end
  136. else
  137. '"Shave your legs, a customer doesn''t want to feel any stubble during a lapdance. Go take care of that and then come back here."'
  138. act 'Go to the dressing room': gt 'stwork', 'start'
  139. end
  140. else
  141. '"Damn it <<$pcs_stagename>>, you stink. Grab a shower. We can''t have the club smelling like a locker room."'
  142. act 'Go to the dressing room': gt 'stwork', 'start'
  143. end
  144. end
  145. else
  146. act 'Go on stage':
  147. stpredmet = 3 & gt 'stwork2', 'strip'
  148. end
  149. end
  150. else
  151. 'You aren''t allowed on stage because of your black eye.'
  152. end
  153. else
  154. 'Nobody wants to see a stripper with hairy legs and untrimmed pubes. Have a shave before you go on stage!'
  155. end
  156. act 'Leave':gt $loc, $loc_arg
  157. end
  158. else
  159. *nl
  160. '<font color="red">You don''t have enough make-up to get ready.</font>'
  161. end
  162. !act '<b>Go on stage</b>':
  163. ! if hour >= 11 or hour <= 2:
  164. ! 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:
  165. ! if pcs_makeup >= 4:
  166. ! if pcs_hairbsh = 1:
  167. ! if pcs_sweat < 20:
  168. ! if pcs_leghair <= 3 and pcs_pubes <= 31:
  169. ! if fingal <= 0:
  170. ! stpredmet = 3 & gt 'stwork2', 'strip'
  171. ! else
  172. ! 'You aren''t allowed on stage, because of the black eye.'
  173. ! end
  174. ! else
  175. ! 'Nobody wants to see a stripper with hairy legs and untrimmed pubes. Have a shave before you go on stage!'
  176. ! end
  177. ! else
  178. ! 'Damn, you stink like a pigsty, take a shower before going on stage.'
  179. ! end
  180. ! else
  181. ! 'The least you can do is brush your hair.'
  182. ! end
  183. ! else
  184. ! 'You need to put on very thick makeup if you want people to be impressed by your beauty.'
  185. ! end
  186. ! else
  187. ! 'There is some visible semen on your body. Wash yourself off before going on stage.'
  188. ! end
  189. ! else
  190. ! 'You''re done for today. Time to head home.'
  191. ! end
  192. !end
  193. end
  194. if $ARGS[0] = 'stripgirl':
  195. *clr & cla
  196. gs 'stat'
  197. striptalkrand = rand(0, 10)
  198. if striptalkrand = 0:$striptalk = 'Have you heard about that new girl? She''s really good-looking and all, but she got booed off-stage. Apparently, she was worthless.'
  199. if striptalkrand = 1:$striptalk = 'I''m telling you, girls with tattoos are a huge turn-on to men.'
  200. 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.'
  201. 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.'
  202. if striptalkrand = 4:$striptalk = 'You know what, those private dances might be guaranteed money, but the real cash is in the extras.'
  203. if striptalkrand = 5:$striptalk = 'Remember that ugly girl? She got on stage and got booed hard by the customers, but as soon as she started working the pole, their jaws dropped, and she made a fortune in tips.'
  204. 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.'
  205. if striptalkrand = 7:$striptalk = 'That cute security guard was telling me about the problems the girls face with this job. Half of them become whores in the end, the money is better.'
  206. 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.'
  207. 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.'
  208. 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.'
  209. 'The girls are doing their makeup and hair in the mirror, laughing and gossiping.'
  210. '<<$striptalk>>'
  211. act 'Move away':gt 'stwork', 'start'
  212. end
  213. if $ARGS[0] = 'guard':
  214. *clr & cla
  215. gs 'stat'
  216. 'A bored looking security guard stands by the door. Seeing you, he lazily nods, "Hello <<$pcs_nickname>>."'
  217. act 'Move away':gt 'stwork', 'start'
  218. end
  219. if $ARGS[0] = 'toilet':
  220. $location_type = 'bathroom'
  221. $loc = 'stwork'
  222. $loc_arg = 'toilet'
  223. $locM = 'stwork'
  224. $locM_arg = 'toilet'
  225. gs 'stat'
  226. '<center><img <<$set_imgh>> src="images/locations/shared/bathroom/toilet.jpg"></center>'
  227. *nl
  228. 'You enter a dirty and smelly staff bathroom that''s probably never been cleaned.'
  229. 'There is no mirror, only a grimy shower, toilet, and basin'
  230. *nl
  231. 'Your razor will last <b><<stanok>></b> more ' + iif(stanok = 1, 'shave', 'shaves') + '. <a href="exec:gs ''din_van'', ''shave_options''">Shave Options</a>'
  232. act 'Leave the bathroom':gt 'stwork', 'start'
  233. ! if kosmetica >= 3:
  234. ! act 'Have a shower and get ready for work':
  235. ! *clr & cla
  236. ! dynamic $showerdin
  237. ! minut += 10
  238. ! makupskl_exp += rand(1,3)
  239. ! kosmetica -= 3
  240. ! vidageday -= 1
  241. ! pcs_makeup = 4
  242. ! pcs_hairbsh = 1
  243. ! '<h3>Staff Bathroom</h3>'
  244. ! '<h5>Shower</h5>'
  245. ! '<center><img <<$set_imgh>> src="images/locations/shared/brothel/brothelshower.jpg"></center>'
  246. ! *nl
  247. ! '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.'
  248. ! act 'Get out and dry off':gt $loc, $loc_arg
  249. ! dynamic $brit
  250. ! end
  251. ! else
  252. ! 'You don''t have enough make-up to get ready.'
  253. ! end
  254. act 'Have a shower':
  255. *clr & cla
  256. dynamic $showerdin
  257. '<h3>Staff Bathroom</h3>'
  258. '<h5>Shower</h5>'
  259. '<center><img <<$set_imgh>> src="images/locations/shared/brothel/brothelshower.jpg"></center>'
  260. *nl
  261. '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.'
  262. if deodorant_on = 1: gs 'sweat', 'remove_deo' & '<br>Your deodorant gets washed away in the shower.'
  263. act 'Get out and dry off':gt $loc, $loc_arg
  264. dynamic $brit
  265. end
  266. dynamic $brit
  267. dynamic $toymanage
  268. dynamic $enema
  269. dynamic $tampon
  270. dynamic $quickwash
  271. dynamic $basin
  272. dynamic $publicpan
  273. gs 'din_van', 'prvt_pee'
  274. end
  275. --- stwork ---------------------------------