12345678910111213141516171819202122232425262728293031323334353637383940 |
- # vanr
- CLOSE ALL
- $metka = ''
- $loc = 'vanr'
- $metkaM = ''
- $locM = 'vanr'
- $location_type = 'bathroom'
- $menu_loc = 'vanr'
- $menu_arg = ''
- menu_off = 0
- *clr & cla
- if fullmorrout = 1:
- act 'Finish and go to the kitchen':gt 'kuhr'
- else
- act 'Go to the corridor':gt 'korr'
- end
- minut += 1
- elektro += 1
- gs 'stat'
- gs 'themes', 'indoors'
- '<center><b><font color="maroon">Bathroom</font></b></center>'
- if remvanr = 0:
- '<center><img <<$set_imgh>> src="images/locations/city/residential/apartment/vanr.jpg"></center>'
- 'Your bathroom is old and in a bad state, the suite is unattractive and stained but at least the <a href="exec:gt ''mirror'',''start''">mirror</a> is reasonably new. '
- 'Your ' + iif(pcs_hairbsh = 0,'<a href="exec:gt ''mirror'',''brush''">brush</a>','brush') + ' sits on the small shelf, below the mirror.'
- elseif remvanr = 1:
- '<center><img <<$set_imgh>> src="images/locations/shared/bathroom/vanr2.jpg"></center>'
- 'Your bathroom is new and in good condition, the suite is modern, your <a href="exec:gt ''mirror'',''start''">mirror</a> is perfect and everything looks clean and fresh.'
- 'Your ' + iif(pcs_hairbsh = 0,'<a href="exec:gt ''mirror'',''brush''">brush</a>','brush') + ' sits on the small shelf, below the mirror.'
- end
- gs 'din_van', 'private'
- gs 'din_van', 'misery'
- --- vanr ---------------------------------
|