sexdvanadva.qsrc 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. # sexdvanadva
  2. if $ARGS[0] = 'start':
  3. cla
  4. *clr
  5. guy += 2
  6. girl += 1
  7. gang += 1
  8. minut += 30
  9. gs 'sweat', 'add', 10
  10. gs 'stat'
  11. picrand = rand(0, 1)
  12. xgt 'sexdvanadva', 'var'
  13. end
  14. if $ARGS[0] = 'var':
  15. cla
  16. *clr
  17. sexvar += 1
  18. sexdvarand = rand(0, 6)
  19. if picrand = 11:sexdvarand = rand(0, 5)
  20. if picrand = 12:sexdvarand = rand(1, 6)
  21. if picrand = 14:sexdvarand = rand(0, 4)
  22. if sexdvarand = 0:
  23. '<center><img <<$set_imgh>> src="images/locations/shared/sex/sexdvanadva/minet<<picrand>>.jpg"></center>'
  24. 'The two of you suck their cocks.'
  25. gs 'arousal', 'bj', 10, 'sub'
  26. elseif sexdvarand = 1:
  27. '<center><img <<$set_imgh>> src="images/locations/shared/sex/sexdvanadva/vag<<picrand>>.jpg"></center>'
  28. 'While she enjoys a stiff cock in her pussy, you are not left wanting for attention.'
  29. gs 'arousal', 'erotic', 10, 'sub'
  30. elseif sexdvarand = 2:
  31. '<center><img <<$set_imgh>> src="images/locations/shared/sex/sexdvanadva/uvag<<picrand>>.jpg"></center>'
  32. 'He thrusts into you. His cock sends waves of pleasure over your body.'
  33. gs 'arousal', 'vaginal', 10, 'sub'
  34. elseif sexdvarand = 3:
  35. '<center><img <<$set_imgh>> src="images/locations/shared/sex/sexdvanadva/anal<<picrand>>.jpg"></center>'
  36. 'You enjoy the sight of a cock in her ass, but you are mostly too distracted by the cock in your mouth.'
  37. gs 'arousal', 'bj', 10, 'sub'
  38. elseif sexdvarand = 4:
  39. '<center><img <<$set_imgh>> src="images/locations/shared/sex/sexdvanadva/uanal<<picrand>>.jpg"></center>'
  40. 'When he enters your backdoor, it hurts a little, but soon, the pain goes away. Pleasure takes its place, as he slowly moves back and forth, stretching your hole.'
  41. gs 'arousal', 'anal', 10, 'sub'
  42. elseif sexdvarand = 5:
  43. '<center><img <<$set_imgh>> src="images/locations/shared/sex/sexdvanadva/udp<<picrand>>.jpg"></center>'
  44. 'Both men enter you at the same time. The feeling is almost too intense. Your moans of pleasure urge them on.'
  45. gs 'arousal', 'vaginal', 10, 'sub'
  46. gs 'arousal', 'anal', 10, 'sub'
  47. minut -= 10
  48. elseif sexdvarand = 6:
  49. '<center><img <<$set_imgh>> src="images/locations/shared/sex/sexdvanadva/dp<<picrand>>.jpg"></center>'
  50. 'She has both men fucking her. It makes you feel a little envious as you watch, playing with yourself.'
  51. gs 'arousal', 'masturbate', 10, 'sub'
  52. end
  53. gs 'stat'
  54. if sexvar < 3:act 'More':xgt 'sexdvanadva', 'var'
  55. if sexvar >= 3:act 'Finish':gt 'sexdvanadva', 'end'
  56. end
  57. if $ARGS[0] = 'end':
  58. cla
  59. *clr
  60. minut += 10
  61. gs 'npcgeneratec', 0, 'Random Guy', rand(18,45)
  62. gs 'boyStat', $npclastgenerated
  63. spafinloc = 12
  64. gs 'cum_manage'
  65. killvar 'sexvar'
  66. killvar 'sexdvarand'
  67. if pcs_horny >= 80:$orgasm_or = 'yes'
  68. '<center><img <<$set_imgh>> src="images/locations/shared/sex/sexdvanadva/cum<<picrand>>.jpg"></center>'
  69. 'They spill semen all over both of you. You lick it off each other and share a deep kiss before you both swallow.'
  70. gs 'arousal', 'end'
  71. gs 'stat'
  72. act 'Leave':
  73. if kafesexrand = 1:
  74. kafesexrand = 0
  75. gt 'city_kafe', 'workPred'
  76. end
  77. if kazsexdva = 1:
  78. kazsexdva = 0
  79. gt 'kazinosvid', '3'
  80. end
  81. gt $sexloc, 'start'
  82. end
  83. end
  84. --- sexdvanadva ---------------------------------