12345678910111213141516171819202122232425262728293031 |
- # butoilet
- CLOSE ALL
- $metka = $ARGS[0]
- $loc = $CURLOC
- $metkaM = $ARGS[0]
- $locM = $CURLOC
- $location_type = 'bathroom'
- $menu_loc = 'butoilet'
- $menu_arg = ''
- menu_off = 0
- minut += 5
- *clr & cla
- gs 'stat'
- gs 'themes', 'indoors'
- '<center><b><font color="maroon">WC</font></b></center>'
- '<center><img <<$set_imgh>> src="images/locations/shared/bathroom/publictoilet.jpg"></center>'
- *nl
- act 'Leave the toilet':gt 'burger', 'start'
- act 'Look in the mirror': gt 'mirror', 'start'
- if pcs_hairbsh = 0: act 'Brush your hair': gt 'mirror', 'brush'
- dynamic $tampon
- dynamic $quickwash
- dynamic $basin
- dynamic $removepan
- --- butoilet ---------------------------------
|