User Tools

Site Tools


tasks:just_testing
Title:just_testing
Sex: Female F Male F Trans F
Require: chastity nochaste cancum restim rshock rlock buttplug candle crop dildo estim gag handcuffs humbler nippleclamps
Limits: Pain-N Sissy Info Shaving Watersport
call:break2
show:end
button:end

;----------------------------------------------------------------
function:break2
;----------------------------------------------------------------
  assign:needBreak:false
  image:taskimg/sets/runa/runa_blue_bikini60.jpg
  if: '$nipplesWereWaxed'=='FALSE'
    show:Honey you must be in pain. Are you ok, or do you need another break?
  else:
    show:Honey you must be in pain. Especially after waxing your nipples earlier. Are you ok, or do you need another break?
  fi:
  choice:I'm fine,I need a break
  assign:needBreak:LASTASK == 2

  if: !needBreak && L_PAIN_N == 5
    image:taskimg/sets/runa/runa_red_lingerie_a17.jpg
    show:That's awesome. If you can handle this so easily, I will increase the pain!
    button:Yes, Runa
	call:doubleRipOff
    if: ADD_MIS.includes('R')
      image:taskimg/sets/runa/runa_red_lingerie_a40.jpg
      show:That must have been painful, are you sure that you don't need a break?
      choice:I'm fine,I need a break
      assign:needBreak:LASTASK == 2
      if: !needBreak
        image:taskimg/sets/runa/runa_red_lingerie_a17.jpg	  
	    show:Rally? That's awesome. Then let's do it again!
        button:Yes, Runa
	    call:doubleRipOff
	   fi:
    fi:
  fi:

  if: $needBreak
    image:taskimg/sets/runa/runa_red_lingerie_a39.jpg
    show:Well you know the drill. Put a clamp on each nipple and lay on the ground similar to me, but <strong>grab your toes</strong> with your hands, or if you can't reach them, put your arms on your back. After clicking the button you have 20 seconds to get into position. Stay there until I ring the bell.
    call:layOnNipplesDoIt
  else:
    show:Ok, then let's continue!
	button:Yes, Runa
	assign:morePain:20
  fi:
end:

;----------------------------------------------------------------
function:doubleRipOff
;----------------------------------------------------------------
  image:taskimg/sets/runa/runa_red_lingerie_a26.jpg
  assign:side1:'left'
  show:Attach both clothespins to your $side1 nipple and wait for my command to rip them off! You have to rip them off within 2 seconds, when I give the command!
  button:Waiting for your command
  call:doDoubleRipOff
  assign:side1:'right'
  image:taskimg/sets/runa/runa_red_lingerie_b48.jpg
  show:Now let's do the other side! Attach both clothespins to your $side1 nipple and wait for my command to rip them off! You have to rip them off within 2 seconds, when I give the command!
  button:Waiting for your command
  call:doDoubleRipOff
end:

;----------------------------------------------------------------
function:doDoubleRipOff
;----------------------------------------------------------------
  settemp1:Math.floor((Math.random() * 100) + 1)
  assign:takeVid:TEMP1<40
  show:Stay like that and wait for my command.
  wait:10
  show:Wait
  wait:9
  if: $takeVid
    vidrec:0
  fi:
  wait:1
  show:<h1>NOW 2!</h1>
  speakjen:Now!  
  wait:1
  show:<h1>NOW 1!</h1>
  wait:1
  show:<h1>NOW 0!</h1>
  if: $takeVid
    vidstop:0
    wait:1
    log:In the video, the slave should be ripping off the pins by only touching the thread. In the beginning both pins have to be on the $side nipple, at the end the pins have to be off.
  else:
    wait:1
  fi:
end:
;



tasks/just_testing.txt · Last modified: 2025/01/18 11:15 (external edit)