017_din2 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. # din2
  2. $din_street_cum = {
  3. if cumfrot > 0 or cumface > 0:
  4. if hour >= 7 and hour <= 21:
  5. manna -= 10
  6. 'Passers puzzled turn around staring at you. Some pictures on the phone you do not entirely hiding and giggling at you. You clearly noticeable sperm.'
  7. end
  8. end
  9. }
  10. $d_read_book = {
  11. act 'Read the book':
  12. cls
  13. gs 'stat'
  14. '<center><img src="images/pics/book.jpg"></center>'
  15. if f_book <= 0 and fantasybook <= 0 and w_book = 0 and womanbook = 0:'You scratch your head looking at already read the book "Eh, even read nothing, a walk or something on the market for a new book?"'
  16. if f_book > 0:
  17. if fantasybook <= 0:fantasybook = 5 & f_book -= 1
  18. end
  19. if f_book > 0:'You still <<f_book>> do not read fantasy novels.'
  20. if fantasybook > 0:
  21. act 'Read fantasy book. There are <<fantasybook * 100>> more pages to read (01:00)':
  22. cls
  23. fantasybook -= 1
  24. if fantasybook = 0:totalbook += 1
  25. minut += 60
  26. if nerdism > 0:
  27. lastread = totminut
  28. lastreadday = daystart
  29. nerdism += 1
  30. blizoruk += 1
  31. end
  32. gs 'stat'
  33. '<center><img src="images/pics/book.jpg"></center>'
  34. if nerdism > 0:
  35. manna += 100
  36. if stren > 1:stren -= 1
  37. if vital > 5:vital -= 1
  38. 'Within an hour you enthusiastically read the book completely live in what is happening.'
  39. else
  40. manna += 10
  41. 'Within an hour you read the book.'
  42. end
  43. act 'close this book':gt $loc
  44. end
  45. end
  46. if w_book > 0:
  47. if womanbook <= 0:womanbook = 5 & w_book -= 1
  48. end
  49. if w_book > 0:'You still <<w_book>> not read the novel female.'
  50. if womanbook > 0:
  51. act 'Read Women`s Novel. There are <<womanbook * 100>> more pages to read':
  52. cls
  53. womanbook -= 1
  54. if womanbook = 0:totalbook += 1
  55. minut += 60
  56. if nerdism > 0:
  57. lastread = totminut
  58. lastreadday = daystart
  59. nerdism += 1
  60. blizoruk += 1
  61. end
  62. gs 'stat'
  63. '<center><img src="images/pics/book.jpg"></center>'
  64. if nerdism > 0:
  65. manna += 100
  66. horny += 10
  67. if stren > 1:stren -= 1
  68. if vital > 5:vital -= 1
  69. 'Within an hour you enthusiastically read the book completely live in what is happening.'
  70. else
  71. manna += 10
  72. horny += 3
  73. 'Within an hour you read the book.'
  74. end
  75. act 'Close this book':gt $loc
  76. end
  77. end
  78. act ' Close this book':gt $loc
  79. end
  80. }
  81. $d_slut_horny = {
  82. you_slut += 1
  83. if you_slut < 10:
  84. end
  85. if you_slut >= 10 and you_slut < 20:horny += 1
  86. if you_slut >= 20 and you_slut < 30:horny += 2
  87. if you_slut >= 30 and you_slut < 40:horny += 3
  88. if you_slut >= 40 and you_slut < 50:horny += 4
  89. if you_slut >= 50 and you_slut < 60:horny += 5
  90. if you_slut >= 60 and you_slut < 70:horny += 6
  91. if you_slut >= 70 and you_slut < 80:horny += 7
  92. if you_slut >= 80 and you_slut < 90:horny += 8
  93. if you_slut >= 90 and you_slut < 100:horny += 9
  94. if you_slut >= 100:horny += 10
  95. }
  96. --- din2 ---------------------------------