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:46] schlabi |
— (current) | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | <code> | ||
- | Title: Beauty salon | ||
- | Sex: Female F Male T | ||
- | Require:eggs, regular quark, some honey, lemon | ||
- | Limits: | ||
- | |||
- | ; *** | ||
- | ; *** Let the sub a chance to escape | ||
- | ; *** | ||
- | |||
- | 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 | ||
- | 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. | ||
- | fi | ||
- | |||
- | if:LASTASK==3 | ||
- | show:drei | ||
- | wait:2 | ||
- | fi | ||
- | |||
- | </code> | ||