divan.qsrc 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. # divan
  2. ! WD: Reading book code cant use argument
  3. menu_off = 1
  4. if $ARGS[0] = 'start' or $ARGS[0] = '':
  5. $divmastr = {
  6. *clr & cla
  7. if pcs_sweat < 25 : gs 'sweat', 'add', 5
  8. if divanmastr = 0:
  9. divanmastr = 1
  10. stat['mast'] += 1
  11. if pcs_inhib < 30:inhib_exp += rand(1,3)
  12. end
  13. gs 'stat'
  14. '<center><img <<$set_imgh>> src="images/shared/sex/mast/divmas.jpg"></center>'
  15. 'You lie down on the sofa and began to fondle your chest with one hand while you slide the other hand down your stomach and across your mound.'
  16. 'With your middle finger you start rubbing and stroking your clit, which responds to the touch by bringing a sensual warmth to your entire body.'
  17. gs 'arousal', 'masturbate', 15
  18. gs 'stat'
  19. if pcs_horny >= 100:orgasm += 1 & pcs_horny = 0 & 'Suddenly a sumptuous jolt hits your body and you delight in a powerful orgasmn.'
  20. $orgasm_or = 'yes'
  21. gs 'stat'
  22. act 'Get off the couch':divanmastr = 0 & gt 'divan', 'fin'
  23. if pcs_horny >= 75:act 'Proceed':dynamic $divmastr
  24. }
  25. *clr & cla
  26. gs 'stat'
  27. '<center><img <<$set_imgh>> src="images/shared/home/divan.jpg"></center>'
  28. 'You lie down on the sofa.'
  29. act 'wait':gs 'obj_din', 'wait'
  30. if TV > 0 and $loc ! 'dachain':
  31. act 'Watch TV':
  32. cla
  33. gt 'TV', 'start'
  34. end
  35. end
  36. gs 'events', 'read'
  37. if pcs_horny >= 75:
  38. act 'Masturbate (0:15)':dynamic $divmastr
  39. end
  40. act 'Get off the couch':
  41. cla
  42. gt 'divan', 'fin'
  43. end
  44. end
  45. if $ARGS[0] = 'fin':
  46. cla
  47. gt $loc, $loc_arg
  48. end
  49. --- divan ---------------------------------