ymans.qsrc 1.9 KB

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