1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- # ymans
- $locM = 'ymans'
- $locM_arg = ''
- $loc = 'ymans'
- $loc_arg = ''
- $menu_loc = 'ymans'
- $menu_arg = ''
- menu_off = 0
- $location_type = 'private'
- killvar '$locclass'
- clr
- gs 'stat'
- gs 'themes', 'indoors'
- if courtletter_date <= daystart and courtletter_date ! 0:
- gt 'sentence', 'letter'
- end
- '<center><b><font color="maroon">House</font></b></center>'
- '<center>Hall</center>'
- '<center>The main hall of the mansion. From here you can visit the different rooms in the mansion.</center>'
- if ymanrem[3] = 0:'<center><img <<$set_imgh>> src="images/locations/city/suburb/mansion/ynill.jpg"></center>'
- if ymanrem[3] = 1:'<center><img <<$set_imgh>> src="images/locations/city/suburb/mansion/ynill.jpg"></center>'
- if ymanrem[3] = 2:'<center><img <<$set_imgh>> src="images/locations/city/suburb/mansion/yrem.jpg"></center>'
- if ymanrem[3] = 3:'<center><img <<$set_imgh>> src="images/locations/city/suburb/mansion/ymans.jpg"></center>'
- if ymanrem[3] = 3:'There''s a <a href="exec:gt ''mirror'', ''start''">mirror</a> hanging on the wall.'
- if umbrella > 0:'There''s an umbrella hanging on a hook.'
- if ymanrem[3] >= 1:act 'Go to the bedroom':minut += 1 & gt 'ybedr'
- if ymanrem[3] >= 1:act 'Go to the bathroom':minut += 1 & gt 'yvan'
- if ymanrem[3] >= 1:act 'Go to the kitchen':minut += 1 & gt 'ykuh'
- if ymanrem[3] >= 1:act 'Go to the living room':minut += 1 & gt 'yzal'
- if ymanrem[3] >= 1:act 'Go to the fireplace room':minut += 1 & gt 'ykamin'
- if ymanrem[3] >= 1:act 'Go to the nursery':minut += 1 & gt 'ydet'
- if ymanrem[3] >= 1:act 'Go to the library':minut += 1 & gt 'ybib'
- if ymanrem[3] >= 1:act 'Go the gym':minut += 1 & gt 'ysport'
- if ymanrem[3] >= 1:act 'Go to your work room':minut += 1 & gt 'ykabinet'
- if $clothingworntype ! 'nude':act 'Walk outside':minut += 5 & gt 'youplace'
- !!if rand (0,2) ! 0:gs 'din_bad' & dynamic $mobile_check
- --- ymans ---------------------------------
|