butoilet.qsrc 689 B

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