This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
tasks:beauty_salon [2017/03/27 16:29] schlabi |
— (current) | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | <code> | ||
- | Title: Beauty salon | ||
- | Sex: Female F Male T | ||
- | Require:eggs, regular quark, some honey, lemon | ||
- | Limits: | ||
- | |||
- | ; *** | ||
- | ; *** Beauty salon - a messy task ;-) | ||
- | ; *** | ||
- | ; *** But: the home remedy is reality! It helps and was provided by the AOK (German health insurance)! | ||
- | ; *** | ||
- | ; *** Preface | ||
- | ; *** | ||
- | |||
- | show: Hello sub, I looked at your photos. You have to do something against your blemished skin. Aside from that, it seems, that your hair is a little bit rough and dry. But I have a good home remedy to help you. | ||
- | |||
- | button:Oh, ok, Mistress | ||
- | |||
- | show: I want you to collect the following things | ||
- | wait:2 | ||
- | show: I want you to collect the following things<br>    - 3 eggs | ||
- | wait:2 | ||
- | show: I want you to collect the following things<br>    - 3 eggs<br>    - 3 tablespoons of regular quark | ||
- | wait:2 | ||
- | show: I want you to collect the following things<br>    - 3 eggs<br>    - 3 tablespoons of regular quark<br>    - 1 tablespoon of honey | ||
- | wait:2 | ||
- | show: I want you to collect the following things<br>    - 3 eggs<br>    - 3 tablespoons of regular quark<br>    - 1 tablespoon of honey<br>    - a bit of lemmon juice | ||
- | wait:2 | ||
- | |||
- | button:Please go on, Mistress | ||
- | |||
- | show:And now select one of the following<br><br> | ||
- | |||
- | choice:I have to buy one or more of these things,Sorry Mistress,I can't do this task yet,I want to have a smooth skin and shiny hair | ||
- | |||
- | show:If you have to buy one or more of these things, type "BUY" in the upcoming textbox. | ||
- | wait:2 | ||
- | show:If you have to buy one or more of these things, type "BUY" in the upcoming textbox.<br><br>If you can't do this task for some reasons, you should enter "STOP" in the textboxand select the punishment "Failing a task" right afterwards. | ||
- | wait:2 | ||
- | show:If you have to buy one or more of these things, type "BUY" in the upcoming textbox.<br><br>If you can't do this task for some reasons, you should enter "STOP" in the textboxand select the punishment "Failing a task" right afterwards.<br><br>Otherwise type "GO" in the textbox or leave it blank. | ||
- | |||
- | asktext:Your choice: | ||
- | |||
- | ; *** | ||
- | ; *** Abort the script? | ||
- | ; *** | ||
- | |||
- | if:(LASTASK == "OK") | ||
- | show:Hit | ||
- | fi | ||
- | show:Hot | ||
- | |||
- | </code> | ||