din2 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  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:if fantasybook <= 0:fantasybook = 5 & f_book -= 1
  17. if f_book > 0:'You still <<f_book>> do not read fantasy novels.'
  18. if fantasybook > 0:
  19. act 'Read fantasy book. There are <<fantasybook * 100>> more pages to read (1:00)':
  20. cls
  21. fantasybook -= 1
  22. if fantasybook = 0:totalbook += 1
  23. minut += 60
  24. if nerdism > 0:
  25. lastread = totminut
  26. lastreadday = daystart
  27. nerdism += 1
  28. blizoruk += 1
  29. end
  30. gs 'stat'
  31. '<center><img src="images/pics/book.jpg"></center>'
  32. if nerdism > 0:
  33. manna += 100
  34. if stren > 1:stren -= 1
  35. if vital > 5:vital -= 1
  36. 'Within an hour you enthusiastically read the book completely live in what is happening.'
  37. else
  38. manna += 10
  39. 'Within an hour you read the book.'
  40. end
  41. act 'close this book':gt $loc
  42. end
  43. end
  44. if w_book > 0:
  45. if womanbook <= 0:womanbook = 5 & w_book -= 1
  46. end
  47. if w_book > 0:'You still <<w_book>> not read the novel female.'
  48. if womanbook > 0:
  49. act 'Read Women`s Novel. There are <<womanbook * 100>> more pages to read (1:00)':
  50. cls
  51. womanbook -= 1
  52. if womanbook = 0:totalbook += 1
  53. minut += 60
  54. if nerdism > 0:
  55. lastread = totminut
  56. lastreadday = daystart
  57. nerdism += 1
  58. blizoruk += 1
  59. end
  60. gs 'stat'
  61. '<center><img src="images/pics/book.jpg"></center>'
  62. if nerdism > 0:
  63. manna += 100
  64. horny += 10
  65. if stren > 1:stren -= 1
  66. if vital > 5:vital -= 1
  67. 'Within an hour you enthusiastically read the book completely live in what is happening.'
  68. else
  69. manna += 10
  70. horny += 3
  71. 'Within an hour you read the book.'
  72. end
  73. act 'Close this book':gt $loc
  74. end
  75. end
  76. act ' Close this book':gt $loc
  77. end
  78. }
  79. $d_slut_horny = {
  80. you_slut += 1
  81. if you_slut < 10:
  82. end
  83. if you_slut >= 10 and you_slut < 20:horny += 1
  84. if you_slut >= 20 and you_slut < 30:horny += 2
  85. if you_slut >= 30 and you_slut < 40:horny += 3
  86. if you_slut >= 40 and you_slut < 50:horny += 4
  87. if you_slut >= 50 and you_slut < 60:horny += 5
  88. if you_slut >= 60 and you_slut < 70:horny += 6
  89. if you_slut >= 70 and you_slut < 80:horny += 7
  90. if you_slut >= 80 and you_slut < 90:horny += 8
  91. if you_slut >= 90 and you_slut < 100:horny += 9
  92. if you_slut >= 100:horny += 10
  93. }
  94. --- din2 ---------------------------------