divan.qsrc 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  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. if pcs_inhib < 30:inhib_exp += rand(1,3)
  11. end
  12. gs 'stat'
  13. '<center><img <<$set_imgh>> src="images/shared/sex/mast/divmas.jpg"></center>'
  14. '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.'
  15. '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.'
  16. $orgasm_or = 'yes'
  17. gs 'arousal', 'clit_finger', 15, 'masturbate'
  18. gs 'arousal', 'end'
  19. gs 'stat'
  20. gs 'stat'
  21. act 'Get off the couch':divanmastr = 0 & gt 'divan', 'fin'
  22. }
  23. *clr & cla
  24. gs 'stat'
  25. '<center><img <<$set_imgh>> src="images/shared/home/divan.jpg"></center>'
  26. 'You lie down on the sofa.'
  27. if mc_inventory['tech_tv'] >= 1 or mc_inventory['plasma_tv'] >= 1 and $loc ! 'dachain':
  28. act 'Watch TV':
  29. cla
  30. gt 'TV', 'start'
  31. end
  32. end
  33. gs 'library_functions', 'set_home_read_acts'
  34. if pcs_horny >= 75:
  35. act 'Masturbate (0:15)':dynamic $divmastr
  36. end
  37. act 'Get off the couch': gt 'divan', 'fin'
  38. end
  39. if $ARGS[0] = 'fin':
  40. cla
  41. gt $loc, $loc_arg
  42. end
  43. --- divan ---------------------------------