123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415 |
- # hunter_favors
- !Non-sexual favors
- if $ARGS[0] = 'housekeeping_request':
-
- if hunters > 0 and huntersKnow = 1 and swiss_army_random_number < 3:
- *clr & cla
- swiss_army_random_number = rand(1,3)
- minut += 5
- if swiss_army_random_number = 1:
- gs 'boyStat', 'A172'
- '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/andreihanter.jpg"></center>'
- elseif swiss_army_random_number = 2:
- gs 'boyStat', 'A174'
- '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/sergeihanter.jpg"></center>'
- elseif swiss_army_random_number = 3:
- gs 'boyStat', 'A173'
- '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/igorhanter.jpg"></center>'
- end
- gs 'stat'
- '<<$boydesc>> approaches you. "Hey I need your help with something"'
-
- act 'Sure what is it?':
- cla
- !TODO: If collective opinion is low, make the opinion gain also low
- !If fire is not going hunters nag at Sveta
- if campfire = 0:
- if hunter_collective_opinion >= 15: '"<<$pcs_nickname>>," he says. "The fire is out, can you please make sure it always keeps going while we are outside?"'
- if hunter_collective_opinion < 15:'"<<$pcs_nickname>>," he uses his stern voice. "The fire is out. You can at least keep the fire going, no way you are that much of a whiny princess"'
- act 'Further':hunter_collective_opinion -= 3 & gt 'swamp_yard', 'campfire'
- !Clean up the hut
- elseif dirty_swamphouse > 5:
- if hunter_collective_opinion >= 15: '"<<$pcs_nickname>>," he says. "The hut is a mess, could you take care of it please?"'
- if hunter_collective_opinion < 15:'"<<$pcs_nickname>>," he uses his stern voice. "The house is a mess, take care of it."'
- act 'Clean the hut':hunter_collective_opinion += 2 & gt 'hunter_favors', 'dirty_swamphouse'
- !Clean up the yard if hut is clean
- elseif dirty_swamp_yard > 5:
- if hunter_collective_opinion >= 15:'"<<$pcs_nickname>>," he says. "The yard is a mess. Can you please take care of it?"'
- if hunter_collective_opinion < 15:'"<<$pcs_nickname>>," he says sternly. "What the hell is all this trash doing out there? Go and pick it all."'
- act 'Clean the yard':hunter_collective_opinion += 3 & gs 'hunter_favors', 'yard_cleanup'
- !Cook some mushroom soup or meat stew if yard is also clean and a fire is going on in the yard
- elseif mushroom_soup + meat_stew < 2:
- if hunter_collective_opinion >= 15:'"<<$pcs_nickname>>," he says. "We don''t have anything for dinner. Could you please cook something?"'
- if hunter_collective_opinion < 15:'"<<$pcs_nickname>>," he says sternly. "We don''t have anything to eat for dinner you useless bitch. Go make something before we starve."'
- if boletus > 0:
- act 'Cook some mushroom soup (0:30)':hunter_collective_opinion += 4 & gs 'hunter_favors', 'mushroom_soup'
- elseif raw_meat > 0:
- act 'Cook some meat stew (1:00)':hunter_collective_opinion += 3 & gs 'hunter_favors', 'meat_stew'
- else
- !TODO: Add mechanic for hunters to ask Sveta to find food
- act '"There is nothing to cook though..."': gt 'swamp_yard'
- end
- else
- if hunter_collective_opinion >= 15:'"Actually, nevermind. I got this, thanks though."'
- if hunter_collective_opinion < 15:'"Actually, nevermind. I do not have anything you are useful for."'
- act 'Okay':hunter_collective_opinion += 5 & gt 'swamp_yard'
- end
- end
-
- act '"I''ll help later, busy right now"':
- *clr & cla
- minut += 5
- hunter_collective_opinion -= 3
-
- !TODO: Find new image
- gt 'swamp_yard'
- end
- !TODO: Make this act mood dependent
- act '"What?! Do I look like a servant to you?':
- '<center><img <<$set_imgh>> src="images/pc/speak_to_the_hand.jpg"></center>'
- 'You walk away from <<$boydesc>>'
- hunter_collective_opinion -= 10
- gt 'swamp_yard'
- end
- end
- end
- if $ARGS[0] = 'yard_cleanup':
- cla & *clr
- if dirty_swamp_yard < 10:
- minut += 60 & pcs_sweat += 10
- elseif dirty_swamp_yard < 20:
- minut += 120 & pcs_sweat += 20
- else
- minut += 180 & pcs_sweat += 30
- end
- gs 'stat'
- '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/dirty_swamp_yard.jpg"></center>'
- 'You notice that the yard has gotten pretty dirty. "I need to do something about this." you think to yourself.'
- 'You grab a garbage bag and start picking up trash.'
- 'After a while you''ve finished tidying up the yard and put the trash in the garbage bag. You''re quite pleased with yourself.'
- act 'Done':dirty_swamp_yard = 0 & hunter_collective_opinion += 2 & gt 'swamp_yard'
- end
- if $ARGS[0] = 'dirty_swamphouse':
- cla
- *clr
- menu_off = 1
- if dirty_swamphouse > 10:minut += 60 & pcs_sweat += 10
- if dirty_swamphouse >= 10 and dirty_swamphouse < 20:minut += 120 & pcs_sweat += 20
- if dirty_swamphouse >= 20:minut += 180 & pcs_sweat += 30
- if huntersAndreiQw < 15:huntersAndreiQw += 1
- if huntersIgorQw < 15:huntersIgorQw += 1
- if huntersSergeiQw < 15:huntersSergeiQw += 1
- gs 'stat'
- '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/dirty_swamphouse.jpg"></center>'
- *nl
- 'Visiting the hut, you notice that the hut has gotten pretty dirty. "I need to do something about this." you think to yourself. You grab a broom and a rag and began cleaning.'
- 'After a while you''ve finished cleaning and put back everything in order again. You''re quite pleased with yourself.'
- act 'Continue':dirty_swamphouse = 0 & gt 'swamphouse', 'start'
- end
- if $ARGS[0] = 'meat_stew':
- cla
- *clr
- raw_meat -= 1
- minut += 60
- bucket -= 1
- meat_stew = 2
- gs 'stat'
- '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hotsoup.jpg"></center>'
- *nl
- 'You cooked a stew with the meat hunters brough and brought it inside the hut. There''s enough for <<mushroom_soup>> servings'
- act 'Continue': gt 'swamphouse', 'start'
- end
- if $ARGS[0] = 'mushroom_soup':
- cla
- *clr
- boletus -= 1
- minut += 30
- bucket -= 1
- mushroom_soup = 4
- gs 'stat'
- '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hotsoup.jpg"></center>'
- *nl
- 'You made a simple mushroom soup by the camppfire and carried it inside the hut. There''s enough for <<mushroom_soup>> servings'
- act 'Continue': gt 'swamphouse', 'start'
- end
- !Sexual favors
- if $ARGS[0] = 'hunterstableBJ':
- cla
- *clr
- minut += 1
- hunterstableBJ = 1
- pcs_dom -= 1
- menu_off = 1
- gs 'stat'
- '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterstable2.jpg"></center>'
- *nl
- 'You see one of the hunters sitting at the table. Thinking you both could have some fun, you look at him smiling slyly. Not before long you''re crawling under the table...'
- if hunterstableBJA = 0:
- act 'Give Andrei a blowjob':
- *clr & cla
- gs 'boyStat', 'A172'
- hunterstableBJA = 1
- if hunterandreisex = 0:hunterandreisex = 1 & guy += 1
- temp_sh = rand(1,2)
- gs 'stat'
- '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/hunter/hanterstablebj1.'+rand(1,5)+'.jpg"></center>'
- *nl
- 'You got comfortable under the table and brought your head between his thighs and started sucking on his cock....'
- 'Andrei''s cock got rock hard fast and soon enough you could feel a taste of pre-cum in your mouth...'
- gs 'arousal', 'bj', 5, 'sub'
- gs 'stat'
- if temp_sh = 1:
- act 'Keep sucking':
- *clr & cla
- minut += 1
- gs 'cum_call', 'face', $boy, 1
- if $clothingworntype = 'nude': gs 'cum_call', 'stomach', $boy, 1
- if $clothingworntype ! 'nude': gs 'cum_call', 'clothesgroin', $boy, 1
- gs 'stat'
- '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/hunter/hanterstablecum1.'+rand(1,5)+'.jpg"></center>'
- *nl
- 'Andrei didn''t last more for a minute or two, his thighs tensed up and his load started shooting out and hitting your face several times.'
- 'When he was all done you cleaned Andrei the best you could, and then you put his cock back in his pants and zipped him up.'
- gs 'arousal', 'end'
- gs 'stat'
- act 'Continue': gs 'swamphouse', 'hunterstableBJ'
- end
- else
- act 'Keep sucking':
- *clr & cla
- minut += 1
- gs 'cum_call', 'mouth', $boy, 1
- swallow += 1
- hunterstableBJA = 1
- gs 'stat'
- '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/hunter/hanterstablebj1.'+rand(1,5)+'.jpg"></center>'
- *nl
- 'You could feel Andrei''s cock tensing up, ready to explode. You hear a grunt and before you can react Andrei unloads his warm spunk in your mouth...'
- gs 'arousal', 'end'
- gs 'stat'
- act 'Continue': gs 'swamphouse', 'hunterstableBJ'
- end
- end
- end
- end
- if hunterstableBJS = 0:
- act 'Give Sergei a blowjob':
- *clr & cla
- gs 'boyStat', 'A174'
- hunterstableBJS = 1
- if huntersergeisex = 0:huntersergeisex = 1 & guy += 1
- temp_sh = rand(1,2)
- gs 'stat'
- '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/hunter/hanterstablebj1.'+rand(1,5)+'.jpg"></center>'
- *nl
- 'You got comfortable under the table and brought your head between his thighs and started sucking on his cock....'
- 'Sergei''s cock got rock hard fast and soon enough you could feel a taste of pre-cum in your mouth...'
- gs 'arousal', 'bj', 5, 'sub'
- gs 'stat'
- if temp_sh = 1:
- act 'Keep sucking':
- *clr & cla
- minut += 1
- gs 'cum_call', 'face', $boy, 1
- if $clothingworntype = 'nude': gs 'cum_call', 'stomach', $boy, 1
- if $clothingworntype ! 'nude': gs 'cum_call', 'clothesgroin', $boy, 1
- gs 'stat'
- '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/hunter/hanterstablecum1.'+rand(1,5)+'.jpg"></center>'
- *nl
- 'Sergei didn''t last more for a minute or two, his thighs tensed up and his load started shooting out and hitting your face several times.'
- 'When he was all done you cleaned Andrei the best you could, and then you put his cock back in his pants and zipped him up.'
- gs 'arousal', 'end'
- gs 'stat'
- act 'Continue': gs 'swamphouse', 'hunterstableBJ'
- end
- else
- act 'Keep sucking':
- *clr & cla
- minut += 1
- gs 'cum_call', 'mouth', $boy, 1
- swallow += 1
- hunterstableBJS = 1
- gs 'stat'
- '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/hunter/hanterstablebj1.'+rand(1,5)+'.jpg"></center>'
- *nl
- 'You could feel Sergei''s cock tensing up, ready to explode. You hear a grunt and before you can react Andrei unloads his warm spunk in your mouth...'
- gs 'arousal', 'end'
- gs 'stat'
- act 'Continue': gs 'swamphouse', 'hunterstableBJ'
- end
- end
- end
- end
- if hunterstableBJI = 0:
- act 'Give Igor a blowjob':
- *clr & cla
- gs 'boyStat', 'A173'
- hunterstableBJI = 1
- if hunterigorsex = 0:hunterigorsex = 1 & guy += 1
- temp_sh = rand(1,5)
- gs 'stat'
- '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/hunter/hanterstablebj1.'+rand(1,5)+'.jpg"></center>'
- *nl
- 'You got comfortable under the table and brought your head between his thighs and started sucking on his cock....'
- 'Igor''s cock got rock hard fast and soon enough you could feel a taste of pre-cum in your mouth...'
- gs 'arousal', 'bj', 5, 'sub'
- gs 'stat'
- if temp_sh = 1:
- act 'Keep sucking':
- *clr & cla
- minut += 1
- gs 'cum_call', 'face', $boy, 1
- if $clothingworntype = 'nude': gs 'cum_call', 'stomach', $boy, 1
- if $clothingworntype ! 'nude': gs 'cum_call', 'clothesgroin', $boy, 1
- gs 'stat'
- '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/hunter/hanterstablecum1.'+rand(1,5)+'.jpg"></center>'
- *nl
- 'Igor didn''t last more for a minute or two, his thighs tensed up and his load started shooting out and hitting your face several times.'
- 'When he was all done you cleaned Andrei the best you could, and then you put his cock back in his pants and zipped him up.'
- gs 'arousal', 'end'
- gs 'stat'
- act 'Continue': gs 'swamphouse', 'hunterstableBJ'
- end
- else
- act 'Keep sucking':
- *clr & cla
- minut += 1
- gs 'cum_call', 'mouth', $boy, 1
- swallow += 1
- hunterstableBJI = 1
- gs 'stat'
- '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/hunter/hanterstablebj1.'+rand(1,5)+'.jpg"></center>'
- *nl
- 'You could feel Igor''s cock tensing up, ready to explode. You hear a grunt and before you can react Andrei unloads his warm spunk in your mouth...'
- gs 'arousal', 'end'
- gs 'stat'
- act 'Continue': gs 'swamphouse', 'hunterstableBJ'
- end
- end
- end
- end
- if hunterstableBJA = 1 and hunterstableBJS = 1 and hunterstableBJI = 1:act 'Get out from under the table':mushroom_soup = 1 & gs 'swamphouse', 'hunterstable'
- end
- if $ARGS[0] = 'table_blow_request':
- *clr & cla
- minut += 1
- gs 'stat'
- '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterstable.jpg"></center>'
- *nl
- 'You sit down at the table, wanting to eat with the guys, before you can begin you hear...'
- '"Not so fast <<$pcs_nickname>>, Andrei said with a smile on his face. "You understand that the only free cheese is the one found in the mousetrap."'
- '"Want to eat with us, you need to do some work," he mockingly grinned and pointed under the table.'
- act 'Crawl under the table':
- pcs_dom -= 1
- gs 'hunter_favors', 'hunterstableBJ'
- end
-
- act 'Refuse':
- hunter_collective_opinion -= 3
- hunter_sexual_comfort -= 3
- gt 'swamphouse', 'start'
- end
- end
- if $ARGS[0] = 'creekside_gangbang_request':
- *clr & cla
- minut += 5
-
- '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/hunter/backwaterrelax2.jpg"></center>'
- 'You''re sitting down in the meadow near the road, relaxing, enjoying the nice weather, when all of a sudden Andrei, Sergei and Igor approach you. They quickly surround you not letting move away.'
- '"Hey, <<$pcs_nickname>>, we''ve been talking with each other, and we feel that you need to repay us somehow for the lessons. So what do you say?"'
- act 'Agree':
- *clr & cla
-
- !TODO: Come back here to revamp opinion changes
- hunter_sexual_comfort += 25
- pcs_dom -= 2
- gs 'stat'
- '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/hunter/hantersgroupundress.jpg"></center>'
- '"I guess you''re right I need to repay you somehow..."'
- 'As soon you''ve agreed the guys change their attitude towards you. Igor helps you up and leads you away from the road while Andrei and Sergei already began taking your clothes off...'
- gs 'arousal', 'foreplay', 5, 'sub', 'gangbang'
- gs 'stat'
- act 'Further':
- *clr & cla
- '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/hunter/hantersgrouptanga.jpg"></center>'
- 'They lay you down on the blanket and quickly pull off your panties. They drop their pants and are standing in front of you with their cocks hanging in the open. "So what are you waiting for? Start sucking."'
- $clothingworntype = 'nude'
- $pantyworntype = 'none'
- gs 'arousal', 'foreplay', 2, 'sub', 'gangbang'
- gs 'stat'
- act 'Further': gt 'hunter_interactions', 'creekside_gangbang'
- end
- end
- act 'Refuse':
- *clr & cla
- minut += 5
-
- hunter_collective_opinion -= 25
- hunter_sexual_comfort += 15
- gs 'stat'
- '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/hunter/backwaterrelax3.jpg"></center>'
- 'You politely refuse saying you don''t owe them anything, but the men won''t accept a no and you can see that they''re clearly not satisfied with your answer.'
- '"<<$pcs_nickname>>, don''t fuck around with us. Deep inside you know you need to repay us." said Andrei, grabbing you by the hair.'
-
- gs 'hunter_interactions', 'creekside_rape'
- end
- end
- --- hunter_favors ---------------------------------
|