gadriver 41 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090
  1. # gadriver
  2. if $ARGS[0] = 'start':
  3. $metka = $ARGS[0]
  4. $loc = $CURLOC
  5. $location_type = 'public_outdoors'
  6. clr
  7. gs 'stat'
  8. '<center><H2>Slavka River</H2></center>'
  9. if month >= 5 and month <= 9:
  10. if hour >= 6 and hour < 22:
  11. '<center><img <<$set_imgh>> src="images/locations/gadukino/river/gadriver.jpg"></center>'
  12. else
  13. '<center><img <<$set_imgh>> src="images/locations/gadukino/river/gadriver_night.jpg"></center>'
  14. end
  15. else
  16. if hour >= 8 and hour < 18:
  17. '<center><img <<$set_imgh>> src="images/locations/gadukino/river/gadriver_winter.jpg"></center>'
  18. else
  19. '<center><img <<$set_imgh>> src="images/locations/gadukino/river/gadriver_winter_night.jpg"></center>'
  20. end
  21. end
  22. 'A large river flows lazily a hundred meters in the northern outskirts of Gadukino.'
  23. if hour >= 6 and hour < 21 and sunWeather = 1: 'You see the local <a href="exec:gt ''Gadriver'', ''fishers''">fishermen</a> fishing with their rods on the riverbank.'
  24. temp = rand(0,20)
  25. if temp = 1 and hour < 5 and month >= 5 and month <= 9 and npc_QW['A60'] >= 20: 'Right next to the path leading to the river, you see <a href="exec: gt ''Gadriver'', ''mirapunish'' ">Mira</a> naked, bound with ropes between two trees...'
  26. if temp = 4 and MiraLoc ! 1 and npc_QW['A63'] >= 13 and hour >= 5 and sub > 0:
  27. if mitkaguysriver ! daystart:
  28. mitkaguysriver = daystart
  29. 'While going to the river you meet Kolyamba and Vasya. They first invite you to join them, then insist you go with them.'
  30. act 'Go with them':
  31. cls
  32. gs 'boyStat', 'A61'
  33. pose = 1
  34. gs 'cum_manage'
  35. gs 'stat'
  36. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitkaguysriversex17.jpg"></center>'
  37. 'The boys take you to Vasya''s house, where, they rudely keep pushing you until you are bent over the kitchen table. They then take turns fucking you...'
  38. gs 'boyStat', 'A62'
  39. gs 'arousal', 'vaginal', 40, 'group', 'sub'
  40. gs 'arousal', 'end'
  41. gs 'stat'
  42. act 'Finish':minut += 10 & gt'gadukino'
  43. end
  44. else
  45. act 'To the beach':minut += 5 & gt 'Gadriver', 'Gadbitch'
  46. act 'To the village':minut += 20 & MiraLoc ! 1 & gt 'gadukino'
  47. end
  48. elseif temp = 5 and MiraLoc ! 1 and npc_QW['A63'] >= 13 and hour >= 5 and sub > 0:
  49. if mitkaguysriver ! daystart:
  50. mitkaguysriver = daystart
  51. 'While walking towards the river you meet the village boys, whom you''ve been drinking with recently. They ask you to go with them.'
  52. act 'Go with them':
  53. cls
  54. gs 'boyStat', 'A63'
  55. pose = 0
  56. pcs_ass += 3
  57. gs 'stat'
  58. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitkaguysriversex18.jpg"></center>'
  59. 'The boys lead you to Vasya''s house, where they spend an hour fucking you in the ass...'
  60. gs 'boyStat', 'A61'
  61. gs 'boyStat', 'A62'
  62. gs 'arousal', 'anal', 60, 'group', 'sub'
  63. gs 'arousal', 'end'
  64. gs 'stat'
  65. act 'Leave':minut += 10 & gt'gadukino'
  66. end
  67. else
  68. act 'Go to the beach':minut += 5 & gt 'Gadriver', 'Gadbitch'
  69. act 'Go to the village':minut += 20 & MiraLoc ! 1 & gt 'gadukino'
  70. end
  71. elseif temp = 6 and MiraLoc ! 1 and npc_QW['A63'] >= 13 and hour >= 5 and sub > 0:
  72. if mitkaguysriver ! daystart:
  73. mitkaguysriver = daystart
  74. 'On your way to the river you meet Vasya, he insists you follow him home...'
  75. act 'Go with him':
  76. cls
  77. gs 'boyStat', 'A62'
  78. pose = 1
  79. gs 'stat'
  80. if mesec = 0:
  81. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitkaguysriversex20.jpg"></center>'
  82. 'As soon as you open the door, Vasya pushes you inside and starts pulling your clothes off crudely. Once you are naked, he pushes you towards the sofa and forces you to your knees...'
  83. gs 'arousal', 'vaginal', 20, 'sub'
  84. gs 'arousal', 'end'
  85. gs 'stat'
  86. else
  87. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitkaguysriversex21.jpg"></center>'
  88. 'As soon as you open the door, Vasya pushes you inside and starts pulling your clothes off crudely. He then throws you onto his bed. Noticing, that you are slightly bleeding he asks if it is that time of the month. You whimper, "Yes." He curses angrily, turns you over and begins roughly fucking your ass...'
  89. gs 'arousal', 'anal', 20, 'sub'
  90. gs 'arousal', 'end'
  91. gs 'stat'
  92. end
  93. act 'Finish':minut += 10 & gt'gadukino'
  94. end
  95. else
  96. act 'Go to the beach':minut += 5 & gt 'Gadriver', 'Gadbitch'
  97. act 'Go to the village':minut += 20 & MiraLoc ! 1 & gt 'gadukino'
  98. end
  99. else
  100. act 'Go to the beach':minut += 5 & gt 'Gadriver', 'Gadbitch'
  101. act 'Go to the village':minut += 20 & MiraLoc ! 1 & gt 'gadukino'
  102. end
  103. end
  104. if $ARGS[0] = 'Gadbitch':
  105. $metka = $ARGS[0]
  106. $loc = $CURLOC
  107. $location_type = 'public_outdoors'
  108. cls
  109. gs 'stat'
  110. '<center><H4>Village Beach</H4></center>'
  111. !125s
  112. !start before everything
  113. if (mira_go_blok = 0 and MiraLoc = 1 and rand(1,10) = 5) or (MiraLoc = 1 and hour >= 20):
  114. cla
  115. *clr
  116. minut += 5
  117. mira_go_blok = 1
  118. mira_no_home = 0
  119. MiraLoc = 0
  120. gs 'stat'
  121. if $clothingworntype = 'nude':
  122. '<center><img <<$set_imgh>> src="images/characters/village/mira/mira_go_home_nude.jpg"></center>'
  123. else
  124. '<center><img <<$set_imgh>> src="images/characters/village/mira/mira_go_home.jpg"></center>'
  125. end
  126. '"<<$pcs_nickname>>, I have to go home, " Mira said to you and began to gather her stuff.'
  127. act 'Further': gt'Gadriver', 'Gadbitch'
  128. exit
  129. end
  130. if Mira_no = 0 and MiraLoc ! 1 and rand(1,10) < 3 and hour > 8 and hour < 20 and sunWeather = 1 and temper >= 15:
  131. cla
  132. *clr
  133. MiraLoc = 1
  134. minut += 5
  135. mira_go_blok = 1
  136. gs 'stat'
  137. '<center><img <<$set_imgh>> src="images/characters/village/mira/mira_in_river.jpg"></center>'
  138. 'Arriving at the beach, you see Mira laying down, sunbathing on a towel.'
  139. act 'Further':
  140. if rand(0,3) = 0 and Miraswimday ! daystart:
  141. cla
  142. *clr
  143. minut += 1
  144. Miraswimday = daystart
  145. gs 'stat'
  146. gs 'Miroslava', 'miraclothes'
  147. '"<<$pcs_nickname>>, Why are you moping about on the shore, get in the water and swim with me?" - Mira called out to you as she waded into the river.'
  148. act'Agree':
  149. if ($clothingworntype = 'nude' or $clothingworntype = 'swimwear'):
  150. cla
  151. *clr
  152. temp = RAND(0,15)
  153. cumspclnt = 4 & gs 'cum_cleanup'
  154. minut += 30
  155. gs 'exercise', 'tier1', 1, 'stren_exp', 'exhibition_exp'
  156. pcs_sweat = 10 + rand(0,4)
  157. gs'stat'
  158. if $clothingworntype = 'swimwear':
  159. '<center><img <<$set_imgh>> src="images/characters/village/mira/rivertwogirls.jpg"></center>'
  160. 'You wade into the river, you have fun with Mira spraying each other with water.'
  161. else
  162. '<center><img <<$set_imgh>> src="images/characters/village/mira/rivertwogirlsnude'+rand(0,5)+'.jpg"></center>'
  163. 'You wade into the river, you have fun with Mira spraying each other with water.'
  164. end
  165. act 'Get out of the water':gt'Gadriver', 'Gadbitch'
  166. else
  167. cla
  168. *clr
  169. minut += 5
  170. gs 'underwear', 'wear'
  171. gs 'clothing', 'wear', $lastwornclothingtype, lastwornclothingnumber
  172. '<center><img <<$set_imgh>> src="images/locations/gadukino/river/undressbch.jpg"></center>'
  173. '"Wait Mira, I have to change into my swimsuit!" you cry in response, although she could hardly hear you as she is already splashing around in the river.'
  174. 'You take off your clothes, put on a swimsuit and run into the water after Mira.'
  175. act'Swim':
  176. cla
  177. *clr
  178. temp = RAND(0,15)
  179. cumspclnt = 4 & gs 'cum_cleanup'
  180. minut += 30
  181. gs 'exercise', 'tier1', 1, 'stren_exp'
  182. pcs_sweat = 10 + rand(0,4)
  183. gs'stat'
  184. '<center><img <<$set_imgh>> src="images/characters/village/mira/rivertwogirls.jpg"></center>'
  185. 'You wade into the river, you have fun with Mira spraying each other with water.'
  186. act 'Get out of the water':gt'Gadriver', 'Gadbitch'
  187. end
  188. end
  189. end
  190. act'Refuse':
  191. cla
  192. *clr
  193. minut += 1
  194. npc_rel['A60'] -= 1
  195. gs 'stat'
  196. '<center><img <<$set_imgh>> src="images/characters/village/mira/mirariver.jpg"></center>'
  197. '"No, Mira I don''t feel like swimming just now," you replied you her. "I''m going to stay on the shore for a bit."'
  198. act 'Further': gt'Gadriver', 'Gadbitch'
  199. end
  200. end
  201. end
  202. end
  203. !125e
  204. if hour >= 6 and hour < 22:
  205. if sunWeather = 1:
  206. if month>=4 and month<=10:
  207. '<center><img <<$set_imgh>> src="images/locations/gadukino/river/gadbitch_summer.jpg"></center>'
  208. else
  209. '<center><img <<$set_imgh>> src="images/locations/gadukino/river/gadbitch_winter.jpg"></center>'
  210. end
  211. else
  212. if month>=4 and month<=10:
  213. '<center><img <<$set_imgh>> src="images/locations/gadukino/river/gadbitch_soft.jpg"></center>'
  214. else
  215. '<center><img <<$set_imgh>> src="images/locations/gadukino/river/gadbitch_cold.jpg"></center>'
  216. end
  217. end
  218. else
  219. '<center><img <<$set_imgh>> src="images/locations/gadukino/river/gadbitch_night.jpg"></center>'
  220. end
  221. 'A small country beach, where you can sunbathe and swim.'
  222. act 'Get changed':gt 'changingroom', 'view_swim_list'
  223. mira_temp = rand(1,10)
  224. if MiraLoc = 1:temp = RAND(0,20)
  225. if sunWeather = 1 and MiraLoc = 1:
  226. if RAND(0,10) < 5:
  227. '<a href="exec:sun = 1 & gt ''Gadriver'', ''Mira'' ">Mira</a> is laying on the beach sunbathing.'
  228. else
  229. '<a href="exec:sun = 0 & gt ''Gadriver'', ''Mira'' ">Mira</a> is in the river splashing water around and having fun.'
  230. end
  231. end
  232. if MiraLoc ! 1 and npc_QW['A63'] >= 13 and RAND(0,10) = 0 and hour >= 8 and hour < 20 and month >= 5 and month <= 9 and temper >= 15 and sunWeather = 1:'<a href="exec: gt ''Gadriver'', ''GuysRiver'' ">Bob Colby</a> is resting on the riverbank.'
  233. if temper >= 15 and month >= 5 and month <= 9:
  234. if $clothingworntype = 'swimwear' or $clothingworntype = 'nude':
  235. act 'Go for a swim':
  236. cla
  237. *clr
  238. cumspclnt = 4
  239. gs 'cum_cleanup'
  240. minut += 30
  241. if $clothingworntype = 'nude': gs 'exercise', 'tier1', 1, 'stren_exp', 'exhibition_exp'
  242. if $clothingworntype ! 'nude': gs 'exercise', 'tier1', 1, 'stren_exp'
  243. pcs_sweat = 10 + rand(0,4)
  244. temp = RAND(0,9)
  245. if hour >= 22 or hour <= 6:
  246. if RAND(0,10) < 5 and MiraLoc = 1:
  247. '<center><img <<$set_imgh>> src="images/characters/village/mira/rivertwogirls.jpg"></center>'
  248. 'You and Mira take a nighttime swim in the river, splashing water at each other and having fun.'
  249. else
  250. '<center><img <<$set_imgh>> src="images/locations/gadukino/river/gadriverswim.jpg"></center>'
  251. 'You take a nighttime swim in the river, feeling the refreshing and invigorating water flowing across your body.'
  252. end
  253. else
  254. if RAND(0,10) < 5 and MiraLoc = 1:
  255. '<center><img <<$set_imgh>> src="images/characters/village/mira/rivertwogirls.jpg"></center>'
  256. 'You and Mira take a swim in the river, splashing water at each other and having fun.'
  257. else
  258. '<center><img <<$set_imgh>> src="images/locations/gadukino/river/gadriverswim.jpg"></center>'
  259. 'You take a swim in the river, feeling the refreshing and invigorating water flowing across your body.'
  260. end
  261. end
  262. act 'Get out of the water':
  263. if MiraLoc ! 1 and npc_QW['A63'] >= 13 and temp = 0 and hour >= 8 and hour < 20:
  264. cls
  265. gs 'boyStat', 'A63'
  266. pose = 0
  267. spafinloc = 12
  268. gs 'cum_manage'
  269. spafinloc = 11
  270. gs 'cum_manage'
  271. swallow += RAND(0,3)
  272. gs 'stat'
  273. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitkaguysriversex13.jpg"></center>'
  274. 'When you decide it''s time to get out of the river, you hear the sound of men laughing as they walk on the river bank approaching you. As they get closer you see the smirking faces of the village boys led by Mitya headed towards the river bank while you are still in the shallow waters.'
  275. 'They quickly undress and jump in the water. Within a few seconds you are surrounded by the grinning boys. Without a word they reach for you and roughly take turns forcing you to suck their cocks.'
  276. gs 'arousal', 'bj', 40, 'gangbang', 'sub', 'rough'
  277. gs 'arousal', 'end'
  278. gs 'stat'
  279. act 'Finish':minut += 5 & gt'Gadriver', 'Gadbitch'
  280. elseif MiraLoc ! 1 and npc_QW['A63'] >= 13 and temp = 1 and hour >= 8 and hour < 20 and sub > 0:
  281. cls
  282. gs 'boyStat', 'A61'
  283. pose = 1
  284. gs 'stat'
  285. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitkaguysriversex19.jpg"></center>'
  286. 'As soon as you get out of the river, you meet a grinning Kolyamba. He smiles wickedly and commands you to get down on your hands and knees so he can fuck you in the ass...'
  287. gs 'arousal', 'anal', 20, 'group', 'sub'
  288. gs 'arousal', 'end'
  289. gs 'stat'
  290. act 'Finish':minut += 5 & gt'Gadriver', 'Gadbitch'
  291. else
  292. minut += 5 & gt'Gadriver', 'Gadbitch'
  293. end
  294. end
  295. end
  296. end
  297. act 'Go skinny dipping':
  298. cla
  299. *clr
  300. temp = RAND(0,15)
  301. cumspclnt = 4
  302. gs 'cum_cleanup'
  303. minut = minut + 20
  304. pcs_sweat = 10 + rand(0,4)
  305. pcs_mood += 5
  306. pcs_willpwr = pcs_willpwr + 5
  307. if pcs_stren < 30: stren_exp += 1
  308. if hour >= 22 and hour <= 6:
  309. '<center><img <<$set_imgh>> src="images/locations/gadukino/river/watergirls1.jpg"></center>'
  310. 'You strip your clothes off and slowly step in to the cold river, kwowing that the darkness hides your nudity. You swim around feeling the refreshing and invigorating water caressing your body.'
  311. else
  312. if temp >= 10 and MiraLoc = 1:
  313. pcs_horny += RAND(5,15)
  314. gs 'stat'
  315. '<center><img <<$set_imgh>> src="images/characters/village/mira/rivertwogirlsnude'+rand(0,5)+'.jpg"></center>'
  316. 'You step in to the river, you and Mira have a good old fashioned water fight, splashing each other until one of you finally surrenders.'
  317. else
  318. '<center><img <<$set_imgh>> src="images/locations/gadukino/river/watergirls.jpg"></center>'
  319. 'You take your clothes off and swiftly step into the river, you sigh, feeling the cold refreshing and invigorating water.'
  320. end
  321. end
  322. act 'Get out of the water':
  323. if MiraLoc ! 1 and npc_QW['A63'] >= 13 and temp = 0 and hour >= 8 and hour < 20:
  324. cls
  325. gs 'boyStat', 'A63'
  326. pose = 1
  327. pcs_ass += 1
  328. pcs_vag += 1
  329. spafinloc = 12
  330. gs 'cum_manage'
  331. spafinloc = 11
  332. gs 'cum_manage'
  333. spafinloc = 3
  334. gs 'cum_manage'
  335. gang += 1
  336. swallow += RAND(0,1)
  337. gs 'stat'
  338. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitkaguysriversex12.jpg"></center>'
  339. 'As soon as you step out of the water, you find yourself standing naked in front of a couple of the village boys, judging from the fishing poles they are carrying, you know they were coming to the river to do some fishing.'
  340. 'But, seeing you skinny dipping, they instead start talking amongst themselves about how much of a slut you are and the only good thing you are for is sucking cock. You tell them to fuck off, but they are too worked up and not listening to you at all.'
  341. gs 'boyStat', 'A62'
  342. gs 'boyStat', 'A61'
  343. gs 'arousal', 'vaginal', 30, 'gangbang', 'sub'
  344. gs 'arousal', 'anal', 30, 'gangbang', 'sub'
  345. minut -= 30
  346. gs 'arousal', 'end'
  347. gs 'stat'
  348. act 'Finish':minut += 5 & gt'Gadriver', 'Gadbitch'
  349. else
  350. minut += 5 & gt'Gadriver', 'Gadbitch'
  351. end
  352. end
  353. end
  354. if hour >= 8 and hour < 20 and sunWeather = 1:
  355. if $clothingworntype = 'swimwear' or $clothingworntype = 'nude':
  356. act 'Sunbathe (1:00)':
  357. if Mira_no = 0 and MiraLoc ! 1 and rand(1,10) > 7 and hour > 8 and hour < 20 and sunWeather = 1 and temper >= 15:
  358. cla
  359. *clr
  360. MiraLoc = 1
  361. mira_go_river = 1
  362. minut += 5
  363. mira_go_blok = 1
  364. if PCloExhibit + 10 > pcs_exhibition:exhibition_exp += rand(1,3)
  365. gs 'stat'
  366. if $clothingworntype = 'nude':
  367. '<center><img <<$set_imgh>> src="images/characters/village/mira/mira_go_river_nude.jpg"></center>'
  368. else
  369. '<center><img <<$set_imgh>> src="images/characters/village/mira/mira_go_river.jpg"></center>'
  370. end
  371. 'You are sunbathing by the river when Mira comes along. You smile, she undresses and lays her towel next to yours.'
  372. act 'Further': gt'Gadriver', 'Gadbitch'
  373. else
  374. cla
  375. *clr
  376. minut += 60
  377. if pcs_sweat < 35 : pcs_sweat += 5
  378. pcs_mood += 5
  379. if temp < 10 and MiraLoc = 1:
  380. '<center><img <<$set_imgh>> src="images/characters/village/mira/beachtwogirls.jpg"></center>'
  381. 'You lie next to Mira and gossip about trivial things, enjoying the sun.'
  382. else
  383. '<center><img <<$set_imgh>> src="images/locations/gadukino/river/gadrivergirl.jpg"></center>'
  384. 'You sunbathe alone on the riverbank.'
  385. end
  386. if krem = 0:
  387. pcs_tan += 1
  388. elseif krem > 0:
  389. krem -= 1
  390. pcs_tan += 3
  391. 'You smear suntan lotion all over your body to prevent a sunburn. Few minutes later you''re all oiled in and start sunbathing.'
  392. end
  393. act 'Finish':
  394. if MiraLoc ! 1 and npc_QW['A63'] >= 13 and temp = 0 and hour >= 8 and hour < 20:
  395. cls
  396. gs 'boyStat', 'A61'
  397. pose = 1
  398. pcs_ass += 1
  399. pcs_vag += 1
  400. spafinloc = 12
  401. gs 'cum_manage'
  402. spafinloc = 11
  403. gs 'cum_manage'
  404. spafinloc = 3
  405. gs 'cum_manage'
  406. gs 'cum_manage'
  407. gang += 1
  408. swallow += RAND(0,1)
  409. gs 'stat'
  410. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitkaguysriversex15.jpg"></center>'
  411. 'After a while, you hear some familiar voices quickly approaching you. A couple minutes later you see the village boys emerge from the bushes. Noticing you sunbathing, they brighten up greatly. In a short amount of time, despite you protesting lively, all of your holes have been violated...'
  412. gs 'boyStat', 'A62'
  413. gs 'boyStat', 'A63'
  414. gs 'arousal', 'vaginal', 30, 'gangbang', 'sub'
  415. gs 'arousal', 'anal', 30, 'gangbang', 'sub'
  416. minut -= 30
  417. gs 'arousal', 'end'
  418. gs 'stat'
  419. act 'Finish':minut += 5 & gt'Gadriver', 'Gadbitch'
  420. elseif MiraLoc = 1 and npc_QW['A60'] >= 15 and temp = 1 and hour >= 8 and hour < 20:
  421. cls
  422. gs 'stat'
  423. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitkaguysriversex16.jpg"></center>'
  424. 'After a while, you hear voices rapidly approaching from the village, in a couple of minutes you see the village boys emerge from the bushes. Seeing Miroslava they smile obscenely, and without hesitation they quickly surround her as she lays on the sand. You sit up and watch as they fuck her in all her holes...'
  425. gs 'arousal', 'voyeur', 30, 'gangbang', 'dom'
  426. gs 'arousal', 'end'
  427. gs 'stat'
  428. act 'Finish':minut += 5 & gt'Gadriver', 'Gadbitch'
  429. else
  430. minut += 5
  431. gt'Gadriver', 'Gadbitch'
  432. end
  433. end
  434. end
  435. end
  436. end
  437. act 'Sunbathe nude (1:00)':
  438. cla
  439. *clr
  440. minut += 60
  441. exhibition_exp += rand(1,3)
  442. if pcs_sweat < 35 : pcs_sweat += 5
  443. pcs_mood += 5
  444. if temp < 10 and MiraLoc = 1:
  445. '<center><img <<$set_imgh>> src="images/characters/village/mira/beachtwogirlsnude.jpg"></center>'
  446. 'You lie next to Mira and gossip about the villagers, enjoying the sun.'
  447. else
  448. '<center><img <<$set_imgh>> src="images/locations/gadukino/river/gadrivernude.jpg"></center>'
  449. 'You strip down and start sunbathing.'
  450. end
  451. if krem = 0:
  452. pcs_tan += 1
  453. elseif krem > 0:
  454. krem -= 1
  455. 'You smear the suntan lotion all over your body to help prevent a sunburn. You use the lotion all of your body and lie down.'
  456. pcs_tan += 3
  457. end
  458. act 'Finish sunbathing and get dressed':
  459. if MiraLoc ! 1 and npc_QW['A63'] >= 13 and temp = 0 and hour >= 8 and hour < 20:
  460. cls
  461. gs 'boyStat', 'A63'
  462. pose = 1
  463. pcs_ass += 1
  464. pcs_vag += 1
  465. gang += 1
  466. swallow += RAND(0,1)
  467. gs 'stat'
  468. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitkaguysriversex14.jpg"></center>'
  469. 'As you get ready to put on some clothes, you hear several men''s voices rapidly approaching. All of a sudden a couple of the village boys emerge in front of you. Noticing that you are nude, they brighten up greatly and in a few minutes, despite you protesting lively, they have you on all fours and are roughly fucking you...'
  470. spafinloc = 0
  471. gs 'cum_manage'
  472. gs 'boyStat', 'A61'
  473. spafinloc = 3
  474. gs 'cum_manage'
  475. gs 'boyStat', 'A62'
  476. spafinloc = 3
  477. gs 'cum_manage'
  478. gs 'arousal', 'vaginal', 30, 'gangbang', 'sub', 'rough'
  479. gs 'arousal', 'anal', 30, 'gangbang', 'sub', 'rough'
  480. minut -= 30
  481. gs 'arousal', 'end'
  482. gs 'stat'
  483. act 'Get dressed':minut += 5 & gt'Gadriver', 'Gadbitch'
  484. else
  485. minut += 5
  486. gt'Gadriver', 'Gadbitch'
  487. end
  488. end
  489. end
  490. end
  491. end
  492. act 'Leave':
  493. if $clothingworntype = 'swimwear':
  494. cla
  495. 'You need to dress in regular clothes first.'
  496. act'Return':gt'Gadriver', 'Gadbitch'
  497. elseif $clothingworntype = 'nude':
  498. 'You need to put some clothes on first.'
  499. act'Return':gt'Gadriver', 'Gadbitch'
  500. else
  501. minut += 5
  502. gt 'Gadriver', 'start'
  503. end
  504. end
  505. end
  506. if $ARGS[0] = 'Mira':
  507. cls
  508. minut += 2
  509. gs 'stat'
  510. if sun = 1:
  511. if npc_QW['A60'] < 12:
  512. '<center><img <<$set_imgh>> src="images/characters/village/mira/mirabeach.jpg"></center>'
  513. else
  514. '<center><img <<$set_imgh>> src="images/characters/village/mira/mirabeachnude.jpg"></center>'
  515. end
  516. else
  517. if npc_QW['A60'] < 12:
  518. '<center><img <<$set_imgh>> src="images/characters/village/mira/mirariver.jpg"></center>'
  519. else
  520. '<center><img <<$set_imgh>> src="images/characters/village/mira/mirarivernude.jpg"></center>'
  521. end
  522. end
  523. act 'Leave':minut += 5 & gt 'Gadriver', 'Gadbitch'
  524. act 'Chat':
  525. cls
  526. minut += 10
  527. pcs_mood += 10
  528. gs 'stat'
  529. if sun = 1:
  530. if npc_QW['A60'] < 12:
  531. '<center><img <<$set_imgh>> src="images/characters/village/mira/mirabeach.jpg"></center>'
  532. else
  533. '<center><img <<$set_imgh>> src="images/characters/village/mira/mirabeachnude.jpg"></center>'
  534. end
  535. else
  536. if npc_QW['A60'] < 12:
  537. '<center><img <<$set_imgh>> src="images/characters/village/mira/mirariver.jpg"></center>'
  538. else
  539. '<center><img <<$set_imgh>> src="images/characters/village/mira/mirarivernude.jpg"></center>'
  540. end
  541. end
  542. if npc_QW['A60'] >= 0:
  543. if npc_QW['A60'] >= 30 and miraprost > 0 and sunWeather = 1:
  544. 'You and Mira talk about her being the village prostitute and how she can improve her performance.'
  545. elseif npc_QW['A60'] >= 20 and sunWeather = 1:
  546. 'It is always nice to talk with Mira and you gossip about boys.'
  547. elseif npc_QW['A60'] >= 15 and sunWeather = 1:
  548. 'You and Mira talk about clothes and shopping, she has a thing for shoes but can''t wear pretty heels because of all the mud.'
  549. elseif npc_QW['A60'] >= 11 and sunWeather = 1:
  550. 'Mira asks you about Pavlovsk and you tell her all about it.'
  551. elseif npc_QW['A60'] >= 9 and sunWeather = 1:
  552. 'You talk to Mira about what it is like living in the village.'
  553. elseif npc_QW['A60'] >= 8 and sunWeather = 1:
  554. 'Mira breaks the silence, "What brings you here to the village?"'
  555. '"My granma-ma and Pop-pop live here, my folks like to come here over the summer. They think the country air will be good for me."'
  556. elseif npc_QW['A60'] = 7 and sunWeather = 1:
  557. 'You decide to strike up some conversation with Mira, "So what is there to do here in the village?"'
  558. '"Its a lot quicker than town, we do have a shop, this lovely beach and there are some beautiful walks. Other than that there''s only the gopnik guys but they are just after one thing and I don''t want that, plus dad would kill me."'
  559. elseif npc_QW['A60'] < 7 and sunWeather = 1:
  560. 'You and Mira are chatting about trivial things.'
  561. end
  562. end
  563. act 'Leave':minut += 5 & gt 'Gadriver', 'Gadbitch'
  564. end
  565. end
  566. if $ARGS[0] = 'mirapunish':
  567. cls
  568. minut += 10
  569. pcs_horny += RAND(25,75)
  570. gs 'stat'
  571. '<center><img <<$set_imgh>> src="images/characters/village/mira/mirapunish.jpg"></center>'
  572. 'You approach Mira, she is looking distressed and embarrassingly smiles as you start asking what happened. She pleads you to release her. As you untie her, she explains that Kolyamba punished her for barely biting his cock as she sucked it...'
  573. '"Thank God you showed up." she says with a sigh of relief as you untie her. "I''m glad it was you who found me and not one of those old hags from the village. They would be calling me a whore and I would get scolded about being promiscuous. Those old hags hate us you know. We''re young and beautiful and they are just mean old wrenches." said the naked Mira, revealing her true feelings about the villagers. She continues quietly, "Or it could have been even worse, someone could have abused me, raped me or even killed m..." All of a sudden she stops and lunges herself in your arms weeping. "Thank you," she tells you. "You saved my life!"'
  574. act 'Leave':minut += 5 & gt 'Gadriver', 'Gadbitch'
  575. end
  576. if $ARGS[0] = 'GuysRiver':
  577. cls
  578. minut += 5
  579. pcs_horny += 10
  580. gs 'stat'
  581. temp = RAND(0,10)
  582. '<center><img <<$set_imgh>> src="images/locations/gadukino/river/mitkaguysriver.jpg"></center>'
  583. '"Oh, hi <<$pcs_nickname>>, so it''s just you today?" Kolyamba grinned.'
  584. if temp <= 4:
  585. '"There doesn''t seem to be anyone else around and all of us are as horny as bullfrogs, you want to have a little fun with us? Come on, spread your legs, show us your pussy and start playing with yourself..."'
  586. elseif temp > 4 and temp <= 8:
  587. '"There doesn''t seem to be anyone around, and we are as horny as bullfrogs, you want to have a little fun with us? How about you give us a blowjob? We''ll be really grateful, ha-ha!"'
  588. else
  589. '"Ah, no Mira, it''s just our other hot babe. Come here lovely, we have something really special for you."'
  590. end
  591. if temp < 4:
  592. act 'Pleasure Kolyambu':
  593. cls
  594. gs 'boyStat', 'A61'
  595. pose = 0
  596. temp = RAND(0,2)
  597. gs 'stat'
  598. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitkaguysriversex.jpg"></center>'
  599. 'You quickly take off your pants and climb onto Kolyamba, grabing his cock, leading it inside you.'
  600. gs 'arousal', 'vaginal', 10, 'sub', 'group'
  601. gs 'stat'
  602. act 'Pleasure Vasya':
  603. cls
  604. gs 'boyStat', 'A62'
  605. pose = 0
  606. gs 'stat'
  607. temp = RAND(0,2)
  608. if temp = 0:
  609. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitkaguysriversex1.jpg"></center>'
  610. 'Vasya, rolls you onto your back, sticking his cock into your wet pussy.'
  611. gs 'arousal', 'vaginal', 10, 'sub', 'group'
  612. gs 'arousal', 'end'
  613. gs 'stat'
  614. elseif temp = 1:
  615. gs 'boyStat', 'A62'
  616. spafinloc = 12
  617. gs 'cum_manage'
  618. gs'stat'
  619. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitkaguysriversex2.jpg"></center>'
  620. 'Vasya steps up to you and slaps you in the face while pulling out his cock forcing your on your knees so he can slap you with his dick.'
  621. 'He forcefully shoves the cock into your mouth and cums lavishly in your mouth...'
  622. gs 'arousal', 'bj', 5, 'sub', 'group', 'rough'
  623. gs 'arousal', 'end'
  624. gs 'stat'
  625. else
  626. gs 'boyStat', 'A62'
  627. pcs_ass += 1
  628. spafinloc = 3
  629. gs 'cum_manage'
  630. gs'stat'
  631. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitkaguysriversex3.jpg"></center>'
  632. 'Vasya forces you on all four and starts pumping his dick into your ass.'
  633. gs 'arousal', 'anal', 10, 'sub', 'group', 'rough'
  634. gs 'arousal', 'end'
  635. gs 'stat'
  636. end
  637. act 'Leave':minut += 5 & gt'Gadriver', 'Gadbitch'
  638. end
  639. end
  640. elseif temp < 8:
  641. act 'Pleasure Kolyamba':
  642. cls
  643. gs 'boyStat', 'A61'
  644. spafinloc = 12
  645. gs 'cum_manage'
  646. gs'stat'
  647. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitkaguysriversex4.jpg"></center>'
  648. 'You get down on your knees and start licking Kolyamba''s dick, after a while you start sucking it like a popsicle...'
  649. 'He only manages to hold out for a short time finishing in your mouth...'
  650. gs 'arousal', 'bj', 5, 'sub', 'group', 'rough'
  651. gs 'stat'
  652. act 'Pleasure Vasya':
  653. cls
  654. gs 'boyStat', 'A62'
  655. pose = 0
  656. gs 'stat'
  657. temp = RAND(0,2)
  658. if temp = 0:
  659. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitkaguysriversex5.jpg"></center>'
  660. 'Vasya, lays you onto your back, using his fingers stimulating your vaginal lips while sticking his cock into your wet pussy.'
  661. gs 'arousal', 'vaginal', 10, 'sub', 'group', 'rough'
  662. gs 'arousal', 'end'
  663. gs 'stat'
  664. elseif temp = 1:
  665. gs 'boyStat', 'A62'
  666. spafinloc = 12
  667. gs 'cum_manage'
  668. gs'stat'
  669. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitkaguysriversex6.jpg"></center>'
  670. 'Vasya steps up and roughs you up a little with his hands and then takes out his dick forcing you to suck him off.'
  671. 'He shoves the cock into your mouth and soon cums violently...'
  672. gs 'arousal', 'bj', 5, 'sub', 'group', 'rough'
  673. gs 'arousal', 'end'
  674. gs 'stat'
  675. else
  676. gs 'boyStat', 'A62'
  677. pcs_ass += 1
  678. spafinloc = 3
  679. gs 'cum_manage'
  680. gs'stat'
  681. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitkaguysriversex7.jpg"></center>'
  682. 'Vasya forces you on all four, telling you that you will enjoy this. He pulls out his dick and starts fucking you in the ass.'
  683. gs 'arousal', 'anal', 10, 'sub', 'group', 'rough'
  684. gs 'arousal', 'end'
  685. gs 'stat'
  686. end
  687. act 'Leave':minut += 5 & gt'Gadriver', 'Gadbitch'
  688. end
  689. end
  690. else
  691. act 'Pleasure Kolyamba':
  692. cls
  693. gs 'boyStat', 'A61'
  694. pcs_ass += 1
  695. spafinloc = 3
  696. gs 'cum_manage'
  697. gs'stat'
  698. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitkaguysriversex8.jpg"></center>'
  699. 'Kolyamba looks you in the eyes and asks if you trust him. You gulp and reply, "Yes." He takes out a blindfold and places it over your eyes so you can''t see what''s happening next. Kolyamba then proceeds taking both or your clothes off. You stand in front of him blindfolded, naked, and full of anticipation.'
  700. 'He orders you to get down on your knees, he grabs your head and tells you to open your mouth. While pleasuring him he orders you to stop and moves the cock away from the mouth. He then lies down on the ground and tells you to mount him. You move on top of him while he grabs his cock and leads it inside your ass. He frantically starts thrusting his cock inside your ass, cumming after a short while.'
  701. gs 'arousal', 'bj', 10, 'sub', 'group', 'rough'
  702. gs 'arousal', 'anal', 10, 'sub', 'group', 'rough'
  703. minut -= 10
  704. gs 'stat'
  705. act 'Pleasure Vasya':
  706. cls
  707. gs 'boyStat', 'A62'
  708. pose = 1
  709. gs 'stat'
  710. temp = RAND(0,2)
  711. if temp = 0:
  712. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitkaguysriversex9.jpg"></center>'
  713. 'Vasya tells you he heard about a sex position where both of you will reach ecstasy. Intrigued by this you take your clothes off and start caressing his cock. He removes your hand from his cock and tells you to get down on your hands and knees. Vasya walks behind you, grabs his cock and enters you from behind. You gasp as he mounts you. Soon enough you both cry out in ecstasy cumming at the same time.'
  714. $orgasm_or = 'yes'
  715. gs 'arousal', 'bj', 10, 'sub', 'group', 'rough'
  716. gs 'arousal', 'vaginal', 10, 'sub', 'group', 'rough'
  717. minut -= 10
  718. gs 'arousal', 'end'
  719. gs 'stat'
  720. elseif temp = 1:
  721. gs 'boyStat', 'A62'
  722. spafinloc = 12
  723. gs 'cum_manage'
  724. gs'stat'
  725. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitkaguysriversex10.jpg"></center>'
  726. 'Vasya steps closer to you and tells you he wants his cock sucked. You drop down on your knees and start sucking his glans.'
  727. 'Feeling dissatisfied by your performance he grabs you by the head and forces his cock deep down your throat mumbling something about teaching you how to do it properly. He finishes inside your mouth...'
  728. gs 'arousal', 'bj', 5, 'sub', 'group', 'rough', 'deepthroat'
  729. gs 'arousal', 'end'
  730. gs 'stat'
  731. else
  732. gs 'boyStat', 'A62'
  733. pcs_ass += 1
  734. spafinloc = 3
  735. gs 'cum_manage'
  736. gs'stat'
  737. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitkaguysriversex11.jpg"></center>'
  738. 'Vasya forces you to your hands and knees and starts thrusting his dick into your anus.'
  739. gs 'arousal', 'anal', 10, 'sub', 'group', 'rough'
  740. gs 'arousal', 'end'
  741. gs 'stat'
  742. end
  743. act 'Leave':minut += 5 & gt'Gadriver', 'Gadbitch'
  744. end
  745. end
  746. end
  747. if pcs_dom > 0:
  748. act 'Leave':minut += 5 & gt'Gadriver', 'Gadbitch'
  749. end
  750. end
  751. if $ARGS[0] = 'fishers':
  752. cls
  753. minut += 2
  754. gs 'stat'
  755. '<center><img <<$set_imgh>> src="images/locations/gadukino/river/gadriverfishers.jpg"></center>'
  756. if fishersday ! daystart:
  757. act 'Greet':
  758. cla
  759. *clr
  760. fishersday = daystart
  761. minut += 3
  762. if fishersQW < 3:fishersQW += 1
  763. gs 'stat'
  764. '<center><img <<$set_imgh>> src="images/locations/gadukino/river/hifishers.jpg"></center>'
  765. 'You politely greet the fishermen, but they are totally focused on fishing, one of them absently waves in your general direction in response.'
  766. if fishersQW >= 3:
  767. act 'Chat':
  768. cla
  769. *clr
  770. minut += 10
  771. if fishersQW = 3:fishersQW = 4
  772. gs 'stat'
  773. '<center><img <<$set_imgh>> src="images/locations/gadukino/river/talkfishers.jpg"></center>'
  774. 'You keep watching as the fishermen throw out their lures, one of them catches a fish and shows off his trophy before putting it into the fish bail. The two of you chat about fishing.'
  775. act 'Leave':minut += 5 & gt 'Gadriver', 'start'
  776. end
  777. end
  778. if fishersQW = 4:
  779. act 'Ask to borrow a fishing rod':
  780. cla
  781. *clr
  782. minut += 10
  783. fishersQW = 5
  784. gs 'stat'
  785. '<center><img <<$set_imgh>> src="images/locations/gadukino/river/talkfishers.jpg"></center>'
  786. 'You decide to try your luck at fishing and ask the fishermen if they could lend you a fishing rod. A friend of the family, Uncle Stepan points to a pile of spare rods and tells you to pick one.'
  787. act 'Fishing':gt 'Gadriver', 'fishing'
  788. end
  789. end
  790. if fishersQW = 5:
  791. act 'Fishing with them':
  792. cla
  793. *clr
  794. minut += 10
  795. gs 'stat'
  796. '<center><img <<$set_imgh>> src="images/locations/gadukino/river/talkfishers.jpg"></center>'
  797. 'You decide to join your new friends, Uncle Stepan tells you he has plenty of spare rods, and he hands you a rod while his eyes travel up and down your body.'
  798. act 'Fishing':gt 'Gadriver', 'fishing'
  799. end
  800. end
  801. act 'Leave':minut += 5 & gt 'Gadriver', 'start'
  802. end
  803. else
  804. act 'Leave':minut += 5 & gt 'Gadriver', 'start'
  805. end
  806. end
  807. if $ARGS[0] = 'fishing':
  808. cla
  809. *clr
  810. '<center><img <<$set_imgh>> src="images/locations/gadukino/river/gadriver.jpg"></center>'
  811. 'The stream quietly flows over the rocks, pleasantly tickling your ears. You gaze at the village that''s completely peaceful, there is a sense of serenity about it today.'
  812. 'You caught <<fish>> fish.'
  813. if hour < 22:
  814. act 'Throw the bait':
  815. cls
  816. minut += RAND(5,10)
  817. if hour < 12:
  818. temp = RAND(5,20)
  819. elseif hour >= 12 and hour < 18:
  820. temp = RAND(0,20)
  821. else
  822. temp = RAND(10,20)
  823. end
  824. gs 'stat'
  825. '<center><img <<$set_imgh>> src="images/locations/gadukino/river/fishingriver.jpg"></center>'
  826. 'You throw out the lure and carefully watch the bobber for signs of nibble.'
  827. if temp > RAND(15,19):
  828. cla
  829. *clr
  830. minut += 1
  831. gs 'stat'
  832. '<center><img <<$set_imgh>> src="images/locations/gadukino/river/nofishingriver.jpg"></center>'
  833. 'Suddenly the bobber dives under the water dramatically. You got one!'
  834. act 'Pull':
  835. cla
  836. *clr
  837. minut += 1
  838. temp = RAND(0,120)
  839. if temp < 50:react_exp += 1
  840. gs 'stat'
  841. if pcs_react > temp:
  842. pcs_mood += rand(5,10)
  843. minut += 1
  844. react_exp += 1
  845. fish += 1
  846. gs 'stat'
  847. '<center><img <<$set_imgh>> src="images/locations/gadukino/river/fishyes.jpg"></center>'
  848. 'You skillfully strike, pulling the rod up sharply. You feel the rod straining slightly, and after a few moments, you excitedly pull a small fish out of the water.'
  849. else
  850. pcs_mood -= rand(5,10)
  851. minut += 1
  852. gs 'stat'
  853. '<center><img <<$set_imgh>> src="images/locations/gadukino/river/gadriver.jpg"></center>'
  854. 'You strike, but the lack of tension makes the fish escape from the hook.'
  855. end
  856. act 'Throw another bait':gt 'Gadriver', 'fishing'
  857. end
  858. else
  859. 'The bobber remains perfectly still, eventually you decide to try a different lure.'
  860. act 'Retrieve bait':gt 'Gadriver', 'fishing'
  861. end
  862. end
  863. act 'Finish':
  864. cla
  865. *clr
  866. minut += 5
  867. gs 'stat'
  868. '<center><img <<$set_imgh>> src="images/locations/gadukino/river/talkfishers.jpg"></center>'
  869. 'You''re feeling tired, so you return the fishing rod to uncle Stepan.'
  870. if fish > 0:
  871. act 'Release your catch':
  872. cla
  873. *clr
  874. minut += 5
  875. fish = 0
  876. gs 'stat'
  877. '<center><img <<$set_imgh>> src="images/locations/gadukino/river/talkfishers.jpg"></center>'
  878. 'You decide to release all the fish you caught today, the other fishermen shake their heads disapprovingly, throwing sidelong glances at your body as you dump the fish back into the river.'
  879. act 'Leave':minut += 5 & gt $loc, $metka
  880. end
  881. act 'Give the fish to Uncle Stepan':
  882. cla
  883. *clr
  884. minut += 5
  885. fish = 0
  886. gs 'stat'
  887. '<center><img <<$set_imgh>> src="images/locations/gadukino/river/talkfishers.jpg"></center>'
  888. 'You give all the fish you caught to uncle Stepan and he makes a show out of reluctantly accepting them, but you can see that he is actually quite happy with this arrangement.'
  889. act 'Leave':minut += 5 & gt $loc, $metka
  890. end
  891. act 'Bring a fish to Boniface':
  892. cla
  893. *clr
  894. minut += 5
  895. fish -= 1
  896. pcs_mood += RAND(15,40)
  897. gs 'stat'
  898. '<center><img <<$set_imgh>> src="images/locations/gadukino/village/villcat2.jpg"></center>'
  899. 'As soon as you enter the house, Boniface immediately jumps down to the floor and twines around your feet. The furry beast starts yowling very loudly and pawing at your legs. He has obviously detected the smell of fresh fish. You treat Boniface to a small fish and within a few minutes all that remains is a pile of fish bones.'
  900. if fish >0: fish = 0 & 'You try to give the rest of the fish to your grandmother, but she takes one look at the intact fish and point at your grandfather. He sighs heavily then takes the fish outside to clean them.'
  901. act 'Finish': gt 'Gadhouse'
  902. end
  903. act 'Give the fish to your grandmother':
  904. cla
  905. *clr
  906. minute += 5
  907. '<center><img <<$set_imgh>> src="images/locations/gadukino/grandparents/givefish.jpg"></center>'
  908. 'You try to give the fish to your grandmother, but she takes one look at the intact fish and point at your grandfather. He sighs heavily then takes the fish outside to clean them.'
  909. act 'Finish': gt 'Gadhouse'
  910. end
  911. else
  912. act 'Leave':minut += 5 & gt $loc, $metka
  913. end
  914. end
  915. else
  916. cla
  917. *clr
  918. minut += 5
  919. pcs_mood -= RAND(5,10)
  920. gs 'stat'
  921. '<center><img <<$set_imgh>> src="images/locations/gadukino/river/talkfishers.jpg"></center>'
  922. 'Uncle Stepan says, "It''s time to head home, young lady." You reluctantly return his fishing rod, knowing that''s it for today.'
  923. if fish > 0:
  924. act 'Release your catch':
  925. cla
  926. *clr
  927. minut += 5
  928. fish = 0
  929. gs 'stat'
  930. '<center><img <<$set_imgh>> src="images/locations/gadukino/river/talkfishers.jpg"></center>'
  931. 'You decide to release all the fish you caught today, the other fishermen shake their heads disapprovingly, throwing sidelong glances at your body as you dump the fish back into the river.'
  932. act 'Leave':minut += 5 & gt $loc, $metka
  933. end
  934. act 'Give to Uncle Stepa':
  935. cla
  936. *clr
  937. minut += 5
  938. fish = 0
  939. gs 'stat'
  940. '<center><img <<$set_imgh>> src="images/locations/gadukino/river/talkfishers.jpg"></center>'
  941. 'You give all the fish caught to uncle Stepan and he reluctantly accepts them, you can see he is quite happy with this arrangement.'
  942. act 'Leave':minut += 5 & gt $loc, $metka
  943. end
  944. act 'Bring a fish to Boniface':
  945. cla
  946. *clr
  947. minut += 5
  948. fish -= 1
  949. pcs_mood += RAND(15,40)
  950. gs 'stat'
  951. '<center><img <<$set_imgh>> src="images/locations/gadukino/village/villcat2.jpg"></center>'
  952. 'As soon as you enter the house, Boniface immediately jumps down to the floor and twines around your feet. The furry beast starts yowling very loudly and pawing at your legs. He has obviously detected the smell of fresh fish. You treat Boniface to a small fish and within a few minutes all that remains is a pile of fish bones.'
  953. if fish >0: fish = 0 & 'You try to give the rest of the fish to your grandmother, but she takes one look at the intact fish and point at your grandfather. He sighs heavily then takes the fish outside to clean them.'
  954. act 'Finish': gt 'Gadhouse'
  955. end
  956. act 'Give the fish to your grandmother':
  957. cla
  958. *clr
  959. minute += 5
  960. '<center><img <<$set_imgh>> src="images/locations/gadukino/grandparents/givefish.jpg"></center>'
  961. 'You try to give the fish to your grandmother, but she takes one look at the intact fish and point at your grandfather. He sighs heavily then takes the fish outside to clean them.'
  962. act 'Finish': gt 'Gadhouse'
  963. end
  964. else
  965. act 'Leave':minut += 5 & gt $loc, $metka
  966. end
  967. end
  968. end
  969. --- gadriver ---------------------------------