123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148 |
- # divan
- <<<<<<< 317_divan
- if $ARGS[0] = 'start':
- cla
- $divmastr = {
- cls
- '<center><img src="images\pics\divmas.jpg"></center>'
- set minut += 15
- sweat += 1
- set horny += RAND(1,5)
- if divanmastr = 0: divanmastr = 1 & set mastr += 1
- gs 'stat'
- '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.'
- if horny >= 100: orgasm += 1 & horny = 0 & 'Suddenly a nice cramp brought your body and you covered powerful orgasm from which you groan.'
- act 'Get off the couch': divanmastr = 0 & gt 'divan','fin'
- if horny >= 75: act 'Proceed': dynamic $divmastr
- =======
- if $ARGS[0]='start':
- cla
- $divmastr={
- cls
- '<center><img src="pics/divmas.jpg" ></center>'
- set minut = minut + 15
- sweat+=1
- set horny = horny + RAND(1,5)
- if divanmastr=0:divanmastr=1&set mastr = mastr + 1
- gs'stat'
- 'You lay on the sofa and started with one hand caressing her breasts, finger of the other hand you started rubbing and stroking a small bump between his legs that respond to the touch of pleasant languor covering your entire body.'
- if horny>=100:orgasm+=1&horny=0&'Suddenly nice cramp brought your body and you covered powerful orgasm, from which you moan.'
- act 'Get up from the couch':divanmastr=0>'divan','fin'
- if horny>=75:act 'Resume':dynamic $divmastr
- >>>>>>> 317_divan
- }
- clr
- <<<<<<< 317_divan
- gs 'stat'
- '<center><img src="images\pics\divan.jpg"></center>'
- 'You lay down on the sofa.'
- act 'Lie':
- cla
- waiting = input ("How many minutes to wait? (Not more than 120 minutes)")
- if waiting <= 0 or waiting > 120:
- set minut += 15
- end
- if waiting > 0 and waiting <= 120:
- set minut += waiting
- end
- act 'Get off the couch': gt 'divan','fin'
- end
- if TV > 0:
- act 'Watch TV':
- cla
- gt 'TV','start'
- end
- end
- if book > 0:
- act 'Read a book (0:30)':
- cla
- *clr
- '<center><img src="images\pics\book.jpg"></center>'
- set minut += 30
- set horny += 5
- 'You are reading a book.'
- act 'Put the book': gt 'divan','start'
- end
- end
- if horny >= 75:
- act 'Masturbate (0:15)':
- dynamic $divmastr
- end
- end
- act 'Get off the couch':
- cla
- gt 'divan','fin'
- end
- =======
- gs'stat'
- '<center><img src="pics/divan.jpg" ></center>'
- 'You lay on the sofa.'
- act 'lie':
- cla
- waiting = input ("How many minutes to wait? (not any more 120 minutes)")
- if waiting <= 0 or waiting > 120:
- set minut = minut + 15
- end
- if waiting > 0 and waiting <= 120:
- set minut = minut + waiting
- end
- act 'Get up from the couch':gt'divan','fin'
- end
-
- if TV > 0:
- act 'watching TV':
- cla
- gt'TV','start'
- end
- end
-
- if book > 0:
- act 'read the book 30 minutes':
- cla
- *clr
- '<center><img src="pics/book.jpg" ></center>'
- set minut = minut + 30
- set horny = horny + 5
- 'You are reading a book.'
- act 'put the book':gt'divan','start'
- end
- end
-
- if horny>=75:
- act 'masturbate 15 minutes':
- dynamic $divmastr
- end
- end
-
- act 'Get up from the couch':
- cla
- gt'divan','fin'
- end
- >>>>>>> 317_divan
- end
- <<<<<<< 317_divan
- if $ARGS[0] = 'fin':
- =======
- if $ARGS[0]='fin':
- >>>>>>> 317_divan
- cla
- gt $locM, $metkaM
- <<<<<<< 317_divan
- !'if housr = 1 and housrA = 1:
- set housrA = 0
- gt 'sitr'
- end'
- =======
- !'if housr = 1 and housrA = 1:
- set housrA = 0
- gt'sitr'
- end'
- >>>>>>> 317_divan
- end
- --- divan ---------------------------------
|