This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
tasks:casino [2017/03/03 20:03] smichael27 created |
— (current) | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | Title: Blackjack Chastity | ||
- | Sex: Female T Male T | ||
- | Require: | ||
- | Limits: chastity | ||
- | ; | ||
- | show: Would you like to play Blackjack with Jennifer? | ||
- | wait:10 | ||
- | button: Yes Mistress! | ||
- | image:img/1488569472.dat | ||
- | show: Let’s Play! | ||
- | button: Yes Mistress | ||
- | show: What do you have to wager?…. Let’s see…. | ||
- | wait:10 | ||
- | show: Get naked while I think about it.. | ||
- | button: Naked Mistress | ||
- | cam:1 | ||
- | wait:10 | ||
- | show: How about if you lose I email your naughtiest details to you crush? | ||
- | kimage:0 | ||
- | wait:10 | ||
- | button: No Mistress | ||
- | show: Hmm.. I’ll save that for a later round perhaps…. | ||
- | wait:10 | ||
- | image:img/1488569472.dat | ||
- | show: Ok slave, we are going to bet your time in chastity for me. | ||
- | show: if you win, I’ll let you stroke for the amount of time in minutes as your winning hand. | ||
- | wait:10 | ||
- | show: if you lose, I get to lock you up for the amount of days that my winning hand is.. | ||
- | wait:10 | ||
- | show: sound good? | ||
- | button: Yes Mistress | ||
- | wait:10 | ||
- | settemp1:Math.floor((Math.random() * 11) + 1) | ||
- | settemp2:Math.floor((Math.random() * 11) + 1) | ||
- | show: temp1 | ||
- | show: temp2 | ||
- | settemp3:(temp1 + temp2) | ||
- | if:(temp3 > 21) | ||
- | show: bust | ||
- | fi | ||
- | if: (temp3 < 21) | ||
- | choice: hit, stay | ||
- | |||
- | |||
- | |||
- | |||
- | |||