1234567891011121314151617181920212223 |
- # bedrPar2
- act 'Leave the room':gt 'korrPar'
- $metkaM = $ARGS[0]
- $locM = $CURLOC
- $metka = $ARGS[0]
- $loc = $CURLOC
- '<center><b><font color="maroon">Master bedroom</font></b></center>'
- '<center><img src="images/qwest/alter/<<$loc>>.jpg"></center>'
- clr
- set minut += 1
- gs 'stat'
- fcolor="rgb"(0, 0, 0)
- bcolor="rgb"(255, 255, 255)
- lcolor="rgb"(106, 90, 205)
- 'The room in which the parents live. In the center stands a double bed and a large closet wall.'
- gs 'family'
- if hour = 21 and parsexrand = 5 and parentsexday ! daystart:gt 'seeparentsex'
- --- bedrPar2 ---------------------------------
|