swamphouse.qsrc 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613
  1. # swamphouse
  2. if $ARGS[0] = 'start' or $ARGS[0] = '':
  3. $location_type = 'indoors'
  4. $loc = 'swamphouse'
  5. $metka = 'start'
  6. $menu_loc = 'swamphouse'
  7. $menu_arg = 'start'
  8. menu_off = 0
  9. frost = 0
  10. bonusZ = 0
  11. clr
  12. gs 'stat'
  13. gs 'themes', 'indoors'
  14. huntslutsexrand = rand(1,3)
  15. temp_sh = rand(1,5)
  16. clothesAtLocation = FUNC('lost_clothes_here','swamphouse')
  17. gs 'hunter_ambient', 'schedule'
  18. '<center><H4>Hut</H4></center>'
  19. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/swampizba.jpg"></center>'
  20. *nl
  21. 'A small hunting cabin. The cabin contains a small room with a low ceiling.'
  22. *nl
  23. 'You see a <a href="exec: gt ''bed'', ''start''">couch</a> where you can lie down and sleep.'
  24. *nl
  25. if bucket > 0:
  26. 'There''s a <a href="exec: gs ''swamphouse'', ''bucket'' ">bucket</a> placed in the corner, filled with water collected from the spring.'
  27. else
  28. 'There''s an empty bucket placed in the corner. It needs refilling with water from the spring.'
  29. end
  30. 'You see an old <a href="exec: gs ''swamphouse'', ''washstand'' ">washstand</a> you can use to wash your hands and face. There is a well-used <a href="exec: gs ''swamphouse'', ''tub''">tub</a> nearby, that you can use to bathe in.'
  31. *nl
  32. 'There''s a stack of old <a href="exec: gs ''swamphouse'', ''stackmagazines''">magazines</a>, most likely used for ignition.'
  33. *nl
  34. if clothesAtLocation = 1:'Your clothes are laying on the shelf.'
  35. *nl
  36. if hour = 20 and hunters = 1 and huntersKnow > 0 or hour = 7 and hunters = 1 and huntersKnow > 0:
  37. 'The <a href="exec: gs ''hunters'', ''check_opinion''">hunters</a> are sitting around the table talking.'
  38. elseif hour > 20 and hour < 23 and hunters = 1 and huntersKnow > 0:
  39. 'You see the <a href="exec: gs ''hunters'', ''check_opinion''">hunters</a> hanging out in the hut.'
  40. elseif hour = 23 and hunters = 1 and huntersKnow > 0 or hour >= 0 and hour < 7 and hunters = 1 and huntersKnow > 0:
  41. 'The hunters are sleeping on the couch.'
  42. else
  43. 'The hunters aren''t here right now'
  44. end
  45. if hour >= 8 and hour < 20:
  46. gs 'swamp_yard', 'daytime_flavor_events'
  47. else
  48. gs 'swamp_yard', 'nighttime_flavor_events'
  49. end
  50. *nl
  51. act 'Go outside':
  52. minut += 2 & gt 'swamp_yard'
  53. end
  54. !re-arrange it, there should be no logic error now by illume
  55. if $clothingworntype ! 'nude':
  56. !have cloth, or rag on
  57. act 'Get undressed':
  58. if hunter_sexual_comfort > 50 or hour >= 8 and hour < 20:
  59. cla
  60. *clr
  61. minut+=5
  62. if $clothingworntype ! 'nude':
  63. gs 'clothing', 'strip', 'swamphouse'
  64. end
  65. gs 'underwear', 'remove'
  66. gs 'stat'
  67. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/swamphouseundress.jpg"></center>'
  68. 'Feeling the heat in the cabin, you start removing your clothes.'
  69. act 'Back': gt 'swamphouse', 'start'
  70. else
  71. cla
  72. *clr
  73. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/noundress.jpg"></center>'
  74. 'Despite the heat you''re still too shy to get undressed - what if someone suddenly comes in?'
  75. act 'Back': gt 'swamphouse', 'start'
  76. end
  77. end
  78. end
  79. if clothesAtLocation = 1 and swamp_clothes = 0:
  80. !clothes are ready
  81. if $clothingworntype = 'nude' and forced_naked_day < daystart:
  82. act 'Get dressed':
  83. cla
  84. *clr
  85. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/swampdvornude1.jpg"</center>'
  86. *nl
  87. 'You put your clothes back on.'
  88. gs 'underwear', 'wear'
  89. gs 'clothing', 'recover_lost_clothes', 'swamphouse', 1
  90. gs 'stat'
  91. act 'Back': gt 'swamphouse', 'start'
  92. end
  93. elseif $clothingworntype ! 'nude':
  94. act 'Pick up your clothes':
  95. cla
  96. *clr
  97. gs 'clothing', 'recover_lost_clothes', 'swamphouse'
  98. 'You picked up your clothes.'
  99. act 'Back': gt 'swamphouse', 'start'
  100. end
  101. end
  102. elseif swamp_clothes = 1 and forced_naked_day < daystart:
  103. if $clothingworntype = 'nude':
  104. act 'Wear hessian sack':
  105. cla
  106. *clr
  107. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/tkan_cloth.jpg"></center>'
  108. *nl
  109. 'You cover yourself with the hessian sack'
  110. gs 'clothing', 'recover_lost_clothes', 'swamphouse'
  111. gs 'clothing', 'swamp_clothes', 1
  112. gs 'stat'
  113. act 'Back': gt 'swamphouse', 'start'
  114. end
  115. end
  116. end
  117. if pcs_horny >= 50 and hunters = 0 or pcs_horny >= 50 and hunters = 1 and hour >= 8 and hour < 20:
  118. !TODO: Add content for hunters being around or walking in
  119. act 'Masturbate':
  120. gt 'selfplay', 'start'
  121. end
  122. end
  123. if $clothingworntype = 'nude' and swamp_clothes = 0 and clothesAtLocation = 0 and forced_naked_day < daystart:
  124. act 'Look for some clothes':
  125. cla
  126. *clr
  127. minut += 10
  128. gs 'clothing', 'swamp_clothes', 1
  129. gs 'stat'
  130. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/swamphouse_tkancloth.jpg"></center>'
  131. 'You find a piece of burlap... "Well, at least it''s something." you think to yourself.'
  132. act 'Back.': gt 'swamphouse', 'start'
  133. end
  134. end
  135. if breastpump > 0 and bp_unbox >= 1:
  136. act 'Use breast pump':
  137. gt 'lact_bp', 'bp_milking'
  138. end
  139. end
  140. if dirty_swamphouse > 25:act 'Clean the hut':hunter_collective_opinion += 3 & gs 'hunter_favors', 'dirty_swamphouse'
  141. !TODO: Move hunter behavior into its own code block
  142. if hour >= 20 and hour <= 23 and rand(1,2) = 1:
  143. huntersdrink = 1
  144. else
  145. huntersdrink = 0
  146. end
  147. act 'Relax on the couch': gt 'bed', 'start'
  148. !sex with Igor
  149. if huntersIgorLove > 0 and hour > 8 and hour < 19 and huntersIgorQw >= 10 and temp_sh = 1 and huntersIgorsex = 0:
  150. *clr & cla
  151. huntersIgorsex += rand(12,36)
  152. gs 'stat'
  153. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterlove1.4.jpg"></center>'
  154. 'Entering the hut you see Igor. He smiles and walks over to you, grabs hold of you and gives you a passionate kiss.'
  155. '"<<$pcs_nickname>>, I want you," he whispers.'
  156. gs 'arousal', 'kiss', 5
  157. gs 'stat'
  158. act 'Agree':
  159. *clr & cla
  160. minut += 5
  161. huntersIgorQw += 1
  162. gs 'stat'
  163. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterflirt2.'+rand(4,6)+'.jpg"></center>'
  164. 'Smiling you look straight into Igor''s eyes telling him all he needs to know. Without any hesitation he takes you by the hand and leads you...'
  165. act 'Go with Igor': gt 'hunterLoveSex','Igor'
  166. end
  167. act 'Refuse':
  168. *clr & cla
  169. minut += 5
  170. huntersIgorQw -= 1
  171. gs 'stat'
  172. '<center><img <<$set_imgh>> src="images/pc/speak_to_the_hand.jpg"></center>'
  173. '"I''m sorry, Igor. I''m not in the mood." you say avoiding eye contact. Igor leaves disappointed...'
  174. act 'Walk away': gt 'swamphouse', 'start'
  175. end
  176. end
  177. !sex with Sergei
  178. if huntersSergeiLove > 0 and pcs_horny <= 60 and huntersSergeiQw >= 10 and temp_sh = 1 and huntersSergeisex = 0 and hour > 8 and hour < 19:
  179. *clr & cla
  180. huntersSergeisex += rand(9,30)
  181. gs 'stat'
  182. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterlove1.4.jpg"></center>'
  183. 'Entering the hut you see Sergei. He smiles and walks over to you, grabs hold of you and gives you a passionate kiss.'
  184. '"<<$pcs_nickname>>, I want you," he whispers.'
  185. gs 'arousal', 'kiss', 5
  186. gs 'stat'
  187. act 'Agree':
  188. *clr & cla
  189. minut += 5
  190. huntersSergeiQw += 1
  191. gs 'stat'
  192. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterflirt2.'+rand(4,6)+'.jpg"></center>'
  193. 'Smiling you look straight into Sergei''s eyes telling him all he needs to know. Without any hesitation he takes you by the hand and leads you...'
  194. act 'Go with Sergei': gt 'hunterLoveSex','Sergei'
  195. end
  196. act 'Refuse':
  197. *clr & cla
  198. minut += 5
  199. huntersSergeiQw -= 1
  200. gs 'stat'
  201. '<center><img <<$set_imgh>> src="images/pc/speak_to_the_hand.jpg"></center>'
  202. '"I''m sorry, Sergei. I''m not in the mood." you say avoiding eye contact. Sergei leaves disappointed...'
  203. act 'Walk away': gt 'swamphouse', 'start'
  204. end
  205. end
  206. ! sex with Andrew
  207. if huntersAndreiLove > 0 and pcs_horny <= 60 and huntersAndreiQw >= 10 and temp_sh = 1 and huntersAndreisex = 0 and hour > 8 and hour < 19:
  208. *clr & cla
  209. huntersAndreisex += rand(6,24)
  210. gs 'stat'
  211. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterlove1.4.jpg"></center>'
  212. 'Entering the hut you see Andrei. He smiles and walks over to you, grabs hold of you and gives you a passionate kiss.'
  213. '"<<$pcs_nickname>>, I want you," he whispers.'
  214. gs 'arousal', 'kiss', 5
  215. gs 'stat'
  216. act 'Agree':
  217. *clr & cla
  218. minut += 5
  219. huntersAndreiQw += 1
  220. pcs_horny += 5
  221. gs 'stat'
  222. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterhands.jpg"></center>'
  223. 'Smiling you look straight into Andrei''s eyes telling him all he needs to know. Without any hesitation he takes you by the hand and leads you...'
  224. act 'Go with Andrei': gt 'hunterLoveSex','Andrei'
  225. end
  226. act 'Refuse':
  227. *clr & cla
  228. minut += 5
  229. huntersAndreiQw -= 1
  230. gs 'stat'
  231. '<center><img <<$set_imgh>> src="images/pc/speak_to_the_hand.jpg"></center>'
  232. '"I''m sorry, Andrei. I''m not in the mood." you say avoiding eye contact. Andrei leaves disappointed...'
  233. act 'Walk away': gt 'swamphouse', 'start'
  234. end
  235. end
  236. ! trio of HS, Andrei and Sergei, if love
  237. if hunters > 0 and doublehunterlove = 1 and hour >= 8 and hour < 20 and (huntersAndreisex = 0 or huntersSergeisex = 0):
  238. *clr & cla
  239. minut += 5
  240. huntersAndreisex += rand(6,24)
  241. huntersSergeisex += rand(9,30)
  242. gs 'stat'
  243. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterswork1.2.jpg"></center>'
  244. 'You see Andrei talking with Sergei in the hut.'
  245. '"Come in <<$pcs_nickname>>, it''s time to consummate the marriage," Andrew jokingly remarked. "I hope you''re willing to do anything we say.'
  246. if klismaday ! daystart:'"I''m sorry, I don''t know if I''m ready yet..." you say . "I haven''t been able to clean myself as you asked, maybe we could skip it this time?.'
  247. if klismaday ! daystart:'Well, we could <<$pcs_nickname>>..." said Andrew. "But since you''re already here, you not being all dolled up doesn''t matter to us. But don''t dare to try to fool us next time, we will not forget."'
  248. '"There are some bushes not far from here, we could take her with us there, no one would be able to find us. Should we tell Igor to join us?" said Sergei. "Nevermind Igor, it would take him to long time to join us."'
  249. act 'Follow the guys':
  250. *clr & cla
  251. minut += 5
  252. huntersAndreiQw += 1
  253. huntersSergeiQw += 1
  254. pcs_horny += 5
  255. doublelovesex = 1
  256. hunterslut += 1
  257. temphunt = 1
  258. if klismaday ! daystart:hunterslut += 1
  259. gs 'stat'
  260. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/doublehanterlove.jpg"></center>'
  261. 'The men hold your hands leading you away from the hut. You''re fully aware of their plans but you don''t really mind.'
  262. act 'Continue': gt 'huntersex', 'doublelovesex'
  263. end
  264. act 'Refuse':
  265. *clr & cla
  266. minut += 5
  267. huntersAndreiQw -= 1
  268. huntersSergeiQw -= 1
  269. gs 'stat'
  270. '<center><img <<$set_imgh>> src="images/pc/speak_to_the_hand.jpg"></center>'
  271. '"No, I refuse, this is something I don''t want part of," you say and without hesitating you turn around and walk away.'
  272. act 'Walk away': gt 'swamphouse', 'start', 'doublelovesex'
  273. end
  274. end
  275. !if GG naked and hunters in the hut
  276. if $clothingworntype = 'nude' and hunters = 1 and hour >= 20 and hour < 23 and hunterknowday ! daystart or $clothingworntype = 'nude' and hunters = 1 and hour = 7 and hunterknowday ! daystart:
  277. cla
  278. *clr
  279. temp_sh =rand(1,3)
  280. gs 'stat'
  281. if huntersKnowSlut = 0:
  282. cla
  283. *clr
  284. gs 'stat'
  285. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/swamphousenude.jpg"></center>'
  286. 'You hear the hunters nearing the hut, grabbing the handle, about to open the door. You quickly hide your privare parts behind the hands...'
  287. if clothesAtLocation = 1:
  288. act 'Get dressed':
  289. cla
  290. *clr
  291. minut += 5
  292. gs 'underwear', 'wear'
  293. gs 'clothing', 'recover_lost_clothes', 'swamphouse', 1
  294. !tkan_cloth = 0
  295. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/swampdvornude1.jpg"></center>'
  296. 'You look around searching for your clothes. When you spot them, you dash over to grab them.'
  297. act 'Continue': gt 'swamphouse', 'start'
  298. end
  299. else
  300. act 'Cover yourself':
  301. cla
  302. *clr
  303. minut+=5
  304. gs 'clothing', 'swamp_clothes', 1
  305. gs 'stat'
  306. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/tkan_cloth.jpg"></center>'
  307. 'You look around searching for your clothes but can''t seem to find them, instead you hide behind a piece of hessian... It''s better than nothing.'
  308. act 'Continue': gt 'swamphouse', 'start'
  309. end
  310. end
  311. act 'Stay naked':
  312. cla
  313. *clr
  314. hunterslut += 1
  315. hunterknowday = daystart
  316. gs 'stat'
  317. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/swamphousenude1.jpg"></center>'
  318. 'You take a deep breath and decided to disregard your nerves and leave it as it is. Upon entering the hut, the hunters can''t help themselves, they start staring at your most private parts.'
  319. '"Damn, <<$pcs_nickname>>, you look really good. The things I would want to do to you..." said a somewhat aroused Andrei.'
  320. act 'Continue': gt 'swamphouse', 'start'
  321. end
  322. end
  323. if huntersKnowSlut > 0:
  324. if huntslutsex = 0:
  325. *clr & cla
  326. gs 'stat'
  327. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/swamphousenude1.jpg"></center>'
  328. 'Seeing you naked, the men get quickly aroused...'
  329. '"Come here <<$pcs_nickname>>, come to us," one of the guys calls out to you.'
  330. act 'Continue':huntersexnude = 1 & gt 'huntersex', 'huntersexnude'
  331. else
  332. hunterknowday = daystart
  333. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/swamphousenude1.jpg"></center>'
  334. 'Seeing you naked, the men just shake their heads...'
  335. '"Look here <<$pcs_nickname>>, if you want to charm us, you will need to think of something else." said one of the guys.'
  336. act 'Continue': gt 'swamphouse', 'start'
  337. end
  338. end
  339. end
  340. ! sex if GG whore
  341. if hunters > 0 and huntersRape = 5 and huntslutsexrand = 1 and huntslutsex = 0 and hour >= 7 and hour < 23:
  342. *clr & cla
  343. minut += 5
  344. temphunt = rand(1,3)
  345. ! the choice of who will fuck GG
  346. sluthomesex = 1
  347. gs 'stat'
  348. if temphunt = 1:'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/andreihanter.jpg"></center>'
  349. if temphunt = 2:'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/sergeihanter.jpg"></center>'
  350. if temphunt = 3:'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/igorhanter.jpg"></center>'
  351. if temphunt = 1:'You enter the hut and bump into Andrei. "Come here <<$pcs_nickname>>," not saying anything more while he throws you on the bed.'
  352. if temphunt = 2:'You enter the hut and bump into Sergei. Noticing you he heads toward you saying "<<$pcs_nickname>>, I''ve got an itch that only you can help scratch."'
  353. if temphunt = 3:'You enter the hut and bump into Igor. He comes over saying smiling "<<$pcs_nickname>>, I need to empty my sack, help me out..."'
  354. if pcs_horny < 40:' You obediently follow suit, knowing what he wants.'
  355. if pcs_horny >= 40 and pcs_horny < 70:'"Come and get me..." is all you manage to say before spreading your legs.'
  356. if pcs_horny >= 70:'"I was hoping this would happen," you think to yourself, feeling your wet pussy screaming with desire. You jump on him, taking charge, leaving him stunned about who wants it more.'
  357. act 'Go': gt 'huntersex', 'sluthomesex'
  358. end
  359. end
  360. if $ARGS[0] = 'bucket':
  361. cla
  362. *clr
  363. menu_off = 1
  364. if bucket > 10:bucket = 10
  365. minut += 1
  366. act 'Move Away': gt 'swamphouse', 'start'
  367. gs 'stat'
  368. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/vedro2.jpg"></center>'
  369. 'A bucket of water. There''s still <<bucket>> liters of water left.'
  370. act 'Drink the water':
  371. cla
  372. minut+=5
  373. cumspclnt = 2 & gs 'cum_cleanup' & pcs_breath = 0
  374. bucket -= 1
  375. if pcs_hydra >= 100:
  376. 'You''re not thirsty anymore. You don''t need to drink more water.'
  377. else
  378. pcs_hydra += 80
  379. cumspclnt = 2
  380. gs 'cum_cleanup'
  381. pcs_breath = 0
  382. 'You take a sip from bucket, quenching your thirst.'
  383. end
  384. act 'Continue': gt 'swamphouse', 'start'
  385. end
  386. end
  387. if $ARGS[0] = 'washstand':
  388. cla
  389. *clr
  390. menu_off = 1
  391. minut += 1
  392. gs 'stat'
  393. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/washstand.jpg"></center>'
  394. 'An old washstand. You can use the basin to clean yourself, if necessary.'
  395. if bucket > 0:
  396. !use current by illume
  397. dynamic $basin
  398. end
  399. act 'Move away': gt 'swamphouse', 'start'
  400. end
  401. if $ARGS[0] = 'tub':
  402. cla
  403. *clr
  404. minut += 1
  405. menu_off = 1
  406. gs 'stat'
  407. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/basin.jpg"></center>'
  408. *nl
  409. 'An old tub, that you can use to bathe yourself. It''s a lot warmer than using the spring! You just need to warm some water, and get undressed first.'
  410. if hotwater = 1 and ($clothingworntype = 'nude' or $clothingworntype = 'swimwear'):
  411. act 'Bathe in the tub (0:30)':
  412. cla
  413. *clr
  414. dynamic $showerdin
  415. face_write = 0
  416. body_write = 0
  417. lubonus = 0
  418. pcs_mood += 5
  419. pcs_willpwr += 10
  420. minut += 30
  421. hotwater = 0
  422. gs 'stat'
  423. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/basinswim.jpg"></center>'
  424. *nl
  425. 'You fill the tub with warm water, take off your clothes, and climbe into the tub. After a good clean and soak, you feel rejuvenated.'
  426. act 'Continue': gt 'swamphouse', 'start'
  427. end
  428. end
  429. act 'Move away': gt 'swamphouse', 'start'
  430. end
  431. if $ARGS[0] = 'clothes_read_magazines':
  432. if $clothingworntype ! 'nude':'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/readmagazines.jpg"></center>'
  433. if $clothingworntype = 'nude' and $pantyworntype ! 'none':'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/readmagazines_tanga.jpg"></center>'
  434. if $clothingworntype = 'nude' and $pantyworntype = 'none':'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/readmagazines_nude.jpg"></center>'
  435. end
  436. if $ARGS[0] = 'stackmagazines':
  437. cla
  438. *clr
  439. menu_off = 1
  440. minut += 1
  441. gs 'stat'
  442. act 'Move away': gt 'swamphouse', 'start'
  443. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/stackmagazines.jpg"></center>'
  444. *nl
  445. 'A stack of all kinds of magazines, there''s even one with "interesting" pictures.'
  446. act 'Read the scientific journal (1:00)':
  447. cla
  448. *clr
  449. if pcs_nerd > 0:
  450. lastread = totminut
  451. lastreadday = daystart
  452. pcs_nerd += 10
  453. end
  454. if pcs_intel >= 50:intel_exp += RAND(0,1)
  455. if pcs_intel < 50:intel_exp += RAND(0,2)
  456. blizoruk+=1
  457. pcs_mood += 10
  458. minut += 60
  459. gs 'stat'
  460. gs 'swamphouse', 'clothes_read_magazines'
  461. 'You decide to look through the scientific journal, trying to understand all sorts of clever things written in the magazine.'
  462. act 'Continue': gs 'swamphouse', 'stackmagazines'
  463. end
  464. act 'Read the literary magazine (1:00)':
  465. cla
  466. *clr
  467. if pcs_nerd > 0:
  468. lastread = totminut
  469. lastreadday = daystart
  470. pcs_nerd += 10
  471. end
  472. if pcs_sprt >= 50:sprt_exp += RAND(0,1)
  473. if pcs_sprt < 50:sprt_exp += RAND(0,2)
  474. blizoruk+=1
  475. pcs_mood += 10
  476. minut += 60
  477. pcs_grades+=1
  478. gs 'stat'
  479. gs 'swamphouse', 'clothes_read_magazines'
  480. 'You decided to look through the literary magazine... It''s a real drag, you almost fall asleep several times while reading it.'
  481. act 'Continue': gs 'swamphouse', 'stackmagazines'
  482. end
  483. act 'Read the entertainment magazine (1:00)':
  484. cla
  485. *clr
  486. if pcs_nerd > 0:
  487. lastread = totminut
  488. lastreadday = daystart
  489. pcs_nerd += 10
  490. end
  491. if pcs_sprt >= 50:sprt_exp += RAND(0,1)
  492. if pcs_sprt < 50:sprt_exp += RAND(0,2)
  493. blizoruk+=1
  494. pcs_mood += 10
  495. pcs_willpwr += 100
  496. minut += 60
  497. gs 'stat'
  498. gs 'swamphouse', 'clothes_read_magazines'
  499. 'You flick entertainment magazine, you delve into the world of the rich and famous.'
  500. act 'Continue': gs 'swamphouse', 'stackmagazines'
  501. end
  502. act 'Read the porn magazine (1:00)':
  503. cla
  504. *clr
  505. blizoruk+=1
  506. pcs_mood += 10
  507. pcs_willpwr += 100
  508. gs 'stat'
  509. if $clothingworntype ! 'nude':'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/readpornomag.jpg"></center>'
  510. if $clothingworntype = 'nude' and $pantyworntype ! 'none':'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/readpornomag_tanga.jpg"></center>'
  511. if $clothingworntype = 'nude' and $pantyworntype = 'none':'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/readpornomag_nude.jpg"></center>'
  512. *nl
  513. 'You''re flipping through a porn magazine, reading the stories and looking at pictures, when all of a sudden you realize you''ve started touching yourself.'
  514. gs 'arousal', 'voyeur', 60
  515. gs 'arousal', 'end'
  516. gs 'stat'
  517. act 'Continue': gs 'swamphouse', 'stackmagazines'
  518. end
  519. end
  520. if $ARGS[0] = 'huntersrelax':
  521. cla
  522. *clr
  523. minut += 1
  524. menu_off = 1
  525. gs 'stat'
  526. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hantersrelax1.'+rand(1,8)+'.jpg"></center>'
  527. *nl
  528. 'You see the hunters in the hut minding their own business.'
  529. act 'Speak with Andrei': gt 'Andreihunter'
  530. act 'Speak with Sergei': gt 'Sergeihunter'
  531. act 'Speak with Igor': gt 'Igorhunter'
  532. act 'Move away': gt 'swamphouse', 'start'
  533. end
  534. if $ARGS[0] = 'daytime_flavor_events':
  535. !TODO: Add stuff here
  536. end
  537. if $ARGS[0] = 'nighttime_flavor_events':
  538. if rand(1,10) = 1:
  539. gs 'hunter_interactions', 'indoors_naked_encounter'
  540. end
  541. end
  542. --- swamphouse ---------------------------------