butoilet.qsrc 656 B

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