Title:stretching_balls
Sex: Female F Male T Trans F
Require:
Limits: LPain-G
;stretching the slaves balls
;
;The slave must stretch his balls and measure the difference between the stretched and non-stretched state
;
;PeerReview off now
peerreview:false
;
;--------------- Variables --------------------------
;Selected domme of the slave
;
if:('DNAME'=='Jennifer')
assign:domme:'Jennifer'
fi:
if:('DNAME'=='Natasha')
assign:domme:'Natasha'
fi:
if:('DNAME'=='James')
assign:domme:'James'
fi:
;
;measurements
assign:unit:'cm'
assign:length:0
assign:convert: 1
;
;------------------------- Start Task -----------------------
;
;Intro
log:Task description, the slave must stretch his balls and measure the difference between the stretched and non-stretched state.
;
image:taskimg/backgrounds/Bedroom_2.jpg
image2:taskimg/Default/$domme_Happy.png
;
show:Slave, I have a task in mind for your balls. I want to see just how elastic they truly are.
wait:7
show:I want to conduct an experiment to determine the difference between your balls when they're just hanging freely and when they're stretched down.
button:Gulp
show:Get a rope to tie around your balls and find something like weights or another method to attach to the rope, stretching your balls downward.
Additionally, take a ruler and a marker for making measurements. We need accurate records.
button:Ready DTITLE
show:No clothes for this experiment. I want to see everything clearly. Strip down and let's get started.
Don't keep me waiting.
button:Naked
;
;Slave is not in chastity, so a hard cock is required.
if:(!INCHASTITY)
log:Slave must maintain at least a somewhat hard cock during the task.
show:Your soft cock might be obstructing the view. Get hard now, I want everything visible and clear.
Keep your cock hard the entire time. No exceptions.
button:Hard DTITLE
fi:
;
;Marking free hanging
show:First, we'll mark the position of your balls when they're hanging freely.
Slave, draw a line on your thighs at the bottom of your balls to mark their natural position.
button:Marked DTITLE
show:Move closer to the camera so we can take a picture for documentation.
button:Picture (10 seconds)
log:Picture below slave has marked the first position
wait:5
;cam:temp
;
;What method will the slave use for pulling
asktext:"How do you plan to stretch your balls, slave? Will you use weights, attach a rope to your feet, or employ any other method?
log:Slave is describing how he is going to stretch his balls 'LASTASK'
show:Prepare yoursel and demonstrate the stretching method you intend to use.
Step back and ensure at least your belly down to your feet is visible in the picture.
No need to mark it yet.
button:Picture (10 seconds)
log:Picture below slave at least visible from belly to feet demonstrating his stretching method
wait:5
;cam:temp
;
;Marking stretched hanging
show:Get closer to the camera and take your marker.
button:Ok DTITLE
show:When I say 'start' begin stretching your balls and mark the new position on your thighs below the previous mark. Keep stretching until you hear a bell.
button:Ready DTITLE
wait:5
show:Start
log:Video below shows the slaves balls are stretched down and he's marking the lower position
;vidrec:0
wait:5
;vidstop:0
log:Picture below showing slaves stretched down balls with the second mark visible
wait:5
;cam:temp
show:Stop
sound:bell.wav
wait:5
show:You may free your balls now before they fall off.
button:Free balls DTITLE
;
;Measuring
show:I hope for your sake that you stretched your balls hard enough and there's a clear difference between the marked spots.
button:Yes DTITLE
show:Take one final picture with your ruler beside the marked spots to ensure accurate measurement.
button:Picture (10 seconds)
log:Slave is measuring with the ruler beside the marked spots.
wait:5
;cam:temp
;Is the slave using inch or cm
show:Are you using inches or centimeters for your measurements?
choice:Inch, Cm
if:(LASTASK == 1)
assign:unit:'inch'
assign:convert: 2.54
fi:
if:(LASTASK ==2)
assign:unit:'cm'
fi:
;The actual number
asknumber:What are the results of the measurement.(decimal point allowed)
assign:length:'LASTASK'
log:Slave claims the difference is $length $unit.
;
;Result and comment, currently 6cm for appraisal
if:(($length * $convert) > 6)
show:$length $unit.
...
wait:3
show:$length $unit.
I must say, I'm quite impressed with how much you've stretched your balls. Well done.
button:Thank you DTITLE
else:
show:Only $length $unit.
...
wait:3
show:Only $length $unit.
I'm not entirely pleased with the result, slave. The extension must be longer. Make sure you stretch harder next time.
button:Sorry DTITLE
fi:
;
;End task
show:You may leave now, slave. Until next time
button:Bye DTITLE
;
;
;