236_divan 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. # divan
  2. if $ARGS[0] = 'start':
  3. cla
  4. $divmastr = {
  5. cls
  6. '<center><img src="images\pics\divmas.jpg"></center>'
  7. set minut += 15
  8. sweat += 1
  9. set horny += RAND(1,5)
  10. if divanmastr = 0: divanmastr = 1 & set mastr += 1
  11. gs 'stat'
  12. 'You lay down on the sofa and began to fondle her one-handed chest with a finger of the other hand you started rubbing and stroking a small bump between his legs that responded to the touch of pleasant languor covering your entire body.'
  13. if horny >= 100: orgasm += 1 & horny = 0 & 'Suddenly a nice cramp brought your body and you covered powerful orgasm from which you groan.'
  14. act 'Get off the couch': divanmastr = 0 & gt 'divan','fin'
  15. if horny >= 75: act 'Proceed': dynamic $divmastr
  16. }
  17. clr
  18. gs 'stat'
  19. '<center><img src="images\pics\divan.jpg"></center>'
  20. 'You lay down on the sofa.'
  21. act 'Lie':
  22. cla
  23. waiting = input ("How many minutes to wait? (Not more than 120 minutes)")
  24. if waiting <= 0 or waiting > 120:
  25. set minut += 15
  26. end
  27. if waiting > 0 and waiting <= 120:
  28. set minut += waiting
  29. end
  30. act 'Get off the couch': gt 'divan','fin'
  31. end
  32. if TV > 0:
  33. act 'Watch TV':
  34. cla
  35. gt 'TV','start'
  36. end
  37. end
  38. if book > 0:
  39. act 'Read a book (0:30)':
  40. cla
  41. *clr
  42. '<center><img src="images\pics\book.jpg"></center>'
  43. set minut += 30
  44. set horny += 5
  45. 'You are reading a book.'
  46. act 'Put the book': gt 'divan','start'
  47. end
  48. end
  49. if horny >= 75:
  50. act 'Masturbate (0:15)':
  51. dynamic $divmastr
  52. end
  53. end
  54. act 'Get off the couch':
  55. cla
  56. gt 'divan','fin'
  57. end
  58. end
  59. if $ARGS[0] = 'fin':
  60. cla
  61. gt $locM, $metkaM
  62. !'if housr = 1 and housrA = 1:
  63. set housrA = 0
  64. gt 'sitr'
  65. end'
  66. end
  67. --- divan ---------------------------------