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/28 14: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 SNAME, I looked at your photos, especially the one with your face. 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 | ||
- | 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<br>    - 2 small pans and something to mix, like a spoon | ||
- | wait:2 | ||
- | |||
- | button:Please go on, Mistress | ||
- | |||
- | ; *** | ||
- | ; *** Let the sub a chance to escape | ||
- | ; *** | ||
- | |||
- | 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 | ||
- | |||
- | if:LASTASK==1 | ||
- | ; *** | ||
- | ; *** Sub has to buy some things | ||
- | ; *** | ||
- | show:Ok, SNAME, for this time it's ok, but you should ensure, that you have all these things available next time. | ||
- | button:Thank you, Mistress | ||
- | finish: | ||
- | fi | ||
- | |||
- | if:LASTASK==2 | ||
- | ; *** | ||
- | ; *** Hm, sub is bothered? This should not an option normally, but... ;-) | ||
- | show:Hm, ok, for this time you can escape. But you have to choose the punishment "Failing a task" as soon as possible. Otherwise I could think about talking to PNAME... | ||
- | button:I'm sorry Mistress, I will punish me. | ||
- | finish: | ||
- | fi | ||
- | |||
- | ; *** | ||
- | ; *** The action | ||
- | ; *** | ||
- | |||
- | show:Now for the messy part... | ||
- | wait:2 | ||
- | show:Now for the messy part...<br>Mix the quark with one egg | ||
- | wait:10 | ||
- | show:Now for the messy part...<br>Mix the quark with one egg<br><br>After you have done this, you should mix the other two eggs with the honey and the lemon juice in the second pan. | ||
- | button:All mixed up, Mistress | ||
- | show:And now...apply the first mixture (the one with the quark) to your face, leaving the eye area and the region of the mount clean | ||
- | wait:2 | ||
- | show:And now...apply the mixture to your face, leaving the eye area and the region of the mount clean<br>and wait for 10 minutes... | ||
- | wait:2 | ||
- | button:Ready to start, Mistress | ||
- | |||
- | |||
- | |||
- | </code> | ||