1
0

stripclub.qsrc 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525
  1. # stripclub
  2. if $ARGS[0] = 'start':
  3. cla
  4. clr
  5. *clr
  6. minut += 5
  7. gs 'stat'
  8. if night_mode = 1:
  9. fcolor = rgb(255, 255, 255)
  10. bcolor = rgb(0, 0, 0)
  11. lcolor = rgb(106, 90, 205)
  12. else
  13. fcolor = rgb(0, 0, 0)
  14. bcolor = rgb(255, 255, 255)
  15. lcolor = rgb(106, 90, 205)
  16. end
  17. '<center><b><font color="maroon">Strip Club</font></b></center>'
  18. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/stripclub/stripclub.jpg"></center>'
  19. if hour = 2:
  20. 'The strip club is closing and security guard ushers everyone out.'
  21. elseif hour > 2 and hour < 15:
  22. 'The strip club is closed. You notice a sign on the door: The business hours are between 15 - 02.'
  23. else
  24. if rand(1, 100) <= 30 and stripday ! daystart:
  25. stripday = daystart
  26. cfnm = 1
  27. elseif stripday ! daystart:
  28. stripday = daystart
  29. cfnm = 0
  30. end
  31. if cfnm = 1:'Tonight''s performance will only feature male strippers. The entrance fee is 500 <b>₽</b>.'
  32. if cfnm = 0:'Tonight''s performance will only feature female strippers. The entrance fee is 300 <b>₽</b>.'
  33. if stripdolg > 0:
  34. if money >= 50000:
  35. act 'Pay off your fine (50,000 <b>₽</b>)':
  36. stripdolg = 0
  37. money -= 50000
  38. gt 'stripclub', 'start'
  39. end
  40. else
  41. *nl
  42. 'You still owe a 50,000 <b>₽</b> fine for your illegal actions. You cannot return to the club until you have paid them off.'
  43. end
  44. end
  45. if stripdolg = 0:
  46. if cfnm = 1 and money >= 500:
  47. act 'Enter (500 <b>₽</b>)':
  48. cla
  49. money -= 500
  50. minut += 5
  51. frost = 0
  52. gt 'stripclub', 'forwoman'
  53. end
  54. elseif cfnm = 0 and money >= 300:
  55. act 'Enter (300 <b>₽</b>)':
  56. cla
  57. money -= 300
  58. minut += 5
  59. frost = 0
  60. gt 'stripclub', 'forman'
  61. end
  62. end
  63. if pcs_dancero > 0 and stripwork = 0:
  64. act 'Talk to the manager about performing in the strip club':
  65. cla
  66. *clr
  67. minut += 15
  68. gs 'stat'
  69. 'The manager observes you for a while and asks, "Are you really 18 years old? I had a visit from the police last week and they found an under-aged girl working here. I was fortunate enough that the officers could be bribed."'
  70. *nl
  71. if age >= 18:
  72. '"Yes I am." You answer him. He points at a spot where he wants you to do a little dance.'
  73. 'You dance sensually, clearly he''s smitten by you. He asks you to sit down, "Our business hours are between 18:00 to 02:00. Some days there are only male strippers performing. We don''t pay strippers, but the customers tip generously. Think of it as an incentive, perform well and you''ll earn a tip."'
  74. '"Strippers can perform lap dances for clients at their request for 1000 <b>₽</b> per lap dance, the stripper gets 400 <b>₽</b>, and the rest belongs to the club. They may want further entertainment, as the club doesn''t operate as a brothel we don''t really accept that kind of business but we usually turn a blind eye to it."'
  75. '"One last thing that I nearly forgot, dancing on stage involves a lot of work on the pole. Unless you do that, it is unlikely you will earn anything. There is no set schedule, the employees choose when they want to come to work. So what do you say, are you interested?"'
  76. act 'Accept his offer':
  77. cla
  78. *clr
  79. stripwork = 1
  80. gs 'stat'
  81. 'You think about it for a minut and smile at him as you accept his offer. The manager leads you to the dressing room and tell a woman responsible for the costumes that you''re going to join the club. He also introduces you to the chief of security, who takes your picture and makes you sign some documents. After you''re done the boss once again greets you welcome and then returns to his office.'
  82. if cfnm = 0:act 'Look around':gt 'stwork', 'start'
  83. if cfnm = 1:
  84. 'There are only males performing tonight, so the room is full of guys getting ready to perform.'
  85. act 'Leave':gt 'stripclub', 'start'
  86. end
  87. end
  88. act 'Reject his offer':
  89. cla
  90. *clr
  91. gs 'stat'
  92. 'You thank him for the offer but you''re not ready to commit to anything yet.'
  93. 'You can see on his face that he''s disappointed but he can''t really do anything about your decision. He thanks you and tells you if you ever change your mind you''re welcome back.'
  94. act 'Leave':gt 'stripclub', 'start'
  95. end
  96. elseif fakepassport = 1:
  97. '"Yes I am." you answer, handing him your fake passport.'
  98. 'You see him frown as he checks your passport with suspicion, "Well, I guess everything is in order." as he points at a spot where he wants you to do a little dance.'
  99. 'You dance sensually, clearly he''s smitten by you. He asks you to sit down, "Our business hours are between 18:00 to 02:00. Some days there are only male strippers performing. We don''t pay strippers, but the customers tip generously. Think of it as an incentive, perform well and you''ll earn a tip."'
  100. '"Strippers can perform lap dances for clients at their request for 1000 <b>₽</b> per lap dance, the stripper gets 400 <b>₽</b>, and the rest belongs to the club. They may want further entertainment, as the club doesn''t operate as a brothel we don''t really accept that kind of business but we usually turn a blind eye to it."'
  101. '"One last thing that I nearly forgot, dancing on stage involves a lot of work on the pole. Unless you do that, it is unlikely you will earn anything. There is no set schedule, the employees choose when they want to come to work. So what do you say, are you interested?"'
  102. act 'Accept his offer':
  103. cla
  104. *clr
  105. stripwork = 1
  106. gs 'stat'
  107. 'You think about it for a minut and smile at him as you accept his offer. The manager leads you to the dressing room and tell a woman responsible for the costumes that you''re going to join the club. He also introduces you to the chief of security, who takes your picture and makes you sign some documents. After you''re done the boss once again greets you welcome and then returns to his office.'
  108. if cfnm = 0:act 'Look around':gt 'stwork', 'start'
  109. if cfnm = 1:
  110. 'There are only males performing tonight, so the room is full of guys getting ready to perform.'
  111. act 'Leave':gt 'stripclub', 'start'
  112. end
  113. end
  114. act 'Reject his offer':
  115. cla
  116. *clr
  117. gs 'stat'
  118. 'You thank him for the offer but you''re not ready to commit to anything yet.'
  119. 'You can see on his face that he''s disappointed but he can''t really do anything about your decision. He thanks you and tells you if you ever change your mind you''re welcome back.'
  120. act 'Leave':gt 'stripclub', 'start'
  121. end
  122. else
  123. '"Nearly..." you say dejectingly.'
  124. '"Right. You need to leave this establishment, be sure to come back when you are old enough." he tells you.'
  125. act 'Leave':gt 'Nord', 'redlight'
  126. end
  127. end
  128. end
  129. if cfnm = 0 and stripwork > 0:
  130. act 'Walk into the dressing room':frost = 0 & gt 'stwork', 'start'
  131. elseif cfnm > 0 and stripwork > 0:
  132. 'The strip club is closed off to female employees today, male strippers only.'
  133. end
  134. end
  135. end
  136. act 'Leave': gt 'Nord', 'redlight'
  137. end
  138. if $ARGS[0] = 'forman':
  139. cla
  140. *clr
  141. minut += 5
  142. gs 'stat'
  143. '<center><b><font color="maroon">Strip Club</font></b></center>'
  144. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/stripclub/stripclub1.jpg"></center>'
  145. 'There are some girls on the stage, dancing to the music. You notice a sign offering private dances, costing 1000 <b>₽</b> per dance.'
  146. act 'Leave':
  147. cla
  148. *clr
  149. minut += 5
  150. gt 'stripclub', 'start'
  151. end
  152. if hour ! 2:
  153. act 'Sit at a table near the stage and watch a striptease':gt 'stripclub', 'stol'
  154. if money >= 1000:
  155. act 'Order a private lap dance (1,000 <b>₽</b>)':gt 'stripclub', 'privat'
  156. end
  157. if money >= 5000:
  158. act 'Order a special show (5,000 <b>₽</b>)':
  159. stprrand = rand(0, 1)
  160. if stprrand = 0:gt 'stripclub', 'stpr1'
  161. if stprrand = 1:gt 'stripclub', 'stpr2'
  162. end
  163. end
  164. end
  165. end
  166. if $ARGS[0] = 'privat':
  167. cla
  168. *clr
  169. money -= 1000
  170. minut += 60
  171. pcs_horny += 25
  172. pcs_dom += 1
  173. gs 'stat'
  174. privrand = rand(0, 4)
  175. if privrand = 0:
  176. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/stripclub/sex/priv2.jpg"></center>'
  177. 'During the striptease the girls seem to be enjoying the female company and begin to caress you openly, making the male customers a bit jealous as they don''t get to enjoy the same attention as you''re getting.'
  178. act 'Finish':gt 'stripclub', 'forman'
  179. act 'Let them continue on':gt 'stripclub', 'privsex'
  180. elseif privrand > 0:
  181. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/stripclub/privat.jpg"></center>'
  182. 'There are some very hot girls dancing around you, your feel your pulse rise, their movements are just like an aphrodisiac.'
  183. if money >= 1000:
  184. act 'Order another dance (1,000 <b>₽</b>)':gt 'stripclub', 'privat'
  185. end
  186. act 'Finish':gt 'stripclub', 'forman'
  187. end
  188. end
  189. if $ARGS[0] = 'stol':
  190. cla
  191. *clr
  192. gs 'stat'
  193. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/stripclub/stripclub2.jpg"></center>'
  194. 'The stage is lit up as a girl is dancing and undressing erotically before a strenuous male audience.'
  195. act 'Watch the striptease':
  196. cla
  197. *clr
  198. gs 'stat'
  199. minut += 15
  200. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/stripclub/stripclub4.jpg"></center>'
  201. 'The girl dances in front of you clearly hoping you''ll give her a tip.'
  202. if money >= 50:
  203. act 'Give her 50 <b>₽</b>':
  204. cla
  205. *clr
  206. pcs_horny += 5
  207. minut += 10
  208. money -= 50
  209. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/stripclub/stripclub6.jpg"></center>'
  210. 'You stick 50 <b>₽</b> in the strippers panties and she invitingly starts wagging her hips and shaking her tits in front of you, you feel yourself slowly getting excited.'
  211. act 'Further':gt 'stripclub', 'stol'
  212. end
  213. end
  214. act 'Downcast eyes':
  215. cla
  216. *clr
  217. pcs_horny -= 5
  218. minut += 15
  219. 'You decided not to give any money to the stripper and look away from her. You feel a little ashamed as your arousal goes down a bit.'
  220. act 'Further':gt 'stripclub', 'stol'
  221. end
  222. end
  223. act 'Move away':gt 'stripclub', 'forman'
  224. end
  225. if $ARGS[0] = 'forwoman':
  226. cla
  227. *clr
  228. stripguy = 0
  229. minut += 5
  230. gs 'stat'
  231. '<center><b><font color="maroon">Strip Club</font></b></center>'
  232. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/stripclub/stripclub1.jpg"></center>'
  233. act 'Leave':
  234. cla
  235. *clr
  236. minut += 5
  237. gt 'stripclub', 'start'
  238. end
  239. if hour ! 2 and zenit > 0 and minifoto = 0:
  240. act 'Photograph':
  241. minut += 10
  242. 'As soon as you take the camera out you are immediately approached by a security guard that informs you that there is no photography allowed, you apologize and put the camera back in your purse.'
  243. end
  244. elseif hour ! 2 and minifoto > 0:
  245. act 'Photograph':
  246. cla
  247. *clr
  248. minut += 60
  249. 'You put on the mini camera, keeping it half hidden by your chest and discreetly start walking through the club.'
  250. stripfotorand = rand(0, 10)
  251. if stripfotorand < 2:
  252. minifoto = 0
  253. stripdolg = 1
  254. 'You fail to hide the camera well enough and get spotted out by the security guard. He grabs you by the hand and leads you to his office, already waiting there for you is the owner, he takes your camera, and says that you own him 50,000 <b>₽</b> for snooping around and until you pay up you are barred from the club.'
  255. act 'Leave':gt 'stripclub', 'start'
  256. elseif stripfotorand >= 2 and stripfotorand < 6:
  257. shantfoto += 1
  258. 'You struggle to take a normal picture, the girls surrounding you are moving obscurly while they strip, and the guard is very close so you have to be careful. You finally manage to take a normal picture in the end.'
  259. act 'Return':gt 'stripclub', 'forwoman'
  260. elseif stripfotorand >= 6:
  261. 'You struggle to take a normal picture, the girls surrounding you are moving obscurly while they strip, and the guard is very close so you decide that you don''t want to risk anything.'
  262. act 'Return':gt 'stripclub', 'forwoman'
  263. end
  264. end
  265. end
  266. if hour ! 2:
  267. act 'Sit at a table near the stage and watch a striptease':gt 'stripclub', 'stolW'
  268. end
  269. end
  270. if $ARGS[0] = 'stolW':
  271. cla
  272. *clr
  273. stripguy = 0
  274. gs 'stat'
  275. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/stripclub/stripw.jpg"></center>'
  276. 'There are some athletic guys performing on the stage, the women are all excited, squealing and shoving money down their pants.'
  277. if hour < 23:
  278. act 'Watch a striptease':
  279. cla
  280. *clr
  281. minut += 15
  282. gs 'stat'
  283. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/stripclub/stripw1.jpg"></center>'
  284. 'A male stripper walks over to you and begins moving his hips in a circular movement. He''s trying to get you excited enough so you''ll give him a tip.'
  285. if money >= 50:
  286. act 'Shove 50 <b>₽</b> down his pants':
  287. cla
  288. *clr
  289. pcs_horny += 5
  290. minut += 10
  291. money -= 50
  292. gs 'stat'
  293. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/stripclub/stripw2.jpg"></center>'
  294. 'You shove 50 <b>₽</b> down his pants and he leads you over to sit on a chair starts dancing in front of you. Before you know it he is completely naked and you have a great view of his cock. The stripper gropes your chest, trying to get your breasts out from under your blouse.'
  295. act 'Stop':gt 'stripclub', 'stolW'
  296. !!act 'Touch his hand member':gt 'cfnm', 'start'
  297. act 'Let him expose your breasts':gs 'npcgeneratec', 0, 'Stripper', rand(18,28) & gs 'boyStat', $npclastgenerated & gt 'cfnm', 'start'
  298. end
  299. end
  300. act 'Downcast eyes':
  301. cla
  302. pcs_horny -= 5
  303. minut += 15
  304. 'You decided not to give any money to the stripper and look away from him. You feel a little ashamed as your arousal goes down a bit.'
  305. act 'Further':gt 'stripclub', 'stolW'
  306. end
  307. end
  308. end
  309. act 'Move away':gt 'stripclub', 'forwoman'
  310. end
  311. if $ARGS[0] = 'privsex':
  312. cla
  313. *clr
  314. girl += 2
  315. lesbian += 1
  316. gs 'arousal', 'cuni', 15, 'lesbian', 'group'
  317. $orgasm_or = 'yes'
  318. gs 'stat'
  319. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/stripclub/sex/priv3.jpg"></center>'
  320. 'The girls lead you away from the center stage into a private booth. Before you know it they''ve taken off your clothes and have you widely spreading your legs as one of them licks your pussy, bringing you to orgasm, while the other girl continues to caress your body.'
  321. act 'Finish':gt 'stripclub', 'forman'
  322. act 'More':gt 'stripclub', 'privsex1'
  323. end
  324. if $ARGS[0] = 'privsex1':
  325. cla
  326. *clr
  327. privpicrand = rand(4, 7)
  328. girl += 2
  329. lesbian += 1
  330. gs 'arousal', 'cuni', 15, 'lesbian', 'group'
  331. $orgasm_or = 'yes'
  332. gs 'arousal', 'end'
  333. gs 'stat'
  334. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/stripclub/sex/priv<<privpicrand>>.jpg"></center>'
  335. 'The other girl lets out a sigh, "You''ve already made her orgasm... I don''t care I also want in on the action..." as she gently pushes her friend away and begins eating you out. It doesn''t take long before you reach an orgasm once again. As you manage to calm down you notice that you''re all alone in the booth.'
  336. act 'Finish':gt 'stripclub', 'forman'
  337. end
  338. if $ARGS[0] = 'stpr1':
  339. cla
  340. *clr
  341. gs 'arousal', 'voyeur', 5, 'lesbian', 'group'
  342. gs 'stat'
  343. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/stripclub/sex/prsex1.jpg"></center>'
  344. 'You wait for a moment before the security guard walks up to you and tells you to follow him.'
  345. 'He leads you to a room and as you enter you notice a girl fucking another one with a strap-on. You sit down and enjoy the moans coming from the girl getting fucked for a moment.'
  346. act 'Leave':gt 'stripclub', 'forman'
  347. act 'Join them':
  348. cla
  349. *clr
  350. girl += 2
  351. lesbian += 1
  352. gs 'arousal', 'bj', 10, 'lesbian', 'sub', 'group'
  353. gs 'stat'
  354. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/stripclub/sex/prsex2.jpg"></center>'
  355. 'Wanting in on the action, you start to undress and tell the other girl to put on a strap-on. As the girl finishes you kneel in front of them as they stand beside you and rest their strap-ons against your face, you start greedily sucking, licking the remnants of one of the girl''s juices while lubing the other cock.'
  356. act 'Doggy-Style':
  357. cla
  358. *clr
  359. gs 'arousal', 'bj', 10, 'lesbian', 'sub', 'group'
  360. gs 'arousal', 'vaginal_strap', 10, 'lesbian', 'sub', 'group'
  361. minut -= 10
  362. gs 'stat'
  363. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/stripclub/sex/prsex3.jpg"></center>'
  364. 'The girls chuckle a little as they see you this submisive and after they deemed you''ve sucked enough they push you onto your hands and knees as one of them stands behind you and enters your moist pussy while you continue to suck the other.'
  365. act 'Two Smoking Barrels':
  366. cla
  367. *clr
  368. gs 'arousal', 'anal_strap', 10, 'lesbian', 'sub', 'group'
  369. gs 'arousal', 'vaginal_strap', 10, 'lesbian', 'sub', 'group'
  370. minut -= 10
  371. $orgasm_or = 'yes'
  372. gs 'stat'
  373. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/stripclub/sex/prsex4.jpg"></center>'
  374. 'You look up at the girl in front of you and lustily plead, "I want both of you inside me." It appears they were thinking the same thing as one of the girls quickly slides underneath you, while the the other girl standing behind you eases her way into your ass.'
  375. 'They begin to fuck you in full force and it doesn''t take long before they bring you to orgasm.'
  376. act 'Further':
  377. cla
  378. *clr
  379. gs 'cum_call', 'mouth', 'strippers'
  380. gs 'cum_call', 'face', 'strippers'
  381. gs 'cum_call', 'breasts', 'strippers'
  382. gs 'arousal', 'end'
  383. gs 'stat'
  384. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/stripclub/sex/prsex5.jpg"></center>'
  385. 'As you finish, the girls pull out and stand over you and jerk their strap-on until a liquid pours out that tastes much like sperm. The liquid covers your mouth, face and chest.'
  386. act 'Finish':gt 'stripclub', 'forman'
  387. end
  388. end
  389. end
  390. end
  391. end
  392. if $ARGS[0] = 'stpr2':
  393. cla
  394. *clr
  395. girl += 2
  396. lesbian += 1
  397. gs 'arousal', 'foreplay', 5, 'lesbian', 'group'
  398. gs 'stat'
  399. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/stripclub/sex/prsex6.jpg"></center>'
  400. 'You wait for a moment before the security guard walks up to you and tells you to follow him.'
  401. 'He leads you to a room and as you enter you notice two girls each holding a strap-on in their hands. Without any hesitation they walk over to you and strip you down and await further instructions.'
  402. act 'Have them suck you off':
  403. cla
  404. *clr
  405. gs 'arousal', 'foreplay', 10, 'lesbian', 'dom', 'group'
  406. gs 'stat'
  407. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/stripclub/sex/prsex7.jpg"></center>'
  408. 'You tell one of the girls to hand over her strap-on which you put on. You command the girls to kneel and stick the cock in front of their faces. Not needed a cue they start sucking on it lubing the best they can.'
  409. act 'Fuck them':
  410. cla
  411. *clr
  412. gs 'arousal', 'vaginal_strap_give', 30, 'lesbian', 'dom', 'group'
  413. $orgasm_or = 'yes'
  414. gs 'arousal', 'end'
  415. gs 'stat'
  416. prsexrand = rand(9, 13)
  417. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/stripclub/sex/prsex<<prsexrand>>.jpg"></center>'
  418. 'After a while you get a bit bored by as you smirk and tell them that you want to fuck them. They eagerly position themselves, ready for you fake cock. You fuck them as your heart desires, eventually stopping after you have your first orgasm, as for them, hmm... you''ve lost count and all you hear is panting.'
  419. act 'Finish':gt 'stripclub', 'forman'
  420. end
  421. end
  422. act 'Suck them off':
  423. cla
  424. *clr
  425. gs 'arousal', 'bj', 10, 'lesbian', 'sub', 'group'
  426. gs 'stat'
  427. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/stripclub/sex/prsex8.jpg"></center>'
  428. 'You want to get used today so you order them to put on the strap-ons as you get on your knees and joyfully begin sucking them off.'
  429. act 'Have them fuck you':
  430. cla
  431. *clr
  432. gs 'arousal', 'vaginal_strap', 30, 'lesbian', 'sub', 'group'
  433. gs 'arousal', 'anal_strap', 30, 'lesbian', 'sub', 'group'
  434. minut -= 30
  435. $orgasm_or = 'yes'
  436. gs 'arousal', 'end'
  437. gs 'stat'
  438. prsexrand = rand(14, 19)
  439. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/stripclub/sex/prsex<<prsexrand>>.jpg"></center>'
  440. 'You yearn to have your holes filled as you stop sucking them and order them to fill your orifices. The girls quickly position themselves and start fucking you.'
  441. 'Losing yourselves to the moment it is no longer clear who is the customer and who isn''t, as they fuck you in different positions and orifices, you lose count of how many times you orgasm, at the end you are all quite satisfied.'
  442. act 'Finish':gt 'stripclub', 'forman'
  443. end
  444. end
  445. end
  446. --- stripclub ---------------------------------