Jennifer In Control
Jennifer In Control
This is an old revision of the document!
Title:Strip or Cum Sex: Female T Male T Trans T Require: 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. wait:2 button:Ready ;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 fi: endwhile: if:(TEMP3 == 3) show:You get to cum button:Ok fi: if:(TEMP3 < 3) show:No cumming for you! button:Ok fi: