bordel.qsrc 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214
  1. # bordel
  2. if $ARGS[0] = 'start' or $ARGS[0] = '':
  3. $location_type = 'event'
  4. gs 'stat'
  5. '<center><b>Brothel</b></center>'
  6. '<center><img <<$set_imgh>> 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 'Nord', 'redlight'
  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 'Nord', 'redlight'
  13. else
  14. act 'In the room':gt 'bordel', 'brothel'
  15. end
  16. end
  17. if $ARGS[0] = 'brothel':
  18. $sexloc = $CURLOC
  19. $metka = $ARGS[0]
  20. $loc = $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 <<$set_imgh>> 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 ! 'nude':
  31. gt 'Nord', 'redlight'
  32. else
  33. cla
  34. 'You can''t go outside naked.'
  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 (cumloc[6] = 1 or cumloc[7] = 1) or cumloc[11] = 1 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 <<$set_imgh>> 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': gt 'wardrobe', 'start'
  73. end
  74. if $ARGS[0] = 'var':
  75. $location_type = 'event'
  76. if borsexkol >= 2:gt 'bordel', 'brothel'
  77. if $clothingworntype = 'nude':
  78. bordelpay = 8
  79. else
  80. bordelpay = 10
  81. end
  82. gs 'npcgeneratec', 0, 'Client', rand(18,40)
  83. gs 'boyStat', $npclastgenerated
  84. gs 'npcgeneratec', 0, 'Client', rand(18,40)
  85. $boy1 = $npclastgenerated
  86. $boydesc1 = $npc_usedname[$npclastgenerated]
  87. dick1 = npc_dick[$npclastgenerated]
  88. $dick_girth1 = $npc_thdick[$npclastgenerated]
  89. silavag1 = npc_sexskill[$npclastgenerated]
  90. minut += 30
  91. borrand = rand(0, 10)
  92. if borrand = 0:
  93. 'Customer orders one girl (1,000 <b>₽</b>).'
  94. act 'Refuse':gt 'bordel', 'brothel'
  95. act 'Agree':
  96. borsexkol += 1
  97. money += 100 * bordelpay
  98. slutty += 1
  99. bordelslutty += 1
  100. minut += 10
  101. zpprand = rand(0, 100)
  102. if zpprand >= 70:dynamic $venerasiak
  103. picrand = rand(0,40)
  104. gt 'sex', 'start'
  105. end
  106. elseif borrand = 1:
  107. 'Customer orders two girls (1,000 <b>₽</b>).'
  108. act 'Refuse':gt 'bordel', 'brothel'
  109. act 'Agree':
  110. borsexkol += 1
  111. money += 100 * bordelpay
  112. slutty += 1
  113. bordelslutty += 1
  114. minut += 10
  115. zpprand = rand(0, 100)
  116. if zpprand >= 70:dynamic $venerasiak
  117. gt 'podrsex', 'start'
  118. end
  119. elseif borrand = 2:
  120. 'Two clients book one girl (1,500 <b>₽</b>).'
  121. act 'Refuse':gt 'bordel', 'brothel'
  122. act 'Agree':
  123. borsexkol += 1
  124. money += 150 * bordelpay
  125. slutty += 1
  126. bordelslutty += 1
  127. minut += 10
  128. zpprand = rand(0, 100)
  129. if zpprand >= 70:dynamic $venerasiak
  130. gt 'sexdvoe', 'start'
  131. end
  132. elseif borrand = 3:
  133. 'Two clients book two girls (1,500 <b>₽</b>).'
  134. act 'Refuse':gt 'bordel', 'brothel'
  135. act 'Agree':
  136. borsexkol += 1
  137. money += 150 * bordelpay
  138. slutty += 1
  139. bordelslutty += 1
  140. minut += 10
  141. zpprand = rand(0, 100)
  142. if zpprand >= 70:dynamic $venerasiak
  143. gt 'sexdvanadva', 'start'
  144. end
  145. elseif borrand = 4:
  146. 'Group of customers order one girl, price 2,000 <b>₽</b>.'
  147. act 'Refuse':gt 'bordel', 'brothel'
  148. act 'Agree':
  149. borsexkol += 1
  150. money += 200 * bordelpay
  151. slutty += 1
  152. bordelslutty += 1
  153. minut += 10
  154. zpprand = rand(0, 100)
  155. if zpprand >= 70:dynamic $venerasiak
  156. guy += 3
  157. killvar '$boy'
  158. gs 'npcgeneratec', 0, 'Bordel Client', rand(18,40)
  159. gs 'boyStat', $npclastgenerated
  160. gs 'npcgeneratec', 0, 'Bordel Client', rand(18,40)
  161. gs 'boyStat', $npclastgenerated,'1'
  162. gs 'npcgeneratec', 0, 'Bordel Client', rand(18,40)
  163. gs 'boyStat', $npclastgenerated,'2'
  164. gt 'paysex', 'start'
  165. end
  166. elseif borrand > 4:
  167. 'You are not chosen.'
  168. act 'Go to your room':gt 'bordel', 'brothel'
  169. act 'Wait for another':gt 'bordel', 'var'
  170. end
  171. end
  172. --- bordel ---------------------------------