This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
tasks:feel_lucky [2016/08/25 14:52] liz created |
tasks:feel_lucky [2018/07/31 09:09] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
<code> | <code> | ||
Title:Feel Lucky | Title:Feel Lucky | ||
- | Sex: Female T Male T | + | Sex: Female T Male T Trans T |
- | Require: | + | Require: nochaste |
- | Limits: | + | Limits: Chastity |
+ | ;Cum or denial task. Suggest deleting. Not much of an idea here | ||
+ | ;New Command | ||
+ | ;New Command | ||
show:Okay slave, get naked! Stand there and wait when you're done... | show:Okay slave, get naked! Stand there and wait when you're done... | ||
wait:60 | wait:60 | ||
Line 12: | Line 15: | ||
settemp1:Math.floor((Math.random() * 4) + 1) | settemp1:Math.floor((Math.random() * 4) + 1) | ||
if:(TEMP1 == 1) | if:(TEMP1 == 1) | ||
- | log:Allowed to cum | + | log:Allowed to cum |
- | show:Lucky boy, you get to cum today - just remember to eat it. | + | show:Lucky boy, you get to cum today - just remember to eat it. |
- | button:Thank you Mistress | + | button:Thank you DTITLE |
- | fi | + | fi: |
if:(TEMP1 == 2) | if:(TEMP1 == 2) | ||
- | log: set denial 1 days | + | log: set denial 1 days |
- | show:Denied for 24 hours, what a shame. | + | show:Denied for 24 hours, what a shame. |
- | button:Thank you Mistress | + | button:Thank you DTITLE |
- | fi | + | fi: |
if:(TEMP1 == 3) | if:(TEMP1 == 3) | ||
- | log: set denial 2 days | + | log: set denial 2 days |
- | show:Denied for 48 hours, what a shame. | + | show:Denied for 48 hours, what a shame. |
- | button:Thank you Mistress | + | button:Thank you DTITLE |
- | fi | + | fi: |
if:(TEMP1 == 4) | if:(TEMP1 == 4) | ||
- | log: ask before cum for next week | + | log: ask before cum for next week |
- | show:You have to ask me in here every time before you cum for a week. | + | show:You have to ask me in here every time before you cum for a week. |
- | button:Thank you Mistress | + | button:Thank you DTITLE |
- | fi | + | fi: |
; would be nice to add conditional choices for if have chastity or remote device... | ; would be nice to add conditional choices for if have chastity or remote device... | ||
+ | show:All done | ||
</code> | </code> |