1
0

Gaddvor 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  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. if StoryLine = 1:
  11. '<center><h4>Your grandparents'' yard</h4></center>'
  12. else
  13. '<center><h4>Old Couple''s yard</h4></center>'
  14. end
  15. if month >= 4 and month <= 10:
  16. if hour >= 6 and hour < 22:
  17. '<center><img <<$set_imgh>> src="images/locations/gadukino/village/dvor.jpg"></center>'
  18. else
  19. '<center><img <<$set_imgh>> src="images/locations/gadukino/village/dvor_night.jpg"></center>'
  20. end
  21. else
  22. if hour >= 8 and hour < 18:
  23. '<center><img <<$set_imgh>> src="images/locations/gadukino/village/dvor_winter.jpg"></center>'
  24. else
  25. '<center><img <<$set_imgh>> src="images/locations/gadukino/village/dvor_winter_night.jpg"></center>'
  26. end
  27. end
  28. if StoryLine = 1:
  29. '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.'
  30. else
  31. 'A fenced yard behind the house. The yard is surrounded by a small barn packed with junk and a separate building that is used as a banya where people take a bath. On the back porch there are a few chairs to sit in.'
  32. end
  33. 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.'
  34. if mira_guest = 1:'Your friend <a href="exec: gt ''Miroslava'', ''Start''">Mira</a> stands next to you.'
  35. if StoryLine = 1: act 'Enter your grandparents'' house':minut += 5 & gt 'Gadhouse'
  36. act 'Enter the barn':minut += 5 & gt 'Gadsarai'
  37. act 'Enter the banya':minut += 5 & gt 'Gadbana'
  38. act 'Enter garden':minut += 5 & gt'Gadgarden','garden'
  39. 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'
  40. act '<b>Go to the village</b>':minut += 5 & gt 'gadukino'
  41. !removed from 1.2.5
  42. if hour >= 17 and hour < 20:
  43. 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.'
  44. elseif hour >= 20:
  45. 'Several <a href="exec:gt ''mitkabuh''">young men</a> are sitting near your grandparents'' backyard, drinking moonshine and talking loudly.'
  46. end
  47. !125s
  48. mira_temp = rand(1,5)
  49. 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):
  50. cla
  51. *clr
  52. mira_guestday = daystart
  53. minut += 5
  54. mira_guest = 1
  55. gs 'stat'
  56. gs 'Miroslava', 'miraclothes'
  57. 'You went out into the yard and noticed Mira standing there.'
  58. '"Oh, <<$pcs_nickname>> hi, hope you don’’t mind me visiting. I was bored being home alone." she said smiling.'
  59. act 'Further':gt'Gaddvor'
  60. end
  61. end
  62. if $ARGS[0]='chickens':
  63. cls
  64. minut += 5
  65. gs 'stat'
  66. '<center><img <<$set_imgh>> src="images/locations/gadukino/village/chickens1.jpg"></center>'
  67. 'Ordinary chickens clucking about their pen.'
  68. !job Granny
  69. if feed_chickens = 1:
  70. act 'Feed the chickens':
  71. cla
  72. *clr
  73. minut += 30
  74. grandmahelp += 1
  75. feed_chickens = 0
  76. gs 'stat'
  77. '<center><img <<$set_imgh>> src="images/locations/gadukino/village/chickens2.jpg"></center>'
  78. '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.'
  79. act 'Finish':gt'Gaddvor'
  80. end
  81. end
  82. act 'Go': gt'Gaddvor'
  83. end
  84. !!125e
  85. --- Gaddvor ---------------------------------