sexdvanadva.qsrc 3.0 KB

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