NormPR.qsrc 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. # NormPR
  2. $location_type = 'event'
  3. if $ARGS[0] = '1':
  4. $metka = ''
  5. $loc = 'NormPR'
  6. menu_off = 1
  7. *clr & cla
  8. prosti = 0
  9. protect = 1
  10. gs'stat'
  11. if RAND(0,1) = 0:
  12. '<center><img <<$set_imgh>> src="images/locations/shared/sex/car/sexcar1.jpg"></center>'
  13. 'You obediently lie down on your back in the back seat, and the man pounces you eagerly. Within seconds, his cock is deep inside you.'
  14. gs 'arousal', 'vaginal', 15, 'sub'
  15. gs 'stat'
  16. gs 'orgazm','start'
  17. else
  18. '<center><img <<$set_imgh>> src="images/locations/shared/sex/car/sexcar2.jpg"></center>'
  19. 'You immediately feel the man''s hands on your ass cheeks when you get on your hands and knees in the back seat. The man confidently guides his cock to your pussy, and slowly thrusts it inside you.'
  20. gs 'arousal', 'vaginal', 15, 'sub'
  21. gs 'stat'
  22. gs 'orgazm','start'
  23. end
  24. 'After a few minutes of fucking you, the man groans and you feel his hips spasming against yours. He pulls out of you and takes the filled condom off his slowly shrinking cock.'
  25. 'The man ties a knot in the condom and tosses it out of the window carelessly, very satisfied with your performance.'
  26. gs 'arousal', 'end'
  27. gs 'stat'
  28. act 'Get out of his car':gt $locSex, $metkaSex
  29. end
  30. if $ARGS[0] = '2':
  31. $metka = ''
  32. $loc = 'NormPR'
  33. menu_off = 1
  34. *clr & cla
  35. prosti = 0
  36. gs'stat'
  37. prostRand = RAND(1,100)
  38. if prostRand <= 50:
  39. picpRand = RAND(3,9)
  40. pose = 1
  41. 'You lean against the car and expose your bare ass to the man. He''s not wasting any time and immediately gets behind you, eagerly rubbing his cock against your vagina.'
  42. gs 'arousal', 'vaginal', 15, 'sub'
  43. gs 'stat'
  44. gs'orgazm','start'
  45. elseif prostRand <= 75:
  46. picpRand = RAND(10,12)
  47. pose = 1
  48. 'You get down on your hands and knees like he wants, and brace yourself when you feel him pressing his cock against your pussy in a none too gentle fashion.'
  49. gs 'arousal', 'vaginal', 15, 'sub'
  50. gs 'stat'
  51. gs'orgazm','start'
  52. else
  53. pose = 0
  54. picpRand = RAND(13,19)
  55. 'He groans in your ear: "Get on the hood, on your back!"'
  56. 'You quickly do as he says, and let out a soft moan when he rubs his cock against your pussy lips.'
  57. gs 'arousal', 'vaginal', 15, 'sub'
  58. gs 'stat'
  59. gs'orgazm','start'
  60. end
  61. '<center><img <<$set_imgh>> src="images/locations/shared/sex/car/sexcar<<picpRand>>.jpg"></center>'
  62. gs 'arousal', 'end'
  63. gs 'stat'
  64. act 'Continue':gt $locSex, $metkaSex
  65. end
  66. --- NormPR ---------------------------------