Jennifer In Control
Jennifer In Control
Title:pngf_tmp
Sex: Female T Male T Trans T
Require: nochaste cancum
Limits:
;TEMP1 = score to reach to earn an orgasm
;TEMP2 = number fo edges to start
settemp1:(100-MOOD)
;
setdenial:0
;
call:start_horny
;
function:start_horny
show:I'm wondering how desperate to cum you are right now...
choice:I'm scared of what you might ask in exchange, Cumming would be very nice, I'm quite desperate, Oh please DTITLE I really really need to cum!!
if:(LASTASK == 1)
call:bad_end
else:
settemp2:LASTASK
show:that's a good start, now let's edge you a few time to make it even worse
button:Thank You DTITLE
while:(TEMP2 < 5)
show:Edge!
wait:10
button:Edging...
show:Good keep riding it for a while
wait:Math.floor((Math.random() * 30) + 1)
show:And hands off
wait:10
settemp2:(TEMP2+1)
endwhile:
show:Ok that should be enough for now...
wait:10
show: On second thought, let's do another one for good measure!
wait:10
show:Edge!
wait:10
button:Edging...
show:Good keep riding it for a while
wait:Math.floor((Math.random() * 30) + 30)
show:And hands off
wait:10
show:Now that I got you all horny and ready, let's play a bit...
button:What kind of game, DTITLE?
show: a very fun one SNAME
wait:10
call:task
goto:end
fi:
end:
;
function:task
show:it's very sexy and kind of nasty
end:
;
function:bad_end
if:(L_DENIAL < 2)
show:Oooh, wrong answer SNAME! No cumming for you!!
fi:
if:(L_DENIAL == 3)
show:Oooh, wrong answer SNAME! No cumming for you for a while!!
setdenial:2 hours
fi:
if:(L_DENIAL == 4)
show:Oooh, wrong answer SNAME! No cumming for you for a while!!
setdenial:12 hours
fi:
if:(L_DENIAL == 5)
show:Oooh, wrong answer SNAME! No cumming for you for a while!!
setdenial:1 days
fi:
button:Thank You DTITLE
goto:end
end:
label:end
;