oral 1.0 KB

123456789101112131415161718192021222324252627282930
  1. # oral
  2. if $ARGS[0] = 'start':
  3. tmpl = iif(ARGS[1] = 0,10, ARGS[1])
  4. frost = 0
  5. 'Your little fingers caress his <<dick>> cm dick, then cupping his balls you begin to suck it.'
  6. if harakBoy = 0:
  7. '<<$boydesc>> closes his eyes in pleasure and enjoys the caress of your lips.'
  8. gs 'arousal', 'bj', tmpl,$ARGS[2],$ARGS[3],$ARGS[4],$ARGS[5],'sub'
  9. elseif harakBoy = 1:
  10. '<<$boydesc>> stares you in the face while your lips glide over his hard dick.'
  11. gs 'arousal', 'bj', tmpl,$ARGS[2],$ARGS[3],$ARGS[4],$ARGS[5],'sub'
  12. elseif harakBoy = 2:
  13. if pcs_makeup > 1:pcs_makeup = 0
  14. pcs_hairbsh = 0
  15. pcs_throat += 1
  16. '<<$boydesc>> grabs you by the hair and begins to fuck you in the mouth, the beating your throat takes causes tears to flow from your eyes.'
  17. gs 'arousal', 'bj', tmpl,$ARGS[2],$ARGS[3],$ARGS[4], $ARGS[5],'sub','deepthroat', 'rough'
  18. end
  19. 'Finally <<$boydesc>> groans and you realize that now he is ready to finish.'
  20. killvar 'tmpl'
  21. end
  22. if $ARGS[0] = '0':
  23. $orgasm_or = 'yes'
  24. gs 'arousal', 'bj', 10, 'sub'
  25. end
  26. --- oral ---------------------------------