stwork.qsrc 13 KB

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