sexdvoe 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328
  1. # sexdvoe
  2. if ARGS[1] > 0:
  3. knwn = ARGS[1]
  4. :knownloop
  5. $knownboy[knwn] = 1
  6. knwn -= 1
  7. if knwn > 0: jump 'knownloop'
  8. end
  9. if $ARGS[0] = 'start':
  10. guy += 2
  11. picrand = rand(0, 1)
  12. xgt 'sexdvoe', 'var'
  13. end
  14. if $ARGS[0] = 'menu':
  15. cla
  16. gs 'stat'
  17. if SexTypeCheck = 0 and picrand > 1:
  18. SexTypeCheck = 1
  19. if picrand = 12:DoubleBan = 1
  20. if picrand = 40:BlowBan = 1 & DoubleBan = 1
  21. end
  22. if pcs_dom > 0:
  23. if BlowBan = 0:act 'Blow them':sexdvoeloc = 0 & gt 'sexdvoe', 'sex'
  24. if sameboy = 1:
  25. if DoubleBan = 0:act 'Double penetration':sexdvoeloc = rand(1,2) & gt 'sexdvoe', 'sex'
  26. if SpitVagBan = 0:act 'Spit roast (pussy)':sexdvoeloc = rand(3,4) & gt 'sexdvoe', 'sex'
  27. if SpitAssBan = 0:act 'Spit roast (ass)':sexdvoeloc = rand(5,6) & gt 'sexdvoe', 'sex'
  28. else
  29. if DoubleBan = 0:act 'DP (<<$boytemp>> in pussy)':sexdvoeloc = 1 & gt 'sexdvoe', 'sex'
  30. if DoubleBan = 0:act 'DP (<<$boytemp1>> in pussy)':sexdvoeloc = 2 & gt 'sexdvoe', 'sex'
  31. if SpitVagBan = 0:act 'Spit roast (<<$boytemp>> in pussy)':sexdvoeloc = 3 & gt 'sexdvoe', 'sex'
  32. if SpitVagBan = 0:act 'Spit roast (<<$boytemp1>> in pussy)':sexdvoeloc = 4 & gt 'sexdvoe', 'sex'
  33. if SpitAssBan = 0:act 'Spit roast (<<$boytemp>> in ass)':sexdvoeloc = 5 & gt 'sexdvoe', 'sex'
  34. if SpitAssBan = 0:act 'Spit roast (<<$boytemp1>> in ass)':sexdvoeloc = 6 & gt 'sexdvoe', 'sex'
  35. end
  36. else
  37. act 'Continue':
  38. if BlowBan = 1 and DoubleBan ! 1:
  39. sexdvoe = rand(1,3)
  40. elseif BlowBan = 1 and DoubleBan = 1:
  41. sexdvoe = rand(2,3)
  42. else
  43. sexdvoe = rand(0,3)
  44. end
  45. if sexdvoe = 0:
  46. sexdvoeloc = 0 & gt 'sexdvoe', 'sex'
  47. elseif sexdvoe = 1:
  48. sexdvoeloc = rand(3,4) & gt 'sexdvoe', 'sex'
  49. elseif sexdvoe = 2:
  50. sexdvoeloc = rand(5,6) & gt 'sexdvoe', 'sex'
  51. else
  52. sexdvoeloc = rand(1,2) & gt 'sexdvoe', 'sex'
  53. end
  54. end
  55. end
  56. end
  57. if $ARGS[0] = 'var':
  58. *clr
  59. if $boy[0] = $boy[1]:sameboy = 1
  60. sexstart = 1
  61. sexvar = rand(3,6)
  62. '<center><img src="images/img/sexdvoe/kiss.jpg"></center>'
  63. 'After some kissing it is time to move on to the next stage.'
  64. xgt 'sexdvoe', 'menu'
  65. end
  66. if $ARGS[0] = 'sex':
  67. !blowjob
  68. if sexdvoeloc = 0:
  69. *clr
  70. pcs_horny += rand(10,20)
  71. minut += 10
  72. sexvar -= 1
  73. dynamic $stamina_npc
  74. if dvsxbj = 0:
  75. stat['bj'] += 1
  76. dvsxbj = 1
  77. end
  78. if sexvar > 0:
  79. '<center><img src="images/img/sexdvoe/minet<<picrand>>.jpg"></center>'
  80. else
  81. '<center><img src="images/img/sexdvoe/cum<<picrand>>.jpg"></center>'
  82. end
  83. 'You try to suck both of their cocks, but they really do not fit inside your mouth at the same time.'
  84. if pcs_horny >= 80:
  85. pcs_horny = 0
  86. orgasm += 1
  87. 'You have an orgasm.'
  88. end
  89. if sexvar = 1:'<br>They indicate that they will cum soon.'
  90. if sexvar > 0:xgt 'sexdvoe', 'menu'
  91. if sexvar = 0:gs 'sexdvoe', 'end'
  92. !double penetration
  93. elseif sexdvoeloc < 3:
  94. *clr
  95. pcs_horny += rand(10,20)
  96. minut += 10
  97. sexvar -= 1
  98. dynamic $stamina_npc
  99. if dvsxsex = 0:
  100. stat['vaginal'] += 1
  101. dvsxsex = 1
  102. end
  103. if dvsxanal = 0:
  104. stat['anal'] += 1
  105. dvsxanal = 1
  106. end
  107. '<center><img src="images/img/sexdvoe/dp<<picrand>>.jpg"></center>'
  108. if sameboy = 1:
  109. 'Both of them fuck you, one of them your ass, the other your pussy. The double friction gives you great pleasure as they are pumping in and out of your body in tandem.'
  110. cumprecheck = 1
  111. gs 'cum_call', '', $boy
  112. elseif sexdvoeloc = 1:
  113. 'Both of them fuck you, <<$boydesc[1]>> in your ass, <<$boydesc[0]>> in your pussy. The double friction gives you great pleasure as they are pumping in and out of your body in tandem.'
  114. cumprecheck = 1
  115. if $knownboy[0] = 1:gs 'cum_call', '', $boy[0], 1 else gs 'cum_call', '', $boy[0]
  116. else
  117. 'Both of them fuck you, <<$boydesc[0]>> in your ass, <<$boydesc[1]>> in your pussy. The double friction gives you great pleasure as they are pumping in and out of your body in tandem.'
  118. cumprecheck = 1
  119. if $knownboy[1] = 1:gs 'cum_call', '', $boy[1], 1 else gs 'cum_call', '', $boy[1]
  120. end
  121. if pcs_horny >= 80:
  122. pcs_horny = 0
  123. orgasm += 1
  124. 'You have an orgasm.'
  125. end
  126. if sexvar = 1:'<br>They indicate that they will cum soon.'
  127. if sexvar > 0:xgt 'sexdvoe', 'menu'
  128. if sexvar = 0:gs 'sexdvoe', 'end'
  129. !spitroast, pussy
  130. elseif sexdvoeloc < 5:
  131. *clr
  132. pcs_horny += rand(10,20)
  133. minut += 10
  134. sexvar -= 1
  135. dynamic $stamina_npc
  136. if dvsxbj = 0:
  137. stat['bj'] += 1
  138. dvsxbj = 1
  139. end
  140. if dvsxsex = 0:
  141. stat['vaginal'] += 1
  142. dvsxsex = 1
  143. end
  144. '<center><img src="images/img/sexdvoe/vag<<picrand>>.jpg"></center>'
  145. if sameboy = 1:
  146. 'While one guy is fucking your pussy, you diligently suck off the second.'
  147. cumprecheck = 1
  148. gs 'cum_call', '', $boy[0]
  149. elseif sexdvoeloc = 3:
  150. 'While <<$boydesc[0]>> is fucking your pussy, you diligently suck off <<$boydesc[1]>>.'
  151. cumprecheck = 1
  152. if $knownboy[0] = 1:gs 'cum_call', '', $boy[0], 1 else gs 'cum_call', '', $boy[0]
  153. else
  154. 'While <<$boydesc[1]>> is fucking your pussy, you diligently suck off <<$boydesc[0]>>.'
  155. cumprecheck = 1
  156. if $knownboy[1] = 1:gs 'cum_call', '', $boy[1], 1 else gs 'cum_call', '', $boy[1]
  157. end
  158. if pcs_horny >= 80:
  159. pcs_horny = 0
  160. orgasm += 1
  161. 'You have an orgasm.'
  162. end
  163. if sexvar = 1:'<br>They indicate that they will cum soon.'
  164. if sexvar > 0:xgt 'sexdvoe', 'menu'
  165. if sexvar = 0:gs 'sexdvoe', 'end'
  166. !spitroast, ass
  167. else
  168. *clr
  169. pcs_horny += rand(10,20)
  170. minut += 10
  171. sexvar -= 1
  172. dynamic $stamina_npc
  173. if dvsxbj = 0:
  174. stat['bj'] += 1
  175. dvsxbj = 1
  176. end
  177. if dvsxanal = 0:
  178. stat['anal'] += 1
  179. dvsxanal = 1
  180. end
  181. '<center><img src="images/img/sexdvoe/anal<<picrand>>.jpg"></center>'
  182. if sameboy = 1:
  183. 'While one guy is fucking your ass, you diligently suck off the second.'
  184. elseif sexdvoeloc = 3:
  185. 'While <<$boydesc[0]>> is fucking your ass, you diligently suck off <<$boydesc[1]>>.'
  186. else
  187. 'While <<$boydesc[1]>> is fucking your ass, you diligently suck off <<$boydesc[0]>>.'
  188. end
  189. if pcs_horny >= 80:
  190. pcs_horny = 0
  191. orgasm += 1
  192. 'You have an orgasm.'
  193. end
  194. if sexvar = 1:'<br>They indicate that they will cum soon.'
  195. if sexvar > 0:xgt 'sexdvoe', 'menu'
  196. if sexvar = 0:gs 'sexdvoe', 'end'
  197. end
  198. end
  199. if $ARGS[0] = 'end':
  200. cla
  201. sweat += 10
  202. minut += 10
  203. dvsxbj = 0
  204. dvsxsex = 0
  205. dvsxanal = 0
  206. sexvar = 0
  207. sameboy = 0
  208. sexstart = 0
  209. if sexdvoeloc = 0:
  210. temp = rand(0,5)
  211. if temp = 0:
  212. if $knownboy[0] = 1:gs 'cum_call', 'hair', $boy[0], 1 else gs 'cum_call', 'hair', $boy[0]
  213. elseif temp < 3:
  214. if $knownboy[0] = 1:gs 'cum_call', 'face', $boy[0], 1 else gs 'cum_call', 'face', $boy[0]
  215. else
  216. if $knownboy[0] = 1:gs 'cum_call', 'mouth', $boy[0], 1 else gs 'cum_call', 'mouth', $boy[0]
  217. end
  218. temp = rand(0,5)
  219. if temp = 0:
  220. if $knownboy[1] = 1:gs 'cum_call', 'hair', $boy[1], 1 else gs 'cum_call', 'hair', $boy[1]
  221. elseif temp < 3:
  222. if $knownboy[1] = 1:gs 'cum_call', 'face', $boy[1], 1 else gs 'cum_call', 'face', $boy[1]
  223. else
  224. if $knownboy[1] = 1:gs 'cum_call', 'mouth', $boy[1], 1 else gs 'cum_call', 'mouth', $boy[1]
  225. end
  226. 'With a groan they both cum, mostly in your mouth, but it may have gotten on your face too.'
  227. elseif sexdvoeloc = 1:
  228. if $knownboy[0] = 1:gs 'cum_call', '', $boy[0], 1 else gs 'cum_call', '', $boy[0]
  229. if $knownboy[1] = 1:gs 'cum_call', 'anus', $boy[1], 1 else gs 'cum_call', 'anus', $boy[1]
  230. if sameboy = 1:
  231. 'They groan, and you feel the copious amount of their seed they both pump inside your body at the same time.'
  232. else
  233. 'They both groan, and you feel as <<$boydesc[0]>> pump your pussy full of his seed, while <<$boydesc[1]>>''s semen is released in your ass.'
  234. end
  235. elseif sexdvoeloc = 2:
  236. if $knownboy[1] = 1:gs 'cum_call', '', $boy[1], 1 else gs 'cum_call', '', $boy[1]
  237. if $knownboy[0] = 1:gs 'cum_call', 'anus', $boy[0], 1 else gs 'cum_call', 'anus', $boy[0]
  238. if sameboy = 1:
  239. 'They groan, and you feel the copious amount of their seed they both pump inside your body at the same time.'
  240. else
  241. 'They both groan, and you feel as <<$boydesc[1]>> pump your pussy full of his seed, while <<$boydesc[0]>>''s semen is released in your ass.'
  242. end
  243. elseif sexdvoeloc = 3:
  244. if $knownboy[0] = 1:gs 'cum_call', '', $boy[0], 1 else gs 'cum_call', '', $boy[0]
  245. if $knownboy[1] = 1:gs 'cum_call', 'mouth', $boy[1], 1 else gs 'cum_call', 'mouth', $boy[1]
  246. if sameboy = 1:
  247. 'They groan, and you have to swallow one of the <<$boydesc[0]>>''s seed while the other pumps your pussy full of his own.'
  248. else
  249. 'They both groan, and you have to swallow <<$boydesc[1]>>''s seed while <<$boydesc[0]>> pumps your pussy full of his own.'
  250. end
  251. elseif sexdvoeloc = 4:
  252. if $knownboy[1] = 1:gs 'cum_call', '', $boy[1], 1 else gs 'cum_call', '', $boy[1]
  253. if $knownboy[0] = 1:gs 'cum_call', 'mouth', $boy[0], 1 else gs 'cum_call', 'mouth', $boy[0]
  254. if sameboy = 1:
  255. 'They groan, and you have to swallow one of the <<$boydesc[0]>>''s seed while the other pumps your pussy full of his own.'
  256. else
  257. 'They both groan, and you have to swallow <<$boydesc[0]>>''s seed while <<$boydesc[1]>> pumps your pussy full of his own.'
  258. end
  259. elseif sexdvoeloc = 5:
  260. if $knownboy[0] = 1:gs 'cum_call', 'anus', $boy[0], 1 else gs 'cum_call', 'anus', $boy[0]
  261. if $knownboy[1] = 1:gs 'cum_call', 'mouth', $boy[1], 1 else gs 'cum_call', 'mouth', $boy[1]
  262. if sameboy = 1:
  263. 'They groan at the same time, and you feel the taste of one of the guys as he cums inside your mouth, while the other one pumps your ass full of his own semen.'
  264. else
  265. 'They groan at the same time, and you feel the taste of <<$boydesc[1]>>''s seed as he cums inside your mouth, while <<$boydesc[0]>> pumps your ass full of his semen.'
  266. end
  267. else
  268. if $knownboy[1] = 1:gs 'cum_call', 'anus', $boy[1], 1 else gs 'cum_call', 'anus', $boy[1]
  269. if $knownboy[0] = 1:gs 'cum_call', 'mouth', $boy[0], 1 else gs 'cum_call', 'mouth', $boy[0]
  270. if sameboy = 1:
  271. 'They groan at the same time, and you feel the taste of one of the guys as he cums inside your mouth, while the other one pumps your ass full of his own semen.'
  272. else
  273. 'They groan at the same time, and you feel the taste of <<$boydesc[0]>>''s seed as he cums inside your mouth, while <<$boydesc[1]>> pumps your ass full of his semen.'
  274. end
  275. end
  276. if pcs_horny >= 80:
  277. pcs_horny = 0
  278. orgasm += 1
  279. end
  280. if picrand = 29:'When it ends boss says that you did well and today you are free and can go.'
  281. if picrand = 39:'Then <<$boydescA>> throws you out of the apartment.'
  282. killvar 'knownboy'
  283. killvar 'knwn'
  284. act 'Leave':
  285. $boytemp = ''
  286. $boytemp1 = ''
  287. if picrand >= 24 and picrand <= 26:gt 'office', 'work'
  288. if picrand >= 30 and picrand <= 34:gt 'office', 'work'
  289. if picrand >= 35 and picrand <= 37:gt 'tanhouse'
  290. if picrand >= 40 and picrand <= 43:dynamic $brodila
  291. if picrand = 38:gt 'bed', 'vorend'
  292. if picrand = 29 or picrand = 39:gt 'nord'
  293. if kafesexrand = 1:
  294. kafesexrand = 0
  295. gt 'kafe', 'workPred'
  296. end
  297. gt '<<$sexloc>>', 'start'
  298. end
  299. end
  300. --- sexdvoe ---------------------------------