parkBimbo.qsrc 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. # parkBimbo
  2. if $ARGS[0] = 'pos1':
  3. cla
  4. *clr
  5. minut += 10
  6. pcs_horny += 5
  7. menu_off = 1
  8. gs 'stat'
  9. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/parkbimbo1.jpg"></center>'
  10. 'You notice an old guy, who has to be in his sixties watching you. Then you notice he has his rather large dick out and he has a raging hard on.'
  11. act 'Help the old guy out':gt 'parkBimbo', 'pos2'
  12. gs 'willpower', 'bj', 'resist'
  13. if will_cost <= pcs_willpwr:
  14. act 'Flip him the bird (<<will_cost>> Willpower)':
  15. gs 'willpower', 'bj', 'resist'
  16. gs 'willpower', 'pay', 'resist'
  17. gs 'stat'
  18. gt 'pav_park', 'start'
  19. end
  20. else
  21. act 'Flip him the bird (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  22. end
  23. end
  24. if $ARGS[0] = 'pos2':
  25. cla
  26. *clr
  27. spafinloc = 12
  28. gs 'cum_manage'
  29. gs 'stat'
  30. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/sex/parkbimbo2.jpg"></center>'
  31. 'You grab hold of the old man''s hand, pull him up and over to a tree. You drop to your knees and start sucking his cock at once. He was taken aback at first and started to protest but as your warm wet mouth began sucking his cock, he stopped protesting.'
  32. 'You begin sucking him with earnest and fondling his balls with your hand.'
  33. 'You don''t have long to wait when you feel the hot spurts of his semen shooting into your mouth.'
  34. gs 'arousal', 'bj', 10, 'sub'
  35. gs 'stat'
  36. horand = rand (1, 100)
  37. if horand > pcs_horny:
  38. pcs_horny += 10
  39. 'You feel a little hornier.'
  40. else
  41. 'You enjoy the experience so much, your body convulses in orgasm. It takes a great deal of control, but you manage to keep his cum in your mouth throughout.'
  42. $orgasm_or = 'yes'
  43. gs 'stat'
  44. end
  45. 'Getting up you swallow his sperm and wink at him as you walk away.'
  46. act 'finish':
  47. gs 'arousal', 'end'
  48. gt 'pav_park', 'start'
  49. end
  50. end
  51. --- parkBimbo ---------------------------------