stwork 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  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. 'There are several <a href="exec:gt ''mirror'', ''start''">mirrors</a> hanging on the wall and a selection of <a href="exec:GT ''wardrobe''">clothes</a> hanging on rails for the girls to dress in.'
  25. 'There are some stairs leading to the <a href="exec:gt ''stwork'', ''stripgirl''">stage</a> where you can head out to perform.'
  26. '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.'
  27. 'Behind the wooden door there''s the <a href="exec:gt ''stwork'', ''toilet''">staff toilet</a>.'
  28. if tatlech > 0:stripKoef = rand(1, 3)
  29. if tatback > 0:stripKoef2 = rand(1, 3)
  30. if tatblly > 0:stripKoef3 = rand(1, 3)
  31. if tatupb > 0:stripKoef4 = rand(3, 6)
  32. if tatleg > 0:stripKoef5 = rand(1, 3)
  33. if tatarm > 0:stripKoef6 = rand(1, 3)
  34. if tatside > 0:stripKoef7 = rand(1, 3)
  35. publichot = pcs_dancero/2 + pcs_apprnc/4 + city_stripping/4 + stripKoef + stripKoef2 + stripKoef3 + stripKoef4 + stripKoef5 + stripKoef6 + stripKoef7
  36. publichotstart = publichot
  37. if hour >= 15 or hour <= 2:
  38. 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:
  39. if pcs_makeup >= 4:
  40. if pcs_hairbsh = 1:
  41. if pcs_sweat < 20:
  42. if pcs_leghair <= 3 and pcs_pubes <= 3:
  43. if fingal <= 0:
  44. act 'Go on stage':stpredmet = 3 & gt 'stwork2', 'strip'
  45. else
  46. 'You aren''t allowed on stage, because of the black eye.'
  47. end
  48. else
  49. 'Nobody wants to see a stripper with hairy legs and hairy pubes. Have a shave before you go on stage.'
  50. end
  51. else
  52. 'Damn, you stink like a pigsty, take a shower before going on stage.'
  53. end
  54. else
  55. 'The least you can do is brush your hair.'
  56. end
  57. else
  58. 'You need to put on very thick makeup if you want people to be impressed by your beauty.'
  59. end
  60. else
  61. 'There is some visible semen on your body. Wash yourself off before going on stage.'
  62. end
  63. else
  64. 'You''re done for today. Time to head home.'
  65. end
  66. end
  67. if $ARGS[0] = 'stripgirl':
  68. cls
  69. gs 'stat'
  70. striptalkrand = rand(0, 10)
  71. 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.'
  72. if striptalkrand = 1:$striptalk = 'I''m telling you, girls with tattoos are a huge turn-on to men.'
  73. 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.'
  74. 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.'
  75. if striptalkrand = 4:$striptalk = 'You know what, those private dances might be guaranteed money, but the real cash is in the extras.'
  76. 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.'
  77. 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.'
  78. 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.'
  79. 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.'
  80. 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.'
  81. 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.'
  82. 'The girls are doing their makeup and hair in the mirror, laughing and gossiping.'
  83. '<<$striptalk>>'
  84. act 'Move away':gt 'stwork', 'start'
  85. end
  86. if $ARGS[0] = 'guard':
  87. cls
  88. gs 'stat'
  89. 'A bored looking, security guard stands by the door. Seeing you he lazily nods, "Hello <<$pcs_nickname>>."'
  90. act 'Move away':gt 'stwork', 'start'
  91. end
  92. if $ARGS[0] = 'toilet':
  93. $location_type = 'bathroom'
  94. $loc = 'stwork'
  95. $metka = 'toilet'
  96. $locM = 'stwork'
  97. $metkaM = 'toilet'
  98. gs 'stat'
  99. '<center><img <<$set_imgh>> src="images/locations/shared/bathroom/toilet.jpg"></center>'
  100. 'You enter a dirty and smelly toilet that''s probably never been cleaned.'
  101. dynamic $basin
  102. act 'Look in the mirror': gt 'mirror', 'start'
  103. if pcs_hairbsh = 0: act 'Brush your hair': gt 'mirror', 'brush'
  104. dynamic $shower
  105. dynamic $quickwash
  106. act 'Leave the toilet':gt 'stwork', 'start'
  107. end
  108. --- stwork ---------------------------------