bordel 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217
  1. # bordel
  2. if $ARGS[0] = 'start' or $ARG[0] = '':
  3. $location_type = 'event'
  4. gs 'stat'
  5. '<center><b>Brothel</b></center>'
  6. '<center><img src="images/locations/city/residential/sauna/bordel.jpg"></center>'
  7. if pcs_apprnc < 0:
  8. '"You look half dead, get yourself treated."'
  9. act 'Leave':gt 'down'
  10. elseif pcs_apprnc < 100:
  11. '"Look at you, no one will pay for such a product, get cleaned up and come back."'
  12. act 'Leave':gt 'down'
  13. else
  14. act 'In the room':gt 'bordel', 'brothel'
  15. end
  16. end
  17. if $ARGS[0] = 'brothel':
  18. $sexloc = $CURLOC
  19. $metkaM = $ARGS[0]
  20. $locM = $CURLOC
  21. $location_type = 'private'
  22. cla
  23. *clr
  24. gs 'stat'
  25. '<center><b>Your room in a brothel</b></center>'
  26. '<center><img src="images/locations/city/residential/sauna/borroom.jpg"></center>'
  27. 'In a brothel there is a lot of competition, in order to avoid a massacre they introduced a rule - no more than two clients per day'
  28. 'In the middle is a huge bed, there is a small side door to the <a href="exec:gt ''bordel'', ''dysh''">bathroom</a>.'
  29. act 'Leave':
  30. if $clothingworntype ! 'burlesque' and PCloStyle ! 4 and $clothingworntype ! 'nude':
  31. gt 'down'
  32. else
  33. cla
  34. 'You need to change into suitable clothes.'
  35. act 'Go to the bathroom':gt 'bordel', 'dysh'
  36. end
  37. end
  38. act 'Go to the reception room and wait for customers':
  39. if spdirtyc > 0 or spdirtyv > 0 or pcs_makeup < 2 or pcs_leghair > 3 or pcs_pubes > 3 or sweat > 25 or pcs_hairbsh = 0:
  40. cla
  41. 'The brothel madam comes over to you and says, "Our customers expect you to be clean, shaven, made-up and with your hair looking nice. Go and sort yourself out, now!"'
  42. act 'Go to the bathroom':gt 'bordel', 'dysh'
  43. elseif $clothingworntype ! 'burlesque' and PCloStyle ! 4 and $clothingworntype ! 'nude':
  44. cla
  45. 'You need to wear an outfit that can be used for prostitution. if you haven''t got anything suitable and you are desperate, you could work naked but you will get paid less and might get treated badly.'
  46. 'You can change your clothes in the bathroom.'
  47. act 'Go to the bathroom':gt 'bordel', 'dysh'
  48. else
  49. gt 'bordel', 'var'
  50. end
  51. end
  52. end
  53. if $ARGS[0] = 'dysh':
  54. $metka = $ARGS[0]
  55. $loc = $CURLOC
  56. $metkaM = 'dysh'
  57. $locM = 'bordel'
  58. $location_type = 'bathroom'
  59. cla
  60. *clr
  61. gs 'stat'
  62. '<center><img src="images/locations/city/residential/sauna/bordysh.jpg"></center>'
  63. act 'Go to your room':gt 'bordel', 'brothel'
  64. act 'Bathroom':
  65. bordysh = 1
  66. gt 'vann', 'start'
  67. end
  68. act 'Mirror':
  69. borMir = 1
  70. gt 'mirror', 'start'
  71. end
  72. act 'Change your clothes':
  73. gt 'clothing_QV', 'list'
  74. end
  75. end
  76. if $ARGS[0] = 'var':
  77. $location_type = 'event'
  78. if borsexkol >= 2:gt 'bordel', 'brothel'
  79. if $clothingworntype = 'nude':
  80. bordelpay = 8
  81. else
  82. bordelpay = 10
  83. end
  84. gs 'npcgeneratec', 0, 'Client', rand(18,40)
  85. gs 'boyStat', $npclastgenerated
  86. gs 'npcgeneratec', 0, 'Client', rand(18,40)
  87. $boy1 = $npclastgenerated
  88. $boydesc1 = $npc_usedname[$npclastgenerated]
  89. dick1 = npc_dick[$npclastgenerated]
  90. $dick_girth1 = $npc_thdick[$npclastgenerated]
  91. silavag1 = npc_sexskill[$npclastgenerated]
  92. minut += 30
  93. borrand = rand(0, 10)
  94. if borrand = 0:
  95. 'Customer orders one girl (1,000 <b>₽</b>).'
  96. act 'Refuse':gt 'bordel', 'brothel'
  97. act 'Agree':
  98. borsexkol += 1
  99. money += 100 * bordelpay
  100. slutty += 1
  101. bordelslutty += 1
  102. minut += 10
  103. zpprand = rand(0, 100)
  104. if zpprand >= 70:dynamic $venerasiak
  105. gt 'sex', 'start'
  106. end
  107. elseif borrand = 1:
  108. 'Customer orders two girls (1,000 <b>₽</b>).'
  109. act 'Refuse':gt 'bordel', 'brothel'
  110. act 'Agree':
  111. borsexkol += 1
  112. money += 100 * bordelpay
  113. slutty += 1
  114. bordelslutty += 1
  115. minut += 10
  116. zpprand = rand(0, 100)
  117. if zpprand >= 70:dynamic $venerasiak
  118. gt 'podrsex', 'start'
  119. end
  120. elseif borrand = 2:
  121. 'Two clients book one girl (1,500 <b>₽</b>).'
  122. act 'Refuse':gt 'bordel', 'brothel'
  123. act 'Agree':
  124. borsexkol += 1
  125. money += 150 * bordelpay
  126. slutty += 1
  127. bordelslutty += 1
  128. minut += 10
  129. zpprand = rand(0, 100)
  130. if zpprand >= 70:dynamic $venerasiak
  131. gt 'sexdvoe', 'start'
  132. end
  133. elseif borrand = 3:
  134. 'Two clients book two girls (1,500 <b>₽</b>).'
  135. act 'Refuse':gt 'bordel', 'brothel'
  136. act 'Agree':
  137. borsexkol += 1
  138. money += 150 * bordelpay
  139. slutty += 1
  140. bordelslutty += 1
  141. minut += 10
  142. zpprand = rand(0, 100)
  143. if zpprand >= 70:dynamic $venerasiak
  144. gt 'locations/shared/sex/sexdvanadva/adva', 'start'
  145. end
  146. elseif borrand = 4:
  147. 'Group of customers order one girl, price 2,000 <b>₽</b>.'
  148. act 'Refuse':gt 'bordel', 'brothel'
  149. act 'Agree':
  150. borsexkol += 1
  151. money += 200 * bordelpay
  152. slutty += 1
  153. bordelslutty += 1
  154. minut += 10
  155. zpprand = rand(0, 100)
  156. if zpprand >= 70:dynamic $venerasiak
  157. guy += 3
  158. dynamic $clrboy
  159. gs 'npcgeneratec', 0, 'Bordel Client', rand(18,40)
  160. $boy[0] = $npclastgenerated
  161. $boydesc[0] = $npc_usedname[$npclastgenerated]
  162. gs 'npcgeneratec', 0, 'Bordel Client', rand(18,40)
  163. $boy[1] = $npclastgenerated
  164. $boydesc[1] = $npc_usedname[$npclastgenerated]
  165. gs 'npcgeneratec', 0, 'Bordel Client', rand(18,40)
  166. $boy[2] = $npclastgenerated
  167. $boydesc[2] = $npc_usedname[$npclastgenerated]
  168. gt 'paysex', 'start'
  169. end
  170. elseif borrand > 4:
  171. 'You are not chosen.'
  172. act 'Go to your room':gt 'bordel', 'brothel'
  173. act 'Wait for another':gt 'bordel', 'var'
  174. end
  175. end
  176. --- bordel ---------------------------------