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:32] schlabi |
— (current) | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | <code> | ||
- | Title: Beauty salon | ||
- | Sex: Female F Male T | ||
- | Require:eggs, regular quark, some honey, lemon | ||
- | Limits: | ||
- | |||
- | 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 | ||
- | show:eins | ||
- | fi | ||
- | |||
- | if:LASTASK==2 | ||
- | show:zwei | ||
- | fi | ||
- | |||
- | if:LASTASK==3 | ||
- | show:drei | ||
- | fi | ||
- | |||
- | </code> | ||