1
0

butoilet.qsrc 598 B

12345678910111213141516171819202122232425262728
  1. # butoilet
  2. CLOSE ALL
  3. $metka = $ARGS[0]
  4. $loc = $CURLOC
  5. $metkaM = $ARGS[0]
  6. $locM = $CURLOC
  7. $location_type = 'bathroom'
  8. minut += 5
  9. clr
  10. gs 'stat'
  11. gs 'themes', 'indoors'
  12. '<center><b><font color="maroon">WC</font></b></center>'
  13. '<center><img <<$set_imgh>> src="images/locations/shared/bathroom/publictoilet.jpg"></center>'
  14. ''
  15. act 'Leave the toilet':gt 'burger', 'start'
  16. act 'Look in the mirror': gt 'mirror', 'start'
  17. if pcs_hairbsh = 0: act 'Brush your hair': gt 'mirror', 'brush'
  18. dynamic $tampon
  19. dynamic $quickwash
  20. dynamic $basin
  21. dynamic $removepan
  22. --- butoilet ---------------------------------