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:49] 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: Choose the task outcome. | + | show: Cam you click yes in less than 10 seconds? |
| - | choice: yes,no | + | settemp1:TIMENOW |
| - | + | wbutton:10:Yes | |
| - | if:(LASTASK=="yes") | + | settemp1:TIMENOW-TEMP1 |
| - | show: Thats just too bad, you obviously need to be more needy first SNAME. | + | if:(LASTASK==0) |
| - | button: Yes mistress | + | show: Well done. Clicked in TEMP1 msec |
| - | log: set denied 1 hour | + | button: Ok |
| - | + | ||
| - | if:(LASTASK=="no") | + | |
| - | show: Good, now show your proof to the camera. | + | |
| - | button: Look mistress | + | |
| - | cam: 1 | + | |
| fi: | fi: | ||
| - | + | if:(LASTASK>0) | |
| - | finish | + | show: Too slow. |
| + | button: Sorry | ||
| + | fi: | ||
| + | ; | ||
| + | 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> | ||