sexdvoe 10.0 KB

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