butoilet.tw 756 B

1234567891011121314151617181920212223242526272829303132
  1. :: butoilet
  2. <<set $here = 'butoilet'>>
  3. <<set $ARGS = $location_var[$here]>>
  4. <<set $loc_arg = $location_var[$here][0]>>
  5. <<set $loc = 'butoilet'>>
  6. <<set $locM_arg = $location_var[$here][0]>>
  7. <<set $locM = 'butoilet'>>
  8. <<set $location_type = 'bathroom'>>
  9. <<set $locclass = 'restroom'>>
  10. <<set $menu_loc = 'butoilet'>>
  11. <<set $menu_arg = ''>>
  12. <<set $menu_off = 0>>
  13. <<set $time.minutes += 5>>
  14. <h2>WC</h2>
  15. <<image "locations/shared/bathroom/publictoilet.jpg">>
  16. <<actCLA 'Leave the toilet'>>
  17. <<gt 'burger' 'start'>>
  18. <</actCLA>>
  19. <<actCLA 'Look in the mirror'>>
  20. <<gt 'mirror' 'start'>>
  21. <</actCLA>>
  22. <<if $pc.pcs_hairbsh < 1>>
  23. <<actCLA 'Brush your hair'>>
  24. <<gt 'mirror' 'brush'>>
  25. <</actCLA>>
  26. <</if>>
  27. $inventory.get("tampon")
  28. <<quickwash>>
  29. <<basin>>
  30. <<publicpan>>