gadriver.qsrc 46 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169
  1. # gadriver
  2. if $ARGS[0] = 'start':
  3. $metka = $ARGS[0]
  4. $loc = $CURLOC
  5. $location_type = 'public_outdoors'
  6. gs 'stat'
  7. '<center><H2>Slavka River</H2></center>'
  8. if month >= 5 and month <= 9:
  9. if hour >= 6 and hour < 22:
  10. '<center><img <<$set_imgh>> src="images/locations/gadukino/river/gadriver.jpg"></center>'
  11. else
  12. '<center><img <<$set_imgh>> src="images/locations/gadukino/river/gadriver_night.jpg"></center>'
  13. end
  14. else
  15. if hour >= 8 and hour < 18:
  16. '<center><img <<$set_imgh>> src="images/locations/gadukino/river/gadriver_winter.jpg"></center>'
  17. else
  18. '<center><img <<$set_imgh>> src="images/locations/gadukino/river/gadriver_winter_night.jpg"></center>'
  19. end
  20. end
  21. 'A large river flows lazily a hundred meters in the northern outskirts of Gadukino.'
  22. 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.'
  23. temp_gr = rand(0,20)
  24. if temp_gr = 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...'
  25. if temp_gr = 4 and MiraLoc ! 1 and npc_QW['A63'] >= 13 and hour >= 5 and sub > 0:
  26. if mitkaguysriver ! daystart:
  27. mitkaguysriver = daystart
  28. 'While going to the river you meet Kolyamba and Vasya. They first invite you to join them, then insist you go with them.'
  29. act 'Go with them':
  30. *clr & cla
  31. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitkaguysriversex17.jpg"></center>'
  32. '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...'
  33. gs 'boyStat', 'A61'
  34. npc_sex[$boy] += 1
  35. pose = 1
  36. if mesec = 0:
  37. gs 'dinsex', 'boy_puts_condom'
  38. gs 'dinsex','vaginal_sex',20,'sub','gangbang'
  39. gs 'dinsex','sexcum'
  40. else
  41. gs 'dinSex','boy_wants_anal','lubri'
  42. gs 'dinsex','analsex',20,'sub','gangbang'
  43. end
  44. gs 'boyStat', 'A62'
  45. npc_sex[$boy] += 1
  46. if mesec = 0:
  47. gs 'dinsex', 'boy_puts_condom'
  48. gs 'dinsex','vaginal_sex',20,'sub','gangbang'
  49. gs 'dinsex','sexcum'
  50. else
  51. gs 'dinSex','boy_wants_anal','lubri'
  52. gs 'dinsex','analsex',20,'sub','gangbang'
  53. end
  54. gs 'arousal', 'end'
  55. gs 'stat'
  56. act 'Finish':minut += 10 & gt'gadukino'
  57. end
  58. else
  59. act 'Go to the beach':minut += 5 & gt 'Gadriver', 'Gadbitch'
  60. act 'Go to Gadukino':minut += 20 & MiraLoc ! 1 & gt 'gadukino'
  61. end
  62. elseif temp_gr = 5 and MiraLoc ! 1 and npc_QW['A63'] >= 13 and hour >= 5 and sub > 0:
  63. if mitkaguysriver ! daystart:
  64. mitkaguysriver = daystart
  65. 'While walking towards the river you meet the village boys, whom you''ve been drinking with recently. They ask you to go with them.'
  66. act 'Go with them':
  67. *clr & cla
  68. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitkaguysriversex18.jpg"></center>'
  69. 'The boys lead you to Vasya''s house, where they spend an hour fucking you in the ass...'
  70. gs 'boyStat', 'A63'
  71. npc_sex[$boy] += 1
  72. gs 'arousal', 'anal', 20, 'gangbang', 'sub'
  73. gs 'cum_call','butt',$boy,1
  74. gs 'boyStat', 'A61'
  75. npc_sex[$boy] += 1
  76. gs 'arousal', 'anal', 20, 'gangbang', 'sub'
  77. gs 'cum_call','butt',$boy,1
  78. gs 'boyStat', 'A62'
  79. npc_sex[$boy] += 1
  80. gs 'arousal', 'anal', 20, 'gangbang', 'sub'
  81. gs 'cum_call','butt',$boy,1
  82. gs 'arousal', 'end'
  83. pcs_ass += 3
  84. gs 'stat'
  85. act 'Leave':minut += 10 & gt'gadukino'
  86. end
  87. else
  88. act 'Go to the beach':minut += 5 & gt 'Gadriver', 'Gadbitch'
  89. act 'Go to Gadukino':minut += 20 & MiraLoc ! 1 & gt 'gadukino'
  90. end
  91. elseif temp_gr = 6 and MiraLoc ! 1 and npc_QW['A63'] >= 13 and hour >= 5 and sub > 0:
  92. if mitkaguysriver ! daystart:
  93. mitkaguysriver = daystart
  94. 'On your way to the river you meet Vasya, he insists you follow him home...'
  95. act 'Go with him':
  96. *clr & cla
  97. gs 'boyStat', 'A62'
  98. npc_sex[$boy] += 1
  99. pose = 1
  100. if mesec = 0:
  101. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitkaguysriversex20.jpg"></center>'
  102. '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...'
  103. gs 'arousal', 'vaginal', 20, 'sub'
  104. gs 'cum_call','butt',$boy,1
  105. else
  106. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitkaguysriversex21.jpg"></center>'
  107. '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...'
  108. gs 'arousal', 'anal', 20, 'sub'
  109. gs 'cum_call','butt',$boy,1
  110. end
  111. gs 'arousal', 'end'
  112. gs 'stat'
  113. act 'Finish':minut += 10 & gt'gadukino'
  114. end
  115. else
  116. act 'Go to the beach':minut += 5 & gt 'Gadriver', 'Gadbitch'
  117. act 'Go to Gadukino':minut += 20 & MiraLoc ! 1 & gt 'gadukino'
  118. end
  119. else
  120. act 'Go to the beach':minut += 5 & gt 'Gadriver', 'Gadbitch'
  121. act 'Go to Gadukino':minut += 20 & MiraLoc ! 1 & gt 'gadukino'
  122. end
  123. end
  124. if $ARGS[0] = 'Gadbitch':
  125. PC_arrive = iif($metka ! $ARGS[0], 1 , 0)
  126. $metka = $ARGS[0]
  127. $loc = $CURLOC
  128. $location_type = 'public_outdoors'
  129. gs 'stat'
  130. '<center><H4>Village Beach</H4></center>'
  131. !125e
  132. if hour >= 6 and hour < 22:
  133. if sunWeather = 1:
  134. if month>=4 and month<=10:
  135. '<center><img <<$set_imgh>> src="images/locations/gadukino/river/gadbitch_summer.jpg"></center>'
  136. else
  137. '<center><img <<$set_imgh>> src="images/locations/gadukino/river/gadbitch_winter.jpg"></center>'
  138. end
  139. else
  140. if month>=4 and month<=10:
  141. '<center><img <<$set_imgh>> src="images/locations/gadukino/river/gadbitch_soft.jpg"></center>'
  142. else
  143. '<center><img <<$set_imgh>> src="images/locations/gadukino/river/gadbitch_cold.jpg"></center>'
  144. end
  145. end
  146. else
  147. '<center><img <<$set_imgh>> src="images/locations/gadukino/river/gadbitch_night.jpg"></center>'
  148. end
  149. 'A small country beach, where you can sunbathe and swim.'
  150. mira_temp = rand(1,10)
  151. if MiraLoc = 1:temp_gr = RAND(0,20)
  152. if sunWeather = 1 and MiraLoc = 1:
  153. if RAND(0,10) < 5:
  154. '<a href="exec:sun = 1 & gt ''Gadriver'', ''Mira'' ">Mira</a> is laying on the beach sunbathing.'
  155. if npc_rel['A60'] < 15:npc_rel['A60'] += 1
  156. else
  157. '<a href="exec:sun = 0 & gt ''Gadriver'', ''Mira'' ">Mira</a> is in the river splashing water around and having fun.'
  158. if npc_rel['A60'] < 15:npc_rel['A60'] += 1
  159. end
  160. end
  161. 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.'
  162. if temper >= 15 and month >= 5 and month <= 9:
  163. if $clothingworntype = 'swimwear' or $clothingworntype = 'nude':
  164. act 'Go for a swim':
  165. cla
  166. *clr
  167. cumspclnt = 4
  168. gs 'cum_cleanup'
  169. minut += 30
  170. if $clothingworntype = 'nude': gs 'exercise', 'tier1', 1, 'stren_exp', 'exhibition_exp'
  171. if $clothingworntype = 'nude':inhib_exp += rand(1,3)
  172. if $clothingworntype ! 'nude': gs 'exercise', 'tier1', 1, 'stren_exp'
  173. if $clothingworntype ! 'nude':
  174. if pcs_inhib < 50:inhib_exp += rand(1,3)
  175. end
  176. pcs_sweat = 10 + rand(0,4)
  177. if $clothingworntype = 'swimwear':
  178. if hour >= 22 or hour <= 6:
  179. if RAND(0,10) < 5 and MiraLoc = 1:
  180. '<center><img <<$set_imgh>> src="images/characters/village/mira/rivertwogirls.jpg"></center>'
  181. 'You and Mira take a nighttime swim in the river, splashing water at each other and having fun.'
  182. else
  183. '<center><img <<$set_imgh>> src="images/locations/gadukino/river/gadriverswim.jpg"></center>'
  184. 'You take a nighttime swim in the river, feeling the refreshing and invigorating water flowing across your body.'
  185. end
  186. else
  187. if RAND(0,10) < 5 and MiraLoc = 1:
  188. '<center><img <<$set_imgh>> src="images/characters/village/mira/rivertwogirls.jpg"></center>'
  189. 'You and Mira take a swim in the river, splashing water at each other and having fun.'
  190. else
  191. '<center><img <<$set_imgh>> src="images/locations/gadukino/river/gadriverswim.jpg"></center>'
  192. 'You take a swim in the river, feeling the refreshing and invigorating water flowing across your body.'
  193. end
  194. end
  195. else
  196. temp_gr = RAND(0,15)
  197. if temp_gr >= 10 and MiraLoc = 1:
  198. pcs_horny += RAND(5,15)
  199. gs 'stat'
  200. '<center><img <<$set_imgh>> src="images/characters/village/mira/rivertwogirlsnude'+rand(0,5)+'.jpg"></center>'
  201. '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.'
  202. else
  203. '<center><img <<$set_imgh>> src="images/locations/gadukino/river/watergirls.jpg"></center>'
  204. 'You take your clothes off and swiftly step into the river, you sigh, feeling the cold refreshing and invigorating water.'
  205. end
  206. end
  207. temp_gr = RAND(0,9)
  208. act 'Get out of the water':
  209. if MiraLoc ! 1 and npc_QW['A63'] >= 13 and temp_gr = 0 and hour >= 8 and hour < 20:
  210. *clr & cla
  211. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitkaguysriversex13.jpg"></center>'
  212. '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.'
  213. '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.'
  214. gs 'boyStat', 'A63'
  215. npc_sex[$boy] += 1
  216. gs 'arousal', 'bj', 10, 'gangbang', 'sub', 'rough'
  217. gs 'arousal', 'hj', 5, 'gangbang', 'sub', 'rough'
  218. gs 'arousal', 'hj', 5, 'gangbang', 'sub', 'rough'
  219. minut -= 10
  220. gs 'cum_call','face',$boy, 1,'','',20
  221. gs 'cum_call','hair',$boy, 1,'','',20
  222. gs 'boyStat', 'A61'
  223. npc_sex[$boy] += 1
  224. gs 'arousal', 'bj', 10, 'gangbang', 'sub', 'rough'
  225. gs 'arousal', 'hj', 5, 'gangbang', 'sub', 'rough'
  226. gs 'arousal', 'hj', 5, 'gangbang', 'sub', 'rough'
  227. minut -= 10
  228. gs 'cum_call','face',$boy, 1,'','',20
  229. gs 'cum_call','mouth',$boy, 1,'','',20
  230. gs 'boyStat', 'A62'
  231. npc_sex[$boy] += 1
  232. gs 'arousal', 'bj', 10, 'gangbang', 'sub', 'rough'
  233. gs 'arousal', 'hj', 5, 'gangbang', 'sub', 'rough'
  234. gs 'arousal', 'hj', 5, 'gangbang', 'sub', 'rough'
  235. minut -= 10
  236. gs 'cum_call','face',$boy, 1,'','',20
  237. gs 'cum_call','mouth',$boy, 1,'','',20
  238. swallow += RAND(0,3)
  239. gang +=1
  240. gs 'arousal', 'end'
  241. gs 'stat'
  242. act 'Finish':minut += 5 & gt'Gadriver', 'Gadbitch'
  243. elseif MiraLoc ! 1 and npc_QW['A63'] >= 13 and temp_gr = 1 and hour >= 8 and hour < 20 and sub > 0:
  244. *clr & cla
  245. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitkaguysriversex19.jpg"></center>'
  246. '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...'
  247. gs 'boyStat', 'A61'
  248. npc_sex[$boy] += 1
  249. pose = 1
  250. gs 'dinSex','boy_wants_anal'
  251. gs 'arousal', 'anal', 20, 'sub'
  252. gs 'cum_call','anus',$boy, 1,'','',20
  253. gs 'cum_call','butt',$boy, 1,'','',20
  254. gs 'arousal', 'end'
  255. gs 'stat'
  256. act 'Finish':minut += 5 & gt'Gadriver', 'Gadbitch'
  257. else
  258. minut += 5 & gt'Gadriver', 'Gadbitch'
  259. end
  260. end
  261. end
  262. else
  263. act 'Go skinny dipping':
  264. cla
  265. *clr
  266. temp_gr = RAND(0,15)
  267. cumspclnt = 4
  268. gs 'cum_cleanup'
  269. minut = minut + 20
  270. pcs_sweat = 10 + rand(0,4)
  271. pcs_mood += 5
  272. pcs_willpwr = pcs_willpwr + 5
  273. inhib_exp += rand(1,3)
  274. if pcs_stren < 30: stren_exp += 1
  275. if hour >= 22 and hour <= 6:
  276. '<center><img <<$set_imgh>> src="images/locations/gadukino/river/watergirls1.jpg"></center>'
  277. 'You strip your clothes off and slowly step in to the cold river, knowing that the darkness hides your nudity. You swim around feeling the refreshing and invigorating water caressing your body.'
  278. else
  279. if temp_gr >= 10 and MiraLoc = 1:
  280. pcs_horny += RAND(5,15)
  281. gs 'stat'
  282. '<center><img <<$set_imgh>> src="images/characters/village/mira/rivertwogirlsnude'+rand(0,5)+'.jpg"></center>'
  283. '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.'
  284. else
  285. '<center><img <<$set_imgh>> src="images/locations/gadukino/river/watergirls.jpg"></center>'
  286. 'You take your clothes off and swiftly step into the river, you sigh, feeling the cold refreshing and invigorating water.'
  287. end
  288. end
  289. act 'Get out of the water':
  290. if MiraLoc ! 1 and npc_QW['A63'] >= 13 and temp_gr = 0 and hour >= 8 and hour < 20:
  291. *clr & cla
  292. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitkaguysriversex12.jpg"></center>'
  293. '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.'
  294. '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.'
  295. gs 'boyStat', 'A63'
  296. npc_sex[$boy] += 1
  297. gs 'arousal', 'vaginal', 10, 'gangbang', 'sub', 'rough'
  298. gs 'arousal', 'hj', 5, 'gangbang', 'sub', 'rough'
  299. gs 'cum_call','butt',$boy, 1
  300. gs 'boyStat', 'A61'
  301. npc_sex[$boy] += 1
  302. gs 'arousal', 'bj', 5, 'gangbang', 'sub', 'rough'
  303. minut -= 10
  304. gs 'arousal', 'anal', 10, 'gangbang', 'sub', 'rough'
  305. gs 'arousal', 'hj', 5, 'gangbang', 'sub', 'rough'
  306. gs 'cum_call','anus',$boy, 1,'','',20
  307. gs 'boyStat', 'A62'
  308. npc_sex[$boy] += 1
  309. gs 'arousal', 'bj', 10, 'gangbang', 'sub', 'rough'
  310. gs 'arousal', 'hj', 5, 'gangbang', 'sub', 'rough'
  311. gs 'arousal', 'hj', 5, 'gangbang', 'sub', 'rough'
  312. minut -= 10
  313. gs 'cum_call','mouth',$boy
  314. swallow += RAND(0,1)
  315. gs 'stat'
  316. gs 'arousal', 'end'
  317. gs 'stat'
  318. gang +=1
  319. act 'Finish':minut += 5 & gt'Gadriver', 'Gadbitch'
  320. else
  321. minut += 5 & gt'Gadriver', 'Gadbitch'
  322. end
  323. end
  324. end
  325. act 'Strip naked':
  326. cla
  327. minut += 5
  328. gs 'underwear', 'remove'
  329. gs 'clothing', 'strip', 'VillageRiver'
  330. 'Without hesitation, you take off all your clothes and neatly fold them before putting them down on a pile. Without your clothes holding you back, you can go for a nice swim in the river or just lie down in the sand and do some sunbathing.'
  331. act 'Continue': gt 'Gadriver', 'Gadbitch'
  332. end
  333. end
  334. if hour >= 8 and hour < 20 and sunWeather = 1:
  335. if $clothingworntype = 'swimwear' or $clothingworntype = 'nude':
  336. act 'Sunbathe (1:00)':
  337. if Mira_no = 0 and MiraLoc ! 1 and rand(1,10) > 7 and hour > 8 and hour < 20 and sunWeather = 1 and temper >= 15:
  338. cla
  339. *clr
  340. MiraLoc = 1
  341. mira_go_river = 1
  342. minut += 5
  343. mira_go_blok = 1
  344. if pcs_inhib < 50:inhib_exp += rand(1,3)
  345. gs 'stat'
  346. if $clothingworntype = 'nude':
  347. '<center><img <<$set_imgh>> src="images/characters/village/mira/mira_go_river_nude.jpg"></center>'
  348. else
  349. '<center><img <<$set_imgh>> src="images/characters/village/mira/mira_go_river.jpg"></center>'
  350. end
  351. 'You are sunbathing by the river when Mira comes along. You smile, she undresses and lays her towel next to yours.'
  352. act 'Further': gt'Gadriver', 'Gadbitch'
  353. elseif $clothingworntype = 'nude':
  354. *clr & cla
  355. minut += 60
  356. exhibition_exp += rand(0,3)
  357. inhib_exp += rand(1,3)
  358. if pcs_sweat < 35 : pcs_sweat += 5
  359. pcs_mood += 5
  360. if temp_gr < 10 and MiraLoc = 1:
  361. '<center><img <<$set_imgh>> src="images/characters/village/mira/beachtwogirlsnude.jpg"></center>'
  362. 'You lie next to Mira and gossip about the villagers, enjoying the sun.'
  363. else
  364. '<center><img <<$set_imgh>> src="images/locations/gadukino/river/gadrivernude.jpg"></center>'
  365. 'You lie down on your towel and start sunbathing.'
  366. end
  367. if krem = 0:
  368. pcs_tan += 1
  369. elseif krem > 0:
  370. krem -= 1
  371. '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.'
  372. pcs_tan += 3
  373. end
  374. act 'Finish sunbathing':
  375. if MiraLoc ! 1 and npc_QW['A63'] >= 13 and temp_gr = 0 and hour >= 8 and hour < 20:
  376. *clr & cla
  377. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitkaguysriversex14.jpg"></center>'
  378. '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...'
  379. gs 'boyStat', 'A62'
  380. npc_sex[$boy] += 1
  381. gs 'arousal', 'vaginal', 10, 'gangbang', 'sub', 'rough'
  382. gs 'arousal', 'hj', 5, 'gangbang', 'sub', 'rough'
  383. gs 'cum_call','butt',$boy, 1
  384. gs 'boyStat', 'A63'
  385. npc_sex[$boy] += 1
  386. gs 'arousal', 'bj', 5, 'gangbang', 'sub', 'rough'
  387. minut -= 10
  388. gs 'arousal', 'anal', 10, 'gangbang', 'sub', 'rough'
  389. gs 'arousal', 'hj', 5, 'gangbang', 'sub', 'rough'
  390. gs 'cum_call','anus',$boy, 1,'','',20
  391. gs 'boyStat', 'A61'
  392. npc_sex[$boy] += 1
  393. gs 'arousal', 'bj', 10, 'gangbang', 'sub', 'rough'
  394. gs 'arousal', 'hj', 5, 'gangbang', 'sub', 'rough'
  395. gs 'arousal', 'hj', 5, 'gangbang', 'sub', 'rough'
  396. minut -= 10
  397. gs 'cum_call','mouth',$boy
  398. swallow += RAND(0,1)
  399. gs 'stat'
  400. gs 'arousal', 'end'
  401. gang +=1
  402. gs 'stat'
  403. act 'Get dressed':minut += 5 & gt'Gadriver', 'Gadbitch'
  404. else
  405. gt'Gadriver', 'Gadbitch'
  406. end
  407. end
  408. else
  409. *clr & cla
  410. minut += 60
  411. if pcs_sweat < 35 : pcs_sweat += 5
  412. pcs_mood += 5
  413. if temp_gr < 10 and MiraLoc = 1:
  414. '<center><img <<$set_imgh>> src="images/characters/village/mira/beachtwogirls.jpg"></center>'
  415. 'You lie next to Mira and gossip about trivial things, enjoying the sun.'
  416. else
  417. '<center><img <<$set_imgh>> src="images/locations/gadukino/river/gadrivergirl.jpg"></center>'
  418. 'You sunbathe alone on the riverbank.'
  419. end
  420. if krem = 0:
  421. pcs_tan += 1
  422. elseif krem > 0:
  423. krem -= 1
  424. pcs_tan += 3
  425. 'You smear suntan lotion all over your body to prevent a sunburn. Few minutes later you''re all oiled in and start sunbathing.'
  426. end
  427. act 'Finish':
  428. if MiraLoc ! 1 and npc_QW['A63'] >= 13 and temp_gr = 0 and hour >= 8 and hour < 20:
  429. *clr & cla
  430. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitkaguysriversex15.jpg"></center>'
  431. '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...'
  432. gs 'boyStat', 'A61'
  433. npc_sex[$boy] += 1
  434. gs 'arousal', 'vaginal', 10, 'gangbang', 'sub', 'rough'
  435. gs 'arousal', 'hj', 5, 'gangbang', 'sub', 'rough'
  436. gs 'cum_call','butt',$boy, 1
  437. gs 'boyStat', 'A62'
  438. npc_sex[$boy] += 1
  439. gs 'arousal', 'bj', 5, 'gangbang', 'sub', 'rough'
  440. minut -= 10
  441. gs 'arousal', 'anal', 10, 'gangbang', 'sub', 'rough'
  442. gs 'arousal', 'hj', 5, 'gangbang', 'sub', 'rough'
  443. gs 'cum_call','anus',$boy, 1,'','',20
  444. gs 'boyStat', 'A63'
  445. npc_sex[$boy] += 1
  446. gs 'arousal', 'bj', 10, 'gangbang', 'sub', 'rough'
  447. gs 'arousal', 'hj', 5, 'gangbang', 'sub', 'rough'
  448. gs 'arousal', 'hj', 5, 'gangbang', 'sub', 'rough'
  449. minut -= 10
  450. gs 'cum_call','mouth',$boy
  451. swallow += RAND(0,1)
  452. gs 'stat'
  453. gs 'arousal', 'end'
  454. gang +=1
  455. gs 'stat'
  456. act 'Finish':minut += 5 & gt'Gadriver', 'Gadbitch'
  457. elseif MiraLoc = 1 and npc_QW['A60'] >= 15 and temp_gr = 1 and hour >= 8 and hour < 20:
  458. *clr & cla
  459. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitkaguysriversex16.jpg"></center>'
  460. '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...'
  461. gs 'arousal', 'voyeur', 30, 'gangbang', 'dom'
  462. gs 'arousal', 'end'
  463. gs 'stat'
  464. act 'Finish':minut += 5 & gt'Gadriver', 'Gadbitch'
  465. else
  466. minut += 5
  467. gt'Gadriver', 'Gadbitch'
  468. end
  469. end
  470. end
  471. end
  472. end
  473. end
  474. end
  475. if $clothingworntype ! 'nude': act 'Get changed':gt 'changingroom', 'view_swim_list'
  476. if $clothingworntype = 'nude':
  477. act 'Get dressed':
  478. clothesAtLocation = FUNC('lost_clothes_here','VillageRiver')
  479. cla
  480. minut += 5
  481. gs 'underwear', 'wear'
  482. if clothesAtLocation = 1: gs 'clothing', 'recover_lost_clothes', 'VillageRiver', 1
  483. act 'Continue': gt 'Gadriver', 'Gadbitch'
  484. end
  485. end
  486. act 'Leave':
  487. cla
  488. if $clothingworntype = 'swimwear':
  489. cla
  490. 'You need to dress in regular clothes first.'
  491. act'Return':gt'Gadriver', 'Gadbitch'
  492. elseif $clothingworntype = 'nude':
  493. 'You need to put some clothes on first.'
  494. act'Return':gt'Gadriver', 'Gadbitch'
  495. else
  496. minut += 5
  497. gt 'Gadriver', 'start'
  498. end
  499. end
  500. !! extraordinary events at the river beach. Be aware, this part has to be at the end because it removes actions, which were set before.
  501. if (mira_go_blok = 0 and MiraLoc = 1 and rand(1,10) = 5) or (MiraLoc = 1 and hour >= 20):
  502. *clr & cla
  503. minut += 5
  504. mira_go_blok = 1
  505. mira_no_home = 0
  506. MiraLoc = 0
  507. gs 'stat'
  508. if $clothingworntype = 'nude':
  509. '<center><img <<$set_imgh>> src="images/characters/village/mira/mira_go_home_nude.jpg"></center>'
  510. else
  511. '<center><img <<$set_imgh>> src="images/characters/village/mira/mira_go_home.jpg"></center>'
  512. end
  513. '"<<$pcs_nickname>>, I have to go home, " Mira said to you and began to gather her stuff.'
  514. act 'Further': gt'Gadriver', 'Gadbitch'
  515. elseif Mira_no = 0 and MiraLoc ! 1 and rand(1,10) < 3 and hour > 8 and hour < 20 and sunWeather = 1 and temper >= 15 and PC_arrive = 1:
  516. *clr & cla
  517. '<center><img <<$set_imgh>> src="images/characters/village/mira/mira_in_river.jpg"></center>'
  518. 'Arriving at the beach, you see Mira laying down, sunbathing on a towel.'
  519. MiraLoc = 1
  520. minut += 5
  521. mira_go_blok = 1
  522. gs 'stat'
  523. act 'Further':
  524. if rand(0,3) = 0 and Miraswimday ! daystart:
  525. *clr & cla
  526. '<center><img <<$set_imgh>> src="images/characters/village/mira/mirariver.jpg"></center>'
  527. '"<<$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.'
  528. minut += 1
  529. Miraswimday = daystart
  530. gs 'stat'
  531. act'Agree':
  532. cla
  533. act 'Strip naked':
  534. cla
  535. minut += 5
  536. gs 'underwear', 'remove'
  537. gs 'clothing', 'strip', 'VillageRiver'
  538. inhib_exp += rand(1,3)
  539. 'Without hesitation, you take off all your clothes and neatly fold them before putting them down on a pile. Without your clothes holding you back, you can go for a nice swim in the river or just lie down in the sand and do some sunbathing.'
  540. act 'Swim':
  541. *clr & cla
  542. '<center><img <<$set_imgh>> src="images/characters/village/mira/rivertwogirlsnude'+rand(0,5)+'.jpg"></center>'
  543. 'You wade into the river, you have fun with Mira spraying each other with water.'
  544. temp_gr = RAND(0,15)
  545. cumspclnt = 4 & gs 'cum_cleanup'
  546. minut += 30
  547. gs 'exercise', 'tier1', 1, 'stren_exp', 'exhibition_exp'
  548. pcs_sweat = 10 + rand(0,4)
  549. gs'stat'
  550. act 'Get out of the water':gt'Gadriver', 'Gadbitch'
  551. end
  552. end
  553. act 'Get changed':
  554. *clr & cla
  555. '<center><img <<$set_imgh>> src="images/locations/gadukino/river/undressbch.jpg"></center>'
  556. '"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.'
  557. 'You take off your clothes, put on a swimsuit and run into the water after Mira.'
  558. $metka = 'Gadbitch'
  559. act 'Swim':
  560. *clr & cla
  561. '<center><img <<$set_imgh>> src="images/characters/village/mira/rivertwogirls.jpg"></center>'
  562. 'You wade into the river, you have fun with Mira spraying each other with water.'
  563. temp_gr = RAND(0,15)
  564. cumspclnt = 4 & gs 'cum_cleanup'
  565. minut += 30
  566. if pcs_inhib < 50:inhib_exp += rand(1,2)
  567. gs 'exercise', 'tier1', 1, 'stren_exp'
  568. pcs_sweat = 10 + rand(0,4)
  569. gs'stat'
  570. act 'Get out of the water':gt'Gadriver', 'Gadbitch'
  571. end
  572. gs 'Gadriver','Get changed','start' &! this call has to be last
  573. end
  574. end
  575. act'Refuse':
  576. *clr & cla
  577. '<center><img <<$set_imgh>> src="images/characters/village/mira/mirariver.jpg"></center>'
  578. '"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."'
  579. minut += 1
  580. npc_rel['A60'] -= 1
  581. gs 'stat'
  582. act 'Further': gt'Gadriver', 'Gadbitch'
  583. end
  584. else
  585. gt'Gadriver', 'Gadbitch'
  586. end
  587. end
  588. end
  589. end
  590. if $ARGS[0] = 'Mira':
  591. *clr & cla
  592. minut += 2
  593. gs 'stat'
  594. if sun = 1:
  595. if npc_QW['A60'] < 12:
  596. '<center><img <<$set_imgh>> src="images/characters/village/mira/mirabeach.jpg"></center>'
  597. else
  598. '<center><img <<$set_imgh>> src="images/characters/village/mira/mirabeachnude.jpg"></center>'
  599. end
  600. else
  601. if npc_QW['A60'] < 12:
  602. '<center><img <<$set_imgh>> src="images/characters/village/mira/mirariver.jpg"></center>'
  603. else
  604. '<center><img <<$set_imgh>> src="images/characters/village/mira/mirarivernude.jpg"></center>'
  605. end
  606. end
  607. act 'Leave':minut += 5 & gt 'Gadriver', 'Gadbitch'
  608. act 'Chat':
  609. *clr & cla
  610. minut += 10
  611. pcs_mood += 10
  612. gs 'stat'
  613. if sun = 1:
  614. if npc_QW['A60'] < 12:
  615. '<center><img <<$set_imgh>> src="images/characters/village/mira/mirabeach.jpg"></center>'
  616. else
  617. '<center><img <<$set_imgh>> src="images/characters/village/mira/mirabeachnude.jpg"></center>'
  618. end
  619. else
  620. if npc_QW['A60'] < 12:
  621. '<center><img <<$set_imgh>> src="images/characters/village/mira/mirariver.jpg"></center>'
  622. else
  623. '<center><img <<$set_imgh>> src="images/characters/village/mira/mirarivernude.jpg"></center>'
  624. end
  625. end
  626. if npc_QW['A60'] >= 0:
  627. if npc_QW['A60'] >= 30 and miraprost > 0 and sunWeather = 1:
  628. 'You and Mira talk about her being the village prostitute and how she can improve her performance.'
  629. elseif npc_QW['A60'] >= 20 and sunWeather = 1:
  630. 'It is always nice to talk with Mira and you gossip about boys.'
  631. elseif npc_QW['A60'] >= 15 and sunWeather = 1:
  632. '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.'
  633. elseif npc_QW['A60'] >= 11 and sunWeather = 1:
  634. 'Mira asks you about Pavlovsk and you tell her all about it.'
  635. elseif npc_QW['A60'] >= 9 and sunWeather = 1:
  636. 'You talk to Mira about what it is like living in the village.'
  637. elseif npc_QW['A60'] >= 8 and sunWeather = 1:
  638. 'Mira breaks the silence, "What brings you here to the village?"'
  639. '"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."'
  640. elseif npc_QW['A60'] = 7 and sunWeather = 1:
  641. 'You decide to strike up some conversation with Mira, "So what is there to do here in the village?"'
  642. '"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."'
  643. elseif npc_QW['A60'] < 7 and sunWeather = 1:
  644. if npc_rel['A60'] < 15:npc_rel['A60'] += 1
  645. 'You and Mira are chatting about trivial things.'
  646. end
  647. end
  648. act 'Leave':minut += 5 & gt 'Gadriver', 'Gadbitch'
  649. end
  650. end
  651. if $ARGS[0] = 'mirapunish':
  652. *clr & cla
  653. minut += 10
  654. pcs_horny += RAND(25,75)
  655. gs 'stat'
  656. '<center><img <<$set_imgh>> src="images/characters/village/mira/mirapunish.jpg"></center>'
  657. '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...'
  658. '"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!"'
  659. act 'Leave':minut += 5 & gt 'Gadriver', 'Gadbitch'
  660. end
  661. if $ARGS[0] = 'GuysRiver':
  662. *clr & cla
  663. minut += 5
  664. pcs_horny += 10
  665. gs 'stat'
  666. temp_gr = RAND(0,10)
  667. '<center><img <<$set_imgh>> src="images/locations/gadukino/river/mitkaguysriver.jpg"></center>'
  668. '"Oh, hi <<$pcs_nickname>>, so it''s just you today?" Kolyamba grinned.'
  669. if temp_gr <= 4:
  670. '"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..."'
  671. elseif temp_gr > 4 and temp_gr <= 8:
  672. '"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!"'
  673. else
  674. '"Ah, no Mira, it''s just our other hot babe. Come here lovely, we have something really special for you."'
  675. end
  676. if temp_gr < 4:
  677. act 'Pleasure Kolyambu':
  678. *clr & cla
  679. gs 'boyStat', 'A61'
  680. pose = 0
  681. temp_gr = RAND(0,2)
  682. gs 'stat'
  683. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitkaguysriversex.jpg"></center>'
  684. 'You quickly take off your pants and climb onto Kolyamba, grabbing his cock, leading it inside you.'
  685. gs 'arousal', 'vaginal', 10, 'sub', 'group'
  686. gs 'stat'
  687. act 'Pleasure Vasya':
  688. *clr & cla
  689. gs 'boyStat', 'A62'
  690. pose = 0
  691. gs 'stat'
  692. temp_gr = RAND(0,2)
  693. if temp_gr = 0:
  694. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitkaguysriversex1.jpg"></center>'
  695. 'Vasya, rolls you onto your back, sticking his cock into your wet pussy.'
  696. gs 'arousal', 'vaginal', 10, 'sub', 'group'
  697. gs 'arousal', 'end'
  698. gs 'stat'
  699. elseif temp_gr = 1:
  700. gs 'boyStat', 'A62'
  701. spafinloc = 12
  702. gs 'cum_manage'
  703. gs'stat'
  704. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitkaguysriversex2.jpg"></center>'
  705. '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.'
  706. 'He forcefully shoves the cock into your mouth and cums lavishly in your mouth...'
  707. gs 'arousal', 'bj', 5, 'sub', 'group', 'rough'
  708. gs 'arousal', 'end'
  709. gs 'stat'
  710. else
  711. gs 'boyStat', 'A62'
  712. pcs_ass += 1
  713. spafinloc = 3
  714. gs 'cum_manage'
  715. gs'stat'
  716. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitkaguysriversex3.jpg"></center>'
  717. 'Vasya forces you on all four and starts pumping his dick into your ass.'
  718. gs 'arousal', 'anal', 10, 'sub', 'group', 'rough'
  719. gs 'arousal', 'end'
  720. gs 'stat'
  721. end
  722. act 'Leave':minut += 5 & gt'Gadriver', 'Gadbitch'
  723. end
  724. end
  725. elseif temp_gr < 8:
  726. act 'Pleasure Kolyamba':
  727. *clr & cla
  728. gs 'boyStat', 'A61'
  729. spafinloc = 12
  730. gs 'cum_manage'
  731. gs'stat'
  732. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitkaguysriversex4.jpg"></center>'
  733. 'You get down on your knees and start licking Kolyamba''s dick, after a while you start sucking it like a popsicle...'
  734. 'He only manages to hold out for a short time finishing in your mouth...'
  735. gs 'arousal', 'bj', 5, 'sub', 'group', 'rough'
  736. gs 'stat'
  737. act 'Pleasure Vasya':
  738. *clr & cla
  739. gs 'boyStat', 'A62'
  740. pose = 0
  741. gs 'stat'
  742. temp_gr = RAND(0,2)
  743. if temp_gr = 0:
  744. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitkaguysriversex5.jpg"></center>'
  745. 'Vasya, lays you onto your back, using his fingers stimulating your vaginal lips while sticking his cock into your wet pussy.'
  746. gs 'arousal', 'vaginal', 10, 'sub', 'group', 'rough'
  747. gs 'arousal', 'end'
  748. gs 'stat'
  749. elseif temp_gr = 1:
  750. gs 'boyStat', 'A62'
  751. spafinloc = 12
  752. gs 'cum_manage'
  753. gs'stat'
  754. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitkaguysriversex6.jpg"></center>'
  755. 'Vasya steps up and roughs you up a little with his hands and then takes out his dick forcing you to suck him off.'
  756. 'He shoves the cock into your mouth and soon cums violently...'
  757. gs 'arousal', 'bj', 5, 'sub', 'group', 'rough'
  758. gs 'arousal', 'end'
  759. gs 'stat'
  760. else
  761. gs 'boyStat', 'A62'
  762. pcs_ass += 1
  763. spafinloc = 3
  764. gs 'cum_manage'
  765. gs'stat'
  766. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitkaguysriversex7.jpg"></center>'
  767. '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.'
  768. gs 'arousal', 'anal', 10, 'sub', 'group', 'rough'
  769. gs 'arousal', 'end'
  770. gs 'stat'
  771. end
  772. act 'Leave':minut += 5 & gt'Gadriver', 'Gadbitch'
  773. end
  774. end
  775. else
  776. act 'Pleasure Kolyamba':
  777. *clr & cla
  778. gs 'boyStat', 'A61'
  779. pcs_ass += 1
  780. spafinloc = 3
  781. gs 'cum_manage'
  782. gs'stat'
  783. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitkaguysriversex8.jpg"></center>'
  784. '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.'
  785. '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.'
  786. gs 'arousal', 'bj', 10, 'sub', 'group', 'rough'
  787. gs 'arousal', 'anal', 10, 'sub', 'group', 'rough'
  788. minut -= 10
  789. gs 'stat'
  790. act 'Pleasure Vasya':
  791. *clr & cla
  792. gs 'boyStat', 'A62'
  793. pose = 1
  794. gs 'stat'
  795. temp_gr = RAND(0,2)
  796. if temp_gr = 0:
  797. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitkaguysriversex9.jpg"></center>'
  798. '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.'
  799. $orgasm_or = 'yes'
  800. gs 'arousal', 'bj', 10, 'sub', 'group', 'rough'
  801. gs 'arousal', 'vaginal', 10, 'sub', 'group', 'rough'
  802. minut -= 10
  803. gs 'arousal', 'end'
  804. gs 'stat'
  805. elseif temp_gr = 1:
  806. gs 'boyStat', 'A62'
  807. spafinloc = 12
  808. gs 'cum_manage'
  809. gs'stat'
  810. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitkaguysriversex10.jpg"></center>'
  811. 'Vasya steps closer to you and tells you he wants his cock sucked. You drop down on your knees and start sucking his glans.'
  812. '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...'
  813. gs 'arousal', 'bj', 5, 'sub', 'group', 'rough', 'deepthroat'
  814. gs 'arousal', 'end'
  815. gs 'stat'
  816. else
  817. gs 'boyStat', 'A62'
  818. pcs_ass += 1
  819. spafinloc = 3
  820. gs 'cum_manage'
  821. gs'stat'
  822. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitkaguysriversex11.jpg"></center>'
  823. 'Vasya forces you to your hands and knees and starts thrusting his dick into your anus.'
  824. gs 'arousal', 'anal', 10, 'sub', 'group', 'rough'
  825. gs 'arousal', 'end'
  826. gs 'stat'
  827. end
  828. act 'Leave':minut += 5 & gt'Gadriver', 'Gadbitch'
  829. end
  830. end
  831. end
  832. if pcs_dom > 0:
  833. act 'Leave':minut += 5 & gt'Gadriver', 'Gadbitch'
  834. end
  835. end
  836. if $ARGS[0] = 'fishers':
  837. *clr & cla
  838. minut += 2
  839. gs 'stat'
  840. '<center><img <<$set_imgh>> src="images/locations/gadukino/river/gadriverfishers.jpg"></center>'
  841. if fishersday ! daystart:
  842. act 'Greet':
  843. cla
  844. *clr
  845. fishersday = daystart
  846. minut += 3
  847. if fishersQW < 3:fishersQW += 1
  848. gs 'stat'
  849. '<center><img <<$set_imgh>> src="images/locations/gadukino/river/hifishers.jpg"></center>'
  850. 'You politely greet the fishermen, but they are totally focused on fishing, one of them absently waves in your general direction in response.'
  851. if fishersQW >= 3:
  852. act 'Chat':
  853. cla
  854. *clr
  855. minut += 10
  856. if fishersQW = 3:fishersQW = 4
  857. gs 'stat'
  858. '<center><img <<$set_imgh>> src="images/locations/gadukino/river/talkfishers.jpg"></center>'
  859. '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.'
  860. act 'Leave':minut += 5 & gt 'Gadriver', 'start'
  861. end
  862. end
  863. if fishersQW = 4:
  864. act 'Ask to borrow a fishing rod':
  865. cla
  866. *clr
  867. minut += 10
  868. fishersQW = 5
  869. gs 'stat'
  870. '<center><img <<$set_imgh>> src="images/locations/gadukino/river/talkfishers.jpg"></center>'
  871. '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.'
  872. act 'Fishing':gt 'Gadriver', 'fishing'
  873. end
  874. end
  875. if fishersQW = 5:
  876. act 'Fishing with them':
  877. cla
  878. *clr
  879. minut += 10
  880. gs 'stat'
  881. '<center><img <<$set_imgh>> src="images/locations/gadukino/river/talkfishers.jpg"></center>'
  882. '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.'
  883. act 'Fishing':gt 'Gadriver', 'fishing'
  884. end
  885. end
  886. act 'Leave':minut += 5 & gt 'Gadriver', 'start'
  887. end
  888. else
  889. act 'Leave':minut += 5 & gt 'Gadriver', 'start'
  890. end
  891. end
  892. if $ARGS[0] = 'fishing':
  893. cla
  894. *clr
  895. '<center><img <<$set_imgh>> src="images/locations/gadukino/river/gadriver.jpg"></center>'
  896. '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.'
  897. 'You caught <<fish>> fish.'
  898. if hour < 22:
  899. act 'Throw the bait':
  900. *clr & cla
  901. minut += RAND(5,10)
  902. if hour < 12:
  903. temp_gr = RAND(5,20)
  904. elseif hour >= 12 and hour < 18:
  905. temp_gr = RAND(0,20)
  906. else
  907. temp_gr = RAND(10,20)
  908. end
  909. gs 'stat'
  910. '<center><img <<$set_imgh>> src="images/locations/gadukino/river/fishingriver.jpg"></center>'
  911. 'You throw out the lure and carefully watch the bobber for signs of nibble.'
  912. if temp_gr > RAND(15,19):
  913. cla
  914. *clr
  915. minut += 1
  916. gs 'stat'
  917. '<center><img <<$set_imgh>> src="images/locations/gadukino/river/nofishingriver.jpg"></center>'
  918. 'Suddenly the bobber dives under the water dramatically. You got one!'
  919. act 'Pull':
  920. cla
  921. *clr
  922. minut += 1
  923. temp_gr = RAND(0,120)
  924. if temp_gr < 50:react_exp += 1
  925. gs 'stat'
  926. if pcs_react > temp_gr:
  927. pcs_mood += rand(5,10)
  928. minut += 1
  929. react_exp += 1
  930. fish += 1
  931. gs 'stat'
  932. '<center><img <<$set_imgh>> src="images/locations/gadukino/river/fishyes.jpg"></center>'
  933. '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.'
  934. else
  935. pcs_mood -= rand(5,10)
  936. minut += 1
  937. gs 'stat'
  938. '<center><img <<$set_imgh>> src="images/locations/gadukino/river/gadriver.jpg"></center>'
  939. 'You strike, but the lack of tension makes the fish escape from the hook.'
  940. end
  941. act 'Throw another bait':gt 'Gadriver', 'fishing'
  942. end
  943. else
  944. 'The bobber remains perfectly still, eventually you decide to try a different lure.'
  945. act 'Retrieve bait':gt 'Gadriver', 'fishing'
  946. end
  947. end
  948. act 'Finish':
  949. cla
  950. *clr
  951. minut += 5
  952. gs 'stat'
  953. '<center><img <<$set_imgh>> src="images/locations/gadukino/river/talkfishers.jpg"></center>'
  954. 'You''re feeling tired, so you return the fishing rod to uncle Stepan.'
  955. if fish > 0:
  956. act 'Release your catch':
  957. cla
  958. *clr
  959. minut += 5
  960. fish = 0
  961. gs 'stat'
  962. '<center><img <<$set_imgh>> src="images/locations/gadukino/river/talkfishers.jpg"></center>'
  963. '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.'
  964. act 'Leave':minut += 5 & gt $loc, $metka
  965. end
  966. act 'Give the fish to Uncle Stepan':
  967. cla
  968. *clr
  969. minut += 5
  970. fish = 0
  971. gs 'stat'
  972. '<center><img <<$set_imgh>> src="images/locations/gadukino/river/talkfishers.jpg"></center>'
  973. '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.'
  974. act 'Leave':minut += 5 & gt $loc, $metka
  975. end
  976. act 'Bring a fish to Boniface':
  977. cla
  978. *clr
  979. minut += 5
  980. fish -= 1
  981. pcs_mood += RAND(15,40)
  982. gs 'stat'
  983. '<center><img <<$set_imgh>> src="images/locations/gadukino/village/villcat2.jpg"></center>'
  984. '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.'
  985. 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.'
  986. act 'Finish': gt 'Gadhouse'
  987. end
  988. act 'Give the fish to your grandmother':
  989. cla
  990. *clr
  991. minut += 5
  992. '<center><img <<$set_imgh>> src="images/locations/gadukino/grandparents/givefish.jpg"></center>'
  993. '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.'
  994. act 'Finish': gt 'Gadhouse'
  995. end
  996. else
  997. act 'Leave':minut += 5 & gt $loc, $metka
  998. end
  999. end
  1000. else
  1001. cla
  1002. *clr
  1003. minut += 5
  1004. pcs_mood -= RAND(5,10)
  1005. gs 'stat'
  1006. '<center><img <<$set_imgh>> src="images/locations/gadukino/river/talkfishers.jpg"></center>'
  1007. 'Uncle Stepan says, "It''s time to head home, young lady." You reluctantly return his fishing rod, knowing that''s it for today.'
  1008. if fish > 0:
  1009. act 'Release your catch':
  1010. cla
  1011. *clr
  1012. minut += 5
  1013. fish = 0
  1014. gs 'stat'
  1015. '<center><img <<$set_imgh>> src="images/locations/gadukino/river/talkfishers.jpg"></center>'
  1016. '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.'
  1017. act 'Leave':minut += 5 & gt $loc, $metka
  1018. end
  1019. act 'Give to Uncle Stepa':
  1020. cla
  1021. *clr
  1022. minut += 5
  1023. fish = 0
  1024. gs 'stat'
  1025. '<center><img <<$set_imgh>> src="images/locations/gadukino/river/talkfishers.jpg"></center>'
  1026. 'You give all the fish caught to uncle Stepan and he reluctantly accepts them, you can see he is quite happy with this arrangement.'
  1027. act 'Leave':minut += 5 & gt $loc, $metka
  1028. end
  1029. act 'Bring a fish to Boniface':
  1030. cla
  1031. *clr
  1032. minut += 5
  1033. fish -= 1
  1034. pcs_mood += RAND(15,40)
  1035. gs 'stat'
  1036. '<center><img <<$set_imgh>> src="images/locations/gadukino/village/villcat2.jpg"></center>'
  1037. '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.'
  1038. 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.'
  1039. act 'Finish': gt 'Gadhouse'
  1040. end
  1041. act 'Give the fish to your grandmother':
  1042. cla
  1043. *clr
  1044. minut += 5
  1045. '<center><img <<$set_imgh>> src="images/locations/gadukino/grandparents/givefish.jpg"></center>'
  1046. '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.'
  1047. act 'Finish': gt 'Gadhouse'
  1048. end
  1049. else
  1050. act 'Leave':minut += 5 & gt $loc, $metka
  1051. end
  1052. end
  1053. end
  1054. if $ARGS[0] = 'Get changed':
  1055. $metka = 'Get changed'
  1056. if $ARGS[1] = 'start':
  1057. gs 'saveposition'
  1058. gt 'changingroom', 'view_swim_list'
  1059. else
  1060. gt 'restoreposition'
  1061. end
  1062. end
  1063. --- gadriver ---------------------------------