User Tools

Site Tools


tasks:striporcum

This is an old revision of the document!


Title:Strip or Cum
Sex: Female T Male T Trans T
Require: cancum
Limits: 
; A mini game to decide if you get to strip or cum by Liz x
show:<h2>Welcome to Strip or Cum</h2>You need to be standing in front of your webcam with 5 items of clothing on. Each round, if you pick the right button you win a cum token (you need 3 to win). If you don't you loose an item of clothing.
button:Ready
wait:2
cam:1
;TEMP2 = Num of clothes
settemp2:5
;TEMP3 = Num of cum tokens
settemp3:0

while:((TEMP2 > 0) && (TEMP3 < 3))
  show:You are wearing TEMP2 items of clothing and have TEMP3 cum tokens, pick a button
  choice:Button 1,Button 2,Button 3
  settemp1:Math.floor((Math.random() * 3) + 1)
if:(LASTASK == TEMP1)
  show:You guessed the correct button, take a cum token
  settemp3:(TEMP3+1)
  button:Ok  
fi:
if:(LASTASK != TEMP1)
  show:Bad luck you guessed the wrong button, remove an item of clothing.
  settemp2:(TEMP2-1)
  button:Removed
  wait:2
  cam:2
fi:
endwhile:

if:(TEMP3 == 3)
  show:Well done, you get to cum. But I do expect you to eat it.
  button:Yes, Mistress
fi:
if:(TEMP3 < 3)
  show:No cumming for you in the next 24 hours!
  setdenial:1 days
  button:Thank you, Mistress
fi:
tasks/striporcum.1491575247.txt.gz · Last modified: 2017/04/07 16:27 by liz