This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
tasks:casino [2017/03/03 21:04] smichael27 |
— (current) | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | <code> | ||
- | Title: Blackjack Chastity | ||
- | Sex: Female T Male T | ||
- | Require: | ||
- | Limits: chastity | ||
- | ; | ||
- | show: just testing for now | ||
- | settemp1:Math.floor((Math.random() * 11) + 1) | ||
- | show: TEMP1 | ||
- | wait:5 | ||
- | settemp2:Math.floor((Math.random() * 11) + 1) | ||
- | show: TEMP2 | ||
- | wait:5 | ||
- | settemp3:(TEMP1+TEMP2) | ||
- | show: (TEMP3) | ||
- | |||
- | |||
- | </code> | ||
- | |||