This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
tasks:button_test [2017/04/03 21:35] chissoku |
tasks:button_test [2017/11/07 12:36] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | |||
<code> | <code> | ||
- | Title:button test | + | Title:Snippet button test |
Sex: Female T Male T Trans T | Sex: Female T Male T Trans T | ||
- | Require: | + | Require: |
- | Limits: | + | Limits: |
- | show: Choose the task outcome. | + | ;Testing 3 types of button |
- | choice:yes,no, | + | show: Cam you click yes in less than 10 seconds? |
- | + | settemp1:TIMENOW | |
- | if:(LASTASK=="yes") | + | wbutton:10:Yes |
- | show: Thats just too bad, you obviously need to be more needy first SNAME. | + | settemp1:TIMENOW-TEMP1 |
- | button: Yes mistress | + | if:(LASTASK==0) |
- | log:set denied 1 hour | + | show: Well done. Clicked in TEMP1 msec |
- | ;*** just during testing | + | button: Ok |
fi: | fi: | ||
- | if:(LASTASK=="no") | + | if:(LASTASK>0) |
- | show: Good, now show your proof to the camera. | + | show: Too slow. |
- | button: Look mistress | + | button: Sorry |
- | cam: 1 | + | |
fi: | fi: | ||
- | + | ; | |
- | finish | + | show: Be honest now, did you cum? |
+ | choice:no,yes | ||
+ | ; | ||
+ | wait:3 | ||
+ | ; | ||
+ | if:(LASTASK==1) | ||
+ | show: Thats just too bad, you obviously need to be more needy first SNAME. | ||
+ | button: Yes DTITLE | ||
+ | fi: | ||
+ | ; | ||
+ | if:(LASTASK==2) | ||
+ | show: Good, now show your proof to the camera. | ||
+ | button: Look DTITLE | ||
+ | fi: | ||
+ | ; | ||
+ | show: We are done here SNAME. | ||
+ | button: Thank you DTITLE. | ||
+ | ; | ||
+ | ; | ||
+ | ; | ||
+ | ; | ||
</code> | </code> |