ymans.qsrc 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. # ymans
  2. $locM = 'ymans'
  3. $metkaM = ''
  4. $loc = 'ymans'
  5. $metka = ''
  6. $menu_loc = 'ymans'
  7. $menu_arg = ''
  8. menu_off = 0
  9. $location_type = 'private'
  10. killvar '$locclass'
  11. clr
  12. gs 'stat'
  13. gs 'themes', 'indoors'
  14. if courtletter_date <= daystart and courtletter_date ! 0:
  15. gt 'sentence', 'letter'
  16. end
  17. '<center><b><font color="maroon">House</font></b></center>'
  18. '<center>Hall</center>'
  19. '<center>The main hall of the mansion. From here you can visit the different rooms in the mansion.</center>'
  20. if ymanrem[3] = 0:'<center><img <<$set_imgh>> src="images/locations/city/suburb/mansion/ynill.jpg"></center>'
  21. if ymanrem[3] = 1:'<center><img <<$set_imgh>> src="images/locations/city/suburb/mansion/ynill.jpg"></center>'
  22. if ymanrem[3] = 2:'<center><img <<$set_imgh>> src="images/locations/city/suburb/mansion/yrem.jpg"></center>'
  23. if ymanrem[3] = 3:'<center><img <<$set_imgh>> src="images/locations/city/suburb/mansion/ymans.jpg"></center>'
  24. if ymanrem[3] = 3:'There''s a <a href="exec:gt ''mirror'', ''start''">mirror</a> hanging on the wall.'
  25. if umbrella > 0:'There''s an umbrella hanging on a hook.'
  26. if ymanrem[3] >= 1:act 'Go to the bedroom':minut += 1 & gt 'ybedr'
  27. if ymanrem[3] >= 1:act 'Go to the bathroom':minut += 1 & gt 'yvan'
  28. if ymanrem[3] >= 1:act 'Go to the kitchen':minut += 1 & gt 'ykuh'
  29. if ymanrem[3] >= 1:act 'Go to the living room':minut += 1 & gt 'yzal'
  30. if ymanrem[3] >= 1:act 'Go to the fireplace room':minut += 1 & gt 'ykamin'
  31. if ymanrem[3] >= 1:act 'Go to the nursery':minut += 1 & gt 'ydet'
  32. if ymanrem[3] >= 1:act 'Go to the library':minut += 1 & gt 'ybib'
  33. if ymanrem[3] >= 1:act 'Go the gym':minut += 1 & gt 'ysport'
  34. if ymanrem[3] >= 1:act 'Go to your work room':minut += 1 & gt 'ykabinet'
  35. if $clothingworntype ! 'nude':act 'Walk outside':minut += 5 & gt 'youplace'
  36. !!if rand (0,2) ! 0:gs 'din_bad' & dynamic $mobile_check
  37. --- ymans ---------------------------------