oral.qsrc 1.1 KB

123456789101112131415161718192021222324252627282930
  1. # oral
  2. if $ARGS[0] = 'start':
  3. tmpl = iif(ARGS[1] = 0,10, ARGS[1])
  4. frost = 0
  5. 'Your one hand caress his <<dick>> cm cock, while the other cups his balls as you lick his cock.'
  6. if harakBoy = 0:
  7. '<<$boydesc>> closes his eyes in pleasure as he enjoys the caress of your soft 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 eyes while you wrap your lips around his rock hard cock.'
  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 mouth fuck you, 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. 'You hear <<$boydesc>> groaning loudly, you realize he must be edging and 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 ---------------------------------