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:01] 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() * 10) + 1) | ||
- | show: temp1 | ||
- | wait:5 | ||
- | settemp2:Math.floor((Math.random() * 10) + 1) | ||
- | show: (temp2) | ||
- | wait:5 | ||
- | settemp3:(temp1 + temp2) | ||
- | show: (temp3) | ||
- | |||
- | |||
- | </code> | ||
- | |||