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 22:12] 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: |
| + | ;Testing 3 types of button | ||
| + | show: Cam you click yes in less than 10 seconds? | ||
| + | settemp1:TIMENOW | ||
| + | wbutton:10:Yes | ||
| + | settemp1:TIMENOW-TEMP1 | ||
| + | if:(LASTASK==0) | ||
| + | show: Well done. Clicked in TEMP1 msec | ||
| + | button: Ok | ||
| + | fi: | ||
| + | if:(LASTASK>0) | ||
| + | show: Too slow. | ||
| + | button: Sorry | ||
| + | fi: | ||
| + | ; | ||
| show: Be honest now, did you cum? | show: Be honest now, did you cum? | ||
| - | choice: no, yes | + | choice:no,yes |
| - | + | ; | |
| - | wait: 3 | + | wait:3 |
| + | ; | ||
| if:(LASTASK==1) | if:(LASTASK==1) | ||
| - | show: Thats just too bad, you obviously need to be more needy first SNAME. | + | show: Thats just too bad, you obviously need to be more needy first SNAME. |
| - | button: Yes mistress | + | button: Yes DTITLE |
| - | setdenial: 1 hour | + | |
| fi: | fi: | ||
| + | ; | ||
| if:(LASTASK==2) | if:(LASTASK==2) | ||
| - | show: Good, now show your proof to the camera. | + | show: Good, now show your proof to the camera. |
| - | button: Look mistress | + | button: Look DTITLE |
| - | cam: 1 | + | |
| fi: | fi: | ||
| + | ; | ||
| show: We are done here SNAME. | show: We are done here SNAME. | ||
| - | button: Thank you Mistress. | + | button: Thank you DTITLE. |
| + | ; | ||
| + | ; | ||
| + | ; | ||
| + | ; | ||
| </code> | </code> | ||