yban.qsrc 853 B

123456789101112131415161718192021222324252627282930313233
  1. # yban
  2. $metka = ''
  3. $loc = 'yban'
  4. *clr & cla
  5. gs 'stat'
  6. gs 'themes', 'indoors'
  7. '<center><b><font color="maroon">Sauna</font></b></center>'
  8. '<center><img <<$set_imgh>> src="images/locations/city/suburb/mansion/yban.jpg"></center>'
  9. if $clothingworntype ! 'nude':act 'Walk back to the house':minut += 5 & gt 'youplace'
  10. act 'Go to the gym': minut += 5 & gt 'ysport'
  11. if saunaday ! daystart:
  12. act 'Use the sauna':
  13. cls
  14. minut += 60
  15. fat -= 10
  16. pcs_sweat = rand(0,5)
  17. dynamic $showerdin
  18. saunaday = daystart
  19. pcs_mood = 100
  20. gs 'stat'
  21. '<center><img <<$set_imgh>> src="images/locations/city/shared/sauna/sau.jpg"></center>'
  22. 'You spend an hour relaxing in the heat of the sauna. You take a shower after you''re done to cool down and get dressed. You feel revitalised.'
  23. act 'Leave':gt 'yban'
  24. end
  25. end
  26. --- yban ---------------------------------