divan 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. # divan
  2. ! WD: Reading book code cant use argument
  3. if $ARGS[0] = 'start' or $ARGS[0] = '':
  4. $divmastr = {
  5. cls
  6. minut += 15
  7. sweat += 1
  8. horny += rand(1, 5)
  9. if divanmastr = 0:divanmastr = 1 & mastr += 1
  10. gs 'stat'
  11. '<center><img src="images/pics/divmas.jpg"></center>'
  12. '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.'
  13. '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.'
  14. if horny >= 100:orgasm += 1 & horny = 0 & 'Suddenly a sumptuous jolt hits your body and you delight in a powerful orgasmn.'
  15. act 'Get off the couch':divanmastr = 0 & gt 'divan', 'fin'
  16. if horny >= 75:act 'Proceed':dynamic $divmastr
  17. }
  18. cla
  19. clr
  20. gs 'stat'
  21. '<center><img src="images/pics/divan.jpg"></center>'
  22. 'You lie down on the sofa.'
  23. act 'Chill out':
  24. cla
  25. waiting = input ("For how many minutes do you chill out? (No more than 120 minutes)")
  26. if waiting <= 0 or waiting > 120:minut += 15
  27. if waiting > 0 and waiting <= 120:minut += waiting
  28. act 'Get off the couch':gt 'divan', 'fin'
  29. end
  30. if TV > 0:
  31. act 'Watch TV':
  32. cla
  33. gt 'TV', 'start'
  34. end
  35. end
  36. gs 'events', 'read'
  37. if 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 $locM, $metkaM
  48. !'
  49. if housr = 1 and housrA = 1:
  50. housrA = 0
  51. gt 'sitr'
  52. end
  53. '!
  54. end
  55. --- divan ---------------------------------