123456789101112131415161718192021222324 |
- # yzal
- $loc_arg = ''
- $loc = 'yzal'
- $menu_loc = 'yzal'
- $menu_arg = ''
- menu_off = 0
- $location_type = 'private'
- $locclass = 'livingr'
- *clr & cla
- gs 'stat'
- '<center><b><font color="maroon">House</font></b></center>'
- '<center>Living Room</center>'
- if ymanrem[7] = 0:'<center><img <<$set_imgh>> src="images/locations/city/suburb/mansion/ynill.jpg"></center>'
- if ymanrem[7] = 1:'<center><img <<$set_imgh>> src="images/locations/city/suburb/mansion/yrem.jpg"></center>'
- if ymanrem[7] = 2:'<center><img <<$set_imgh>> src="images/locations/city/suburb/mansion/yzal.jpg"></center>'
- if ymanrem[7] = 2:'You can watch <a href="exec:gt ''TV'',''start''">TV</a>, or relax on your luxury <a href="exec:gt ''divan'', ''start''">leather sofa</a>.'
- gs 'subkid'
- act 'Leave the room':minut += 1 & gt 'ymans'
- --- yzal ---------------------------------
|