123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124 |
- # din2
- $din_street_cum = {
- if cumfrot > 0 or cumface > 0:
- if hour >= 7 and hour <= 21:
- manna -= 10
- '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.'
- end
- end
- }
- $d_read_book={
- act 'Read the book':
- cls
- gs 'stat'
- '<center><img src="images/pics/book.jpg"></center>'
- 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?"'
- if f_book > 0:
- if fantasybook <= 0:fantasybook = 5 & f_book -= 1
- end
- if f_book > 0:'You still <<f_book>> do not read fantasy novels.'
- if fantasybook > 0:
- act 'Read fantasy book. There are <<fantasybook * 100>> more pages to read (01:00)':
- cls
- fantasybook -= 1
- if fantasybook = 0:totalbook += 1
- minut += 60
- if nerdism > 0:
- lastread = totminut
- lastreadday = daystart
- nerdism += 1
- blizoruk += 1
- end
- gs 'stat'
- '<center><img src="images/pics/book.jpg"></center>'
- if nerdism > 0:
- manna += 100
- if stren > 1:stren -= 1
- if vital > 5:vital -= 1
- 'Within an hour you enthusiastically read the book completely live in what is happening.'
- else
- manna += 10
- 'Within an hour you read the book.'
- end
- act 'close this book':gt $loc
- end
- end
- if w_book > 0:
- if womanbook <= 0:womanbook = 5 & w_book -= 1
- end
- if w_book > 0:'You still <<w_book>> not read the novel female.'
- if womanbook > 0:
- act 'Read Women`s Novel. There are <<womanbook * 100>> more pages to read':
- cls
- womanbook -= 1
- if womanbook = 0:totalbook += 1
- minut += 60
- if nerdism > 0:
- lastread = totminut
- lastreadday = daystart
- nerdism += 1
- blizoruk += 1
- end
- gs 'stat'
- '<center><img src="images/pics/book.jpg"></center>'
- if nerdism > 0:
- manna += 100
- horny += 10
- if stren > 1:stren -= 1
- if vital > 5:vital -= 1
- 'Within an hour you enthusiastically read the book completely live in what is happening.'
- else
- manna += 10
- horny += 3
- 'Within an hour you read the book.'
- end
- act 'Close this book':gt $loc
- end
- end
- act ' Close this book':gt $loc
- end
- }
- $d_slut_horny = {
- you_slut += 1
- if you_slut < 10:
- end
- if you_slut >= 10 and you_slut < 20:horny += 1
- if you_slut >= 20 and you_slut < 30:horny += 2
- if you_slut >= 30 and you_slut < 40:horny += 3
- if you_slut >= 40 and you_slut < 50:horny += 4
- if you_slut >= 50 and you_slut < 60:horny += 5
- if you_slut >= 60 and you_slut < 70:horny += 6
- if you_slut >= 70 and you_slut < 80:horny += 7
- if you_slut >= 80 and you_slut < 90:horny += 8
- if you_slut >= 90 and you_slut < 100:horny += 9
- if you_slut >= 100:horny += 10
- }
- --- din2 ---------------------------------
|