Gaddvor 3.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. # Gaddvor
  2. if $ARGS[0]='':
  3. $metka = ''
  4. $loc = 'Gaddvor'
  5. $location_type = 'public_outdoors'
  6. clr
  7. gs 'stat'
  8. CLOSE ALL
  9. gs 'gadukino_event', 'sound'
  10. '<center><h4>Your grandparents'' yard</h4></center>'
  11. if month >= 4 and month <= 10:
  12. if hour >= 6 and hour < 22:
  13. '<center><img src="images/locations/gadukino/village/dvor.jpg"></center>'
  14. else
  15. '<center><img src="images/locations/gadukino/village/dvor_night.jpg"></center>'
  16. end
  17. else
  18. if hour >= 8 and hour < 18:
  19. '<center><img src="images/locations/gadukino/village/dvor_winter.jpg"></center>'
  20. else
  21. '<center><img src="images/locations/gadukino/village/dvor_winter_night.jpg"></center>'
  22. end
  23. end
  24. 'A fenced yard behind your grandparents'' house. The yard is surrounded by a small barn packed with junk and a separate building that is used as a banya where you can take a bath. On the back porch there are a few chairs to sit in.'
  25. if hour >= 6 and hour < 20 and month >= 4 and month <= 10:'In the yard there are <a href="exec:gt ''Gaddvor'',''chickens''">chickens</a> running around.'
  26. if mira_guest = 1:'Your friend <a href="exec: gt ''Miroslava'', ''Start''">Mira</a> stands next to you.'
  27. act 'Enter your grandparents'' house':minut += 5 & gt 'Gadhouse'
  28. act 'Enter the barn':minut += 5 & gt 'Gadsarai'
  29. act 'Enter the banya':minut += 5 & gt 'Gadbana'
  30. act 'Enter garden':minut += 5 & gt'Gadgarden','garden'
  31. if meadow > 0 and hour >= 6 and hour < 20 and month >= 4 and month <= 10:act 'Go to the meadow':minut += 20 & gt 'Meadow', 'start'
  32. act '<b>Go to the village</b>':minut += 5 & gt 'gadukino'
  33. !removed from 1.2.5
  34. if hour >= 17 and hour < 20:
  35. if mitkaday!daystart:'<a href="exec:gt ''mitka''">Mitka</a> is hanging out near the barn in your grandparents'' backyard, he is following you while taking a smoke.'
  36. elseif hour >= 20:
  37. 'Several <a href="exec:gt ''mitkabuh''">young men</a> are sitting near your grandparents'' backyard, drinking moonshine and talking loudly.'
  38. end
  39. !125s
  40. mira_temp = rand(1,5)
  41. if mira_temp = 3 and hour >= 9 and hour <= 19 and npc_rel['A60'] >= 15 and Mira_no = 0 and sunWeather = 1 and mira_guestday ! daystart and (npc_QW['A63'] < 13 or npc_QW['A60'] >= 10 or mirasex > 1):
  42. cla
  43. *clr
  44. mira_guestday = daystart
  45. minut += 5
  46. mira_guest = 1
  47. gs 'stat'
  48. gs 'Miroslava', 'miraclothes'
  49. 'You went out into the yard and noticed Mira standing there.'
  50. '"Oh, <<$pcs_nickname>> hi, hope you don’’t mind me visiting. I was bored being home alone." she said smiling.'
  51. act 'Further':gt'Gaddvor'
  52. end
  53. end
  54. if $ARGS[0]='chickens':
  55. cls
  56. minut += 5
  57. gs 'stat'
  58. '<center><img src="images/locations/gadukino/village/chickens1.jpg"></center>'
  59. 'Ordinary chickens clucking about their pen.'
  60. !job Granny
  61. if feed_chickens = 1:
  62. act 'Feed the chickens':
  63. cla
  64. *clr
  65. minut += 30
  66. grandmahelp += 1
  67. feed_chickens = 0
  68. gs 'stat'
  69. '<center><img src="images/locations/gadukino/village/chickens2.jpg"></center>'
  70. 'You decide to feed the chickens. You pick up a bucket full of bird''s seed and grain mix and toss it on the ground. They immediately rush over and start to greedily eat. You watch them for a bit before you go about your business.'
  71. act 'Finish':gt'Gaddvor'
  72. end
  73. end
  74. act 'Go': gt'Gaddvor'
  75. end
  76. !!125e
  77. --- Gaddvor ---------------------------------