1
0

ymans.qsrc 1.8 KB

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