123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147 |
- # sexorg
- if $ARGS[0] = 'start':
- cla
- *clr
- minut += 30
- sweat += 1
- picrand = rand(0, 1)
- gs 'stat'
- gt 'sexorg', 'var'
- end
- if $ARGS[0] = 'var':
- sexorgrand = rand(0, 6)
- if sexorgrand = 0:
- cla
- *clr
- horny += 10
- sexvar += 1
- if orsxbj = 0:
- bj += 1
- orsxbj = 1
- end
- '<center><img src="images/img/sexorg/minet<<picrand>>.jpg"></center>'
- 'You two suck his cock, then take turns licking it with his dildo, touching tongues.'
- act 'More':gt 'sexorg', 'var'
- if sexvar >= 3:act 'Finish.':gt 'sexorg', 'end'
- elseif sexorgrand = 1:
- cla
- *clr
- horny += 10
- sexvar += 1
- '<center><img src="images/img/sexorg/vag<<picrand>>.jpg"></center>'
- 'While she enjoys her pussy in a member, you also find yourself iteresnoe employment.'
- act 'More':gt 'sexorg', 'var'
- if sexvar >= 3:act 'Finish.':gt 'sexorg', 'end'
- elseif sexorgrand = 2:
- cla
- *clr
- horny += 10
- sexvar += 1
- if orsxsex = 0:
- sex += 1
- orsxsex = 1
- end
- '<center><img src="images/img/sexorg/uvag<<picrand>>.jpg"></center>'
- 'He comes into you, his cock moving inside your pussy bringing you pleasure, this time she did not lose too found something to do.'
- act 'More':gt 'sexorg', 'var'
- if sexvar >= 3:act 'Finish.':gt 'sexorg', 'end'
- elseif sexorgrand = 3:
- cla
- *clr
- horny += 10
- sexvar += 1
- '<center><img src="images/img/sexorg/anal<<picrand>>.jpg"></center>'
- 'Do you like the sight of his cock in her ass and sweet until she yells trying to absorb all of it, too, you did not get lost.'
- act 'More':gt 'sexorg', 'var'
- if sexvar >= 3:act 'Finish.':gt 'sexorg', 'end'
- elseif sexorgrand = 4:
- cla
- *clr
- horny += 10
- if orsxanal = 0:
- anal += 1
- pdsxanal = 1
- end
- '<center><img src="images/img/sexorg/uanal<<picrand>>.jpg"></center>'
- 'When he enters you in the anus you hurt a little, but soon the pain goes away and its place is taken by a pleasant feeling, while his moving dildo in your ass it is not sitting idly by.'
- act 'More':gt 'sexorg', 'var'
- if sexvar >= 3:act 'Finish.':gt 'sexorg', 'end'
- elseif sexorgrand = 5:
- cla
- *clr
- horny += 10
- if orsxbj = 0:
- bj += 1
- orsxbj = 1
- end
- if orsxsex = 0:
- sex += 1
- orsxsex = 1
- end
- if orsxanal = 0:
- anal += 1
- orsxanal = 1
- end
- '<center><img src="images/img/sexorg/udp<<picrand>>.jpg"></center>'
- 'Two men enter into you and you moan with pleasure feeling both dildo move inside.'
- act 'More':gt 'sexorg', 'var'
- if sexvar >= 3:act 'Finish.':gt 'sexorg', 'end'
- elseif sexorgrand = 6:
- cla
- *clr
- horny += 10
- sexvar += 1
- '<center><img src="images/img/sexorg/dp<<picrand>>.jpg"></center>'
- 'When they enter into it as a couple you get a little jealous seeing how she enjoys.'
- act 'More':gt 'sexorg', 'var'
- if sexvar >= 3:act 'Finish.':gt 'sexorg', 'end'
- end
- end
- if $ARGS[0] = 'end':
- cla
- *clr
- orsxbj = 0
- orsxsex = 0
- orsxanal = 0
- sexvar = 0
- cumlip = 1
- if horny >= 80:
- horny = 0
- orgasm += 1
- end
- '<center><img src="images/img/sexorg/cum<<picrand>>.jpg"></center>'
- 'They came, and you lick the cum off each other.'
- act 'Leave':gt $sexloc, 'start'
- end
- --- sexorg ---------------------------------
|