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 15:46] 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: A choice to be made, and a task outcome from the user choice. | + | ;Testing 3 types of button |
| - | choice:yes,no | + | show: Cam you click yes in less than 10 seconds? |
| - | + | settemp1:TIMENOW | |
| - | ;*** choice:No mistress I was unable to cum, Yes thank you mistress I came. | + | wbutton:10:Yes |
| - | + | settemp1:TIMENOW-TEMP1 | |
| - | Show:LASTASK | + | if:(LASTASK==0) |
| - | + | show: Well done. Clicked in TEMP1 msec | |
| - | if:(LASTASK=yes) | + | button: Ok |
| - | show: Thats just too bad, you obviously need to be more needy first SNAME. | + | |
| - | button: Yes mistress | + | |
| - | log:set denied 1 hour | + | |
| - | ;*** just during testing | + | |
| 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> | ||