sexorg.qsrc 4.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. # sexorg
  2. if $ARGS[0] = 'start':
  3. cla
  4. *clr
  5. minut += 30
  6. gs 'sweat', 'add', 10
  7. picrand = rand(0, 1)
  8. gs 'stat'
  9. gt 'sexorg', 'var'
  10. end
  11. if $ARGS[0] = 'var':
  12. cla
  13. *clr
  14. sexvar += 1
  15. sexorgrand = rand(0, 6)
  16. if sexorgrand = 0:
  17. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/mall/bowling/sex/minet<<picrand>>.jpg"></center>'
  18. 'You and one of the girls switch back and forth sucking one guy''s cock for a while, getting off on his moans of pleasure but never pushing him so far that he could actually cum. Every now and then, you both lick his head simultaneously, French kissing while your "victim" watches and enjoys.'
  19. gs 'arousal', 'bj', 10, 'sub', 'group'
  20. gs 'arousal', 'kiss', 10, 'sub', 'group'
  21. minut -= 10
  22. elseif sexorgrand = 1:
  23. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/mall/bowling/sex/vag<<picrand>>.jpg"></center>'
  24. 'You watch as one of the girls gets her pussy filled from behind by a big cock, listening to her loud moans and idly rubbing your own clit while you wait your turn.'
  25. gs 'arousal', 'masturbate', 10
  26. elseif sexorgrand = 2:
  27. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/mall/bowling/sex/uvag<<picrand>>.jpg"></center>'
  28. 'You lie down on your back and almost instantly feel one of the guys'' cocks entering your moist cunt. His movements are fast and rough, and you''d cry out in ecstasy if it weren''t for the pussy you are busy licking.'
  29. gs 'arousal', 'vaginal', 10, 'sub', 'group', 'rough'
  30. gs 'arousal', 'cuni_give', 10, 'sub', 'group'
  31. minut -= 10
  32. elseif sexorgrand = 3:
  33. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/mall/bowling/sex/anal<<picrand>>.jpg"></center>'
  34. 'You watch one of the girls - you don''t even know her name - not breaking eye contact with her as she lowers herself onto one of the guys, impaling her tight ass on his hard dick. "You''d love to take my place, wouldn''t you?" she asks sweetly, then cries out as her partner loses patience and starts fucking her from below. You don''t have to answer - the fingers you have buried in your pussy as you watch tell her everything she needs to know.'
  35. gs 'arousal', 'masturbate', 10
  36. elseif sexorgrand = 4:
  37. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/mall/bowling/sex/uanal<<picrand>>.jpg"></center>'
  38. 'You are not as well prepared as you thought you were, and it hurts a little as one of the guys pushes past your sphincter, but soon the pain is forgotten and replaced by a pleasant sense of fullness... and that''s before he starts really fucking you. You lean into the girl in front of you''s cunt and enjoy yourself.'
  39. gs 'arousal', 'anal', 10, 'sub', 'group', 'rough'
  40. gs 'arousal', 'cuni_give', 10, 'sub', 'group'
  41. minut -= 10
  42. elseif sexorgrand = 5:
  43. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/mall/bowling/sex/udp<<picrand>>.jpg"></center>'
  44. 'At first you are a little reluctant about being double penetrated - the two guys are both pretty well endowed, after all - but in the end, your curiosity and horniness wins over all concerns, and you thoroughly enjoy the feeling of having both your nether holes filled at the same time.'
  45. gs 'arousal', 'vaginal', 10, 'sub', 'group', 'rough'
  46. gs 'arousal', 'anal', 10, 'sub', 'group', 'rough'
  47. gs 'arousal', 'cuni_give', 10, 'sub', 'group'
  48. minut -= 10
  49. else
  50. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/mall/bowling/sex/dp<<picrand>>.jpg"></center>'
  51. 'Her expression of bliss and loud utterances leave no doubt in your mind: having her ass and pussy filled at the same time has sent this girl straight to heaven, and while you watch on in jealousy, you have no other choice than to rub your clit and wait your turn.'
  52. gs 'arousal', 'masturbate', 10
  53. end
  54. gs 'stat'
  55. act 'Continue the orgy':gt 'sexorg', 'var'
  56. if sexvar >= 3:act 'Let the guys finish.':gt 'sexorg', 'end'
  57. end
  58. if $ARGS[0] = 'end':
  59. cla
  60. *clr
  61. killvar 'sexvar'
  62. killvar 'sexorgrand'
  63. spafinloc = 12
  64. gs 'cum_manage'
  65. if pcs_horny >= 80:
  66. $orgasm_or = 'yes'
  67. end
  68. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/mall/bowling/sex/cum<<picrand>>.jpg"></center>'
  69. 'The guys put you and the other two girls on your knees in front of them and furiously stroke their dicks into your expectant mouths. You barely even taste the sperm, even though you catch a full spurt of it on your tongue - to you, it marks the end of a thrilling adventure. It''s not every day that you have an orgy in a bowling center.'
  70. gs 'arousal', 'end'
  71. gs 'stat'
  72. act 'That should about cover your debt - Leave':gt $sexloc, 'start'
  73. end
  74. --- sexorg ---------------------------------