divan 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  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:set minut += 15
  25. if waiting > 0 and waiting <= 120:set minut += waiting
  26. act 'Get off the couch':gt 'divan', 'fin'
  27. end
  28. if TV > 0:
  29. act 'Watch TV':
  30. cla
  31. gt 'TV', 'start'
  32. end
  33. end
  34. if book > 0:
  35. act 'Read a book (0:30)':
  36. cla
  37. *clr
  38. '<center><img src="images/pics/book.jpg"></center>'
  39. set minut += 30
  40. set horny += 5
  41. 'You are reading a book.'
  42. act 'Put the book':gt 'divan', 'start'
  43. end
  44. end
  45. if horny >= 75:
  46. act 'Masturbate (0:15)':dynamic $divmastr
  47. end
  48. act 'Get off the couch':
  49. cla
  50. gt 'divan', 'fin'
  51. end
  52. end
  53. if $ARGS[0] = 'fin':
  54. cla
  55. gt $locM, $metkaM
  56. !'if housr = 1 and housrA = 1:
  57. set housrA = 0
  58. gt 'sitr'
  59. end'!
  60. end
  61. --- divan ---------------------------------