123456789101112131415161718192021222324252627282930 |
- # vanr2x
- CLOSE ALL
- act 'To the corridor':
- gt'korr2x'
- end
- $metka = ''
- $loc = 'vanr2x'
- $metkaM = ''
- $locM = 'vanr2x'
- $location_type = 'bathroom'
- $menu_loc = 'vanr2x'
- $menu_arg = ''
- menu_off = 0
- *clr & cla
- minut = minut + 1
- elektro = elektro + 1
- gs'stat'
- gs 'themes', 'indoors'
- '<center><b><font color = maroon>Bathroom</font></b></center>'
- '<center><img <<$set_imgh>> src="images/locations/oldtown/apartment/vanr2x.jpg"></center>'
- 'Above the sink hangs a <a href="exec:GT ''mirror'',''start''">mirror</a>, where you can ' + iif(pcs_hairbsh = 0,'<a href="exec:GT ''mirror'',''brush''">brush</a>','brush') + ' your hair.'
- gs 'din_van', 'private'
- gs 'din_van', 'misery'
- --- vanr2x ---------------------------------
|