12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076 |
- # abductionCustomer
- if $ARGS[0] = 'abdCustomerGate':
- 'Master: "Hello, slave slut."'
- '"I have a customer here, who came to rent you for a while. Do whatever he asks of you."'
- buyout = 0
- act 'Yes, master.':gt 'abductionCustomer', 'abdCustomerGo'
- end
- if $ARGS[0] = 'abdCustomerGateBuyout':
- 'Master: "Hello, slave slut."'
- '"I have a customer here, who came to rent you for a while. Do whatever he asks of you."'
- buyout = 1
- act 'Yes, master.':gt 'abductionCustomer', 'abdCustomerGo'
- end
- if $ARGS[0] = 'abdCustomerGo':
- minut += 5
- gs 'stat'
- i = rand(1, 3)
- '<center><img bgcolor="#fff" src="images/locations/shared/abduction/sex/ledonfour<<i>>.gif"></center>'
- 'Master removes your regular chains and puts you on a leash.'
- 'You are being led up the stairs into the house above your cellar.'
- 'When you came into the hall, master ordered you on your knees: "Kneel slave, and continue on your four legs, like a bitch you are."'
- if pcs_vag = 0:
- 'You are led to a different room where the customer awaits. Your leash is handed to him.'
- else
- 'You are led to a different room where the customer awaits. Your leash is handed to him and master leaves, closing the door behind him.'
- end
- act 'Continue':gt 'abductionCustomer', 'abdCustomer'
- end
- if $ARGS[0] = 'abdCustomer':
- durr = 5
- minut += durr
- gs 'stat'
- ! customer character type
- ! -1=kind, 3-4=normal, 5+=sadistic
- charTypeRand = 3
- ! customer body type
- ! -1=skinny, 3-4=regular, 5-6=muscular, 7+=fat
- bodyTypeRand = 3
- ! customer height type
- ! -1=small, 3-4=regular, 5+=tall
- heightTypeRand = 3
- ! customer age
- customerAge = rand(15, 90)
- ! customer race, racial modifiers
- raceRand = rand(1, 3)
- if RaceRand = 1:
- $raceType = 'white'
- dickChance = 30
- charTypeRand += rand(-3, 2)
- bodyTypeRand += rand(-2, 8)
- heightTypeRand += rand(-1, 6)
- elseif RaceRand = 2:
- $raceType = 'black'
- dickChance = 40
- charTypeRand += rand(0, 2)
- bodyTypeRand += rand(0, 6)
- heightTypeRand += rand(0, 6)
- elseif RaceRand = 3:
- $raceType = 'asian'
- dickChance = 20
- charTypeRand += rand(-2, 2)
- bodyTypeRand += rand(-6, 2)
- heightTypeRand += rand(-4, 1)
- end
- if pcs_vag = 0:
- dick = 28
- elseif buyout = 1:
- dick = 24
- else
- dickRand = rand(1, 100)
- if dickRand <= dickChance:
- dick = rand(15, 40)
- elseif dickRand <= (dickChance * 2):
- dick = rand(10, 24)
- else
- dick = rand(5, 14)
- end
- end
- vagDMG = (dick - pcs_vag) * 2
- assDMG = (dick - pcs_ass) * 2
- throatDMG = (dick - pcs_throat) * 2
- ! customer dick size
- if dick >= 30:
- $dick_girth = 'monstrous'
- cumVol = rand(4, 5)
- elseif dick >= 25:
- $dick_girth = 'huge'
- cumVol += 1
- cumVol = rand(3, 5)
- elseif dick >= 20:
- $dick_girth = 'very big'
- cumVol = rand(2, 5)
- elseif dick >= 15:
- $dick_girth = 'big'
- cumVol = rand(2, 4)
- elseif dick >= 10:
- $dick_girth = 'regular'
- cumVol -= 1
- cumVol = rand(1, 4)
- else
- $dick_girth = 'tiny'
- cumVol -= 2
- cumVol = rand(1, 3)
- end
- ! customer cum volume
- if cumVol <= 1:
- $cumType = 'neglectable'
- elseif cumVol = 2:
- $cumType = 'little'
- elseif cumVol = 3:
- $cumType = 'normal'
- elseif cumVol = 4:
- $cumType = 'significant'
- elseif cumVol >= 5:
- $cumType = 'horse like'
- end
- if charTypeRand <= 1:
- $charType = 'kind'
- elseif charTypeRand >= 2 and charTypeRand <= 4:
- $charType = 'neutral'
- elseif charTypeRand >= 5:
- $charType = 'sadistic'
- elseif charTypeRand < 999 and buyout = 1:
- $charType = 'sadistic'
- end
- if bodyTypeRand <= 1:
- $bodyType = 'skinny'
- elseif bodyTypeRand >= 2 and bodyTypeRand <= 4:
- $bodyType = 'slim'
- elseif bodyTypeRand >= 5 and bodyTypeRand <= 6:
- $bodyType = 'muscular'
- elseif bodyTypeRand >= 7:
- $bodyType = 'fat'
- end
- if heightTypeRand <= 1:
- $heightType = 'small'
- elseif heightTypeRand >= 2 and heightTypeRand <= 4:
- $heightType = 'average'
- elseif heightTypeRand >= 5:
- $heightType = 'tall'
- end
- if customerAge <= 18:
- $ageType = 'very young'
- elseif customerAge > 18 and customerAge <= 30:
- $ageType = 'young'
- elseif customerAge > 30 and customerAge <= 45:
- $ageType = 'middle aged'
- elseif customerAge > 45 and customerAge <= 60:
- $ageType = 'elderly'
- elseif customerAge > 60 and customerAge <= 80:
- $ageType = 'old'
- elseif customerAge > 80:
- $ageType = 'very old'
- end
- if buyout = 1:
- $bName = 'Leonid'
- $bSurname = 'Nosov'
- '<center><img src="images/locations/shared/abduction/sex/slavewhoreKneel1.jpg"></center>'
- 'As you are led to the room as usual, you see the man standing the opposite direction.'
- 'From first sight you can see that he is just another bastard coming here to use your <<age>> years young body.'
- 'Master leaves you in center of the room, still kneeling with leash attached to your collar.'
- 'As the door close behind him, the customer slowly turns and you can finally see his face.'
- act 'Look to his face':gt 'abductionCustomer', 'abdCustomer-buyout1'
- else
- '<center><img src="images/locations/shared/abduction/sex/slavewhoreKneelMaster.gif"></center>'
- 'The customer is a <<$heightType>> <<$bodyType>> <<$raceType>>.'
- 'Kneeling in front of him, you look up to his eyes and see a <<$charType>> look in his eyes.'
- 'You look back down and see his crotch directly in front of you. It is obvious that he has something <<$dick_girth>> in his pants.'
- end
- if pcs_vag = 0:
- 'Master says to the customer: "So this is her. You can make sure she is a virgin, her hymen is intact."'
- '"I believe you, it is not the first virgin slut that you delivered me, is it?"'
- '"No, it definitely is not! How many was it already, four, five?"'
- '"In your establishment, I have payed already for six virgins. This one is seventh.'
- if age < 17:
- '"Good number. Good slut, too. She''s <<age>> years old only, I suppose her vagina will be especially tight."'
- '"That''s how I like it."'
- else
- '"Good number. Good slut, too."'
- '"We will see."'
- end
- act 'Sob and await':gt 'abductionCustomer', 'abdCustomer-virgin1'
- else
- if buyout = 0:
- 'He is clearly expecting you to start doing something. You decide to:'
- act 'Make him a show':gt 'abductionCustomer', 'abdCustomer-show'
- act 'Unzip his pants':gt 'abductionCustomer', 'abdCustomer-unzip'
- end
- end
- end
- if $ARGS[0] = 'abdCustomer-buyout1':
- '<center><img src="images/characters/pavlovsk/resident/leonid/leonid.jpg"></center>'
- 'As you look up to his face a chill runs through your back - you know him!'
- 'You remember this man from one of the school parents meeting, it is Dimka''s dad, <<$bName>>..'
- 'And obviously he recognizes you too: "Oh..what the..who do we have here? Isn''t this the known missing person, <<$pcs_firstname>> <<$pcs_lastname>>?'
- 'With trembling voice only few words leave your mouth: "Th..that''s me mister <<$bSurname>>.."'
- '"The police has already given up searching for you, you know. As if they made any effort, though.."'
- '"I..I don''t even know how long I''m here. The only thing I remember is being a plaything for these perverts.."'
- 'After these words there is a short period of silence. You just keep kneeling like you are trained to, straighting your back with your breasts put forward for a nice look for the customers.'
- '<center><img src="images/locations/shared/abduction/sex/slavewhoreKneel2.jpg"></center>'
- 'The suddenly the look on <<$bName>>''s face changes from surprised to something else.'
- 'He comes to you and gently caresses your face: "Plaything, you say? And do you like it?"'
- 'Surprised by such question you wait with your answer:'
- if sub > 95:
- act 'Admit you like to be dominated, but this is too much':gt 'abductionCustomer', 'abdCustomer-buyout2'
- end
- act 'Say you hate it':gt 'abductionCustomer', 'abdCustomer-buyout3'
- end
- if $ARGS[0] = 'abdCustomer-buyout2':
- '<center><img src="images/locations/shared/abduction/sex/slavewhoreKneelMaster.gif"></center>'
- '"What a nice submissive slut you have become. What would your mother say about this?"'
- '"I rather wouldn''t let her know how I ended up."'
- '"This establishment really gets the job done. I must commend the owner."'
- 'With these words he leaves the room. You can hear an echo of a discussion between him and the master.'
- 'After a while <<$bName>> comes back: "Let''s go <<$pcs_firstname>>.". He grabs your leash and leads you outside the room and into the hallway.'
- '"But..where do you lead me? I have never been in this part of the house."'
- '"You still don''t understand, slut? I own you now. I''ve bought you, I paid for you, you are my property. My slavegirl."'
- 'Surprised you can just think that, well, better be used by one man then many random ones.'
- 'Still naked and collared he leads you outside to his car and stuffs you into the trunk.'
- act 'Continue':gt 'abductionCustomer', 'abdCustomer-buyoutLeave'
- end
- if $ARGS[0] = 'abdCustomer-buyout3':
- '<center><img src="images/locations/shared/abduction/sex/slavewhoreLeonid1.gif"></center>'
- '"In that case let''s have some fun, before we go straight to business."'
- 'He slaps your face so hard you loose your balance while kneeling and fall down on the floor.'
- 'You are taken by surprise - you already thought that you are to be finally saved from all of this.'
- 'But <<$bName>> seems to be as pervert as all the men that used you before.'
- 'Stepping above you as you helplessly lay on the floor, he removes his pants and pulls his dick out of the pants.'
- 'You can clearly see his <<dick>> cm long <<$dick_girth>> dick swing above you in the air.'
- act 'Suck on it':gt 'abductionCustomer', 'abdCustomer-suckTip'
- act 'Do nothing':gt 'abductionCustomer', 'abdCustomer-fuckAnalRough'
- end
- if $ARGS[0] = 'abdCustomer-buyout4':
- '<center><img src="images/locations/shared/abduction/sex/slavewhoreFuckAnalRoughLeonid2.jpg"></center>'
- 'You are left lying on the floor, <<$bName>>''s cum still flowing out of your gaping ass.'
- 'He goes through the door and you can hear an echo of a discussion between him and the master.'
- 'In a few minutes <<$bName>> comes back: "I really like you <<$pcs_firstname>>."'
- 'He grabs your leash and leads you outside the room and into the hallway.'
- '"But..where do you lead me? I have never been in this part of the house."'
- '"You still don''t understand, slut? I own you now. I''ve bought you, I paid for you, you are my property. My slavegirl."'
- 'Surprised you can just think that, well, better be used by one man then many random ones.'
- 'Still naked and collared he leads you outside to his car and stuffs you into the trunk.'
- act 'Continue':gt 'abductionCustomer', 'abdCustomer-buyoutLeave'
- end
- if $ARGS[0] = 'abdCustomer-buyoutLeave':
- '<center><img src="images/locations/shared/abduction/garage.jpg"></center>'
- 'Stuffed in the trunk you can feel to be driven somewhere.'
- 'About in thirty minutes the car stops.'
- '<<$bName>> opens the trunk. The car has stopped in something like an underground parking garage for several cars.'
- 'You climb out, still naked and collared like a bitch. It seems he doesn''t care at all about your feelings.'
- 'He takes your leash and leads you through a door upstairs into a room which looks like an office.'
- act 'Continue':gt 'leonid', 'firstTime'
- end
- if $ARGS[0] = 'abdCustomer-virgin1':
- durr = 10
- minut += durr
- '<center><img src="images/locations/shared/abduction/sex/slavewhoreVirgin1.gif"></center>'
- 'Master leaves and you start to shake like a pudding.'
- '"Don''t worry slut, it will hurt only a lot!" the customer is clearly enjoying himself.'
- 'You run to the far side corner of the room, a futile attempt to get as far as you can from him.'
- 'He grabs you and drags you to the center of the room, where sort of bench is already prepared for this purpose.'
- 'You are bound on the bench, your legs spreading as wide as they go, giving him the best access to your naked virgin pussy.'
- 'Your head is bound so you have the best view on your own pussy - probably to see how he tears it apart.'
- gs 'stat'
- act 'Continue':gt 'abductionCustomer', 'abdCustomer-virgin2'
- end
- if $ARGS[0] = 'abdCustomer-virgin2':
- durr = 5
- minut += durr
- pcs_mood = 5
- '<center><img src="images/locations/shared/abduction/sex/slavewhoreVirgin2.gif"></center>'
- 'He start''s to undress, removing his pants as last. As he pulls them down, you finally can see his naked member fall out.'
- '"With renewed terror you start to cry, because the sight of his <<dick>> cm thick <<$dick_girth>> fallus is just terrifying."'
- gs 'stat'
- act 'Continue':gt 'abductionCustomer', 'abdCustomer-virgin3'
- end
- if $ARGS[0] = 'abdCustomer-virgin3':
- durr = 10
- minut += durr
- '<center><img src="images/locations/shared/abduction/sex/slavewhoreVirgin3.jpg"></center>'
- 'He starts jerking his member, looking at you being bound and helpless, slowly making his cock hard.'
- 'From his eyes you can see he just admires your despair.'
- gs 'stat'
- act 'Continue':gt 'abductionCustomer', 'abdCustomer-virgin4'
- end
- if $ARGS[0] = 'abdCustomer-virgin4':
- durr = 5
- minut += durr
- '<center><img src="images/locations/shared/abduction/sex/slavewhoreVirgin4.jpg"></center>'
- 'Finally he reaches to you, bringing the tip of his fallus in front of your pussy.'
- 'He covers his <<$dick_girth>> member in thick layer of lube and starts sligthly pressing towards your vagina.'
- 'With his hands he spreads your pussy lips, easing the entry for his member.'
- '"Now behold, girl. You are about to become a woman!"'
- 'He pushes it in single trust allmost all the way inside your virgin pussy.'
- 'A terrible pain strikes throughout your lower body, a stream of red blood is pouring down his cock.'
- pcs_vag += 1
- stat['vaginal'] += 1
- pain['vaginal'] += 20
- gs 'stat'
- gs 'arousal', 'vaginal', durr, 'sub', 'maso', 'humiliation', 'rough', 'bound'
- act 'Cry':gt 'abductionCustomer', 'abdCustomer-virgin5'
- end
- if $ARGS[0] = 'abdCustomer-virgin5':
- durr = 30
- minut += durr
- '<center><img src="images/locations/shared/abduction/sex/slavewhoreVirgin5.gif"></center>'
- 'He leaves his cock inside you, enjoying your face expressions and sight of the blood pouring on his cock.'
- 'For a while he removes it, renewing the pain and enjoying himself again.'
- 'Being content with his doings, he enters your pussy again and this time fucks you brutally, often hitting your cervix with his <<dick>> cm long thick <<$dick_girth>> dick.'
- pain['vaginal'] += 10
- pain['cervix'] += 10
- pain['tummy'] += 10
- gs 'stat'
- gs 'arousal', 'vaginal', durr, 'sub', 'maso', 'humiliation', 'rough', 'bound'
- act 'Cry':gt 'abductionCustomer', 'abdCustomer-virgin6'
- end
- if $ARGS[0] = 'abdCustomer-virgin6':
- durr = 5
- minut += durr
- '<center><img src="images/locations/shared/abduction/sex/slavewhoreVirgin6.gif"></center>'
- '"And now whore, you will receive your first cum, as the breeder you were always supposed to be and that you are about to become."'
- 'With new tears down your eyes, he spurs his <<$cumType>> amount of sperm <<dick>> cm deep inside your belly."'
- gs 'cum_call', 'pussy', 'deflowering pervert'
- gs 'stat'
- act 'Cry more':gt 'abductionCustomer', 'abdCustomer-virgin7'
- end
- if $ARGS[0] = 'abdCustomer-virgin7':
- durr = 10
- minut += durr
- '<center><img src="images/locations/shared/abduction/sex/slavewhoreVirgin7.jpg"></center>'
- 'He rests with his dick deep inside you for a while, again enjoying the sight of your sobbing and despair.'
- '"His <<$dick_girth>> already getting flaccid, he grabs a dildo that looks exactly the same as his own dick, probably modeled after it."'
- '"The gifts I just gave you, my cum, it is not meant to just drip out of you. You will receive another gift, that will keep it inside you."'
- 'With these words he lifts your ass in the air so the cum does not flow out and pushes the dildo shaped after his <<dick>> cm <<$dick_girth>> cock all the way inside you and even more - the dildo is pushed so deep that only small coloured tip is blinking out of your sorry hole.'
- 'When it''s in, he takes a duck tape and sticks it on your pussy, covering whole lips and keeping the dildo stuck inside.'
- 'He unties you from the bench, but tightens your hands behind your back, probably so you are unable to remove the dildo.'
- '"Now run, slut, and enjoy my gifts even more!" he leaves laughing.'
- pain['vaginal'] += 10
- pain['cervix'] += 10
- pain['belly'] += 20
- gs 'stat'
- gs 'arousal', 'vaginal_dildo', durr, 'sub', 'maso', 'humiliation', 'rough', 'bound'
- act 'Struggle to remove the dildo':gt 'abductionCustomer', 'abdCustomer-virgin8'
- end
- if $ARGS[0] = 'abdCustomer-virgin8':
- durr = 10
- minut += durr
- '<center><img src="images/locations/shared/abduction/sex/slavewhoreVirgin8.jpg"></center>'
- 'Master comes and finds you struggling on the ground, trying to shake of the <<$dick_girth>> dildo out of you.'
- '"Stop it, girl. You are just making it worse."'
- 'He grabs your leash and leads you back down to your cell.'
- 'As you follow the master by the leash, the plugged <<$dick_girth>> dildo moves inside you, causing you even more unpleasant sensations and pain.'
- 'Finally you are back at your bed.'
- gs 'stat'
- act 'Lie down':gt 'abductionCustomer', 'abdCustomer-virgin9'
- end
- if $ARGS[0] = 'abdCustomer-virgin9':
- durr = 480
- minut += durr
- pcs_sleep += 70
- '<center><img src="images/locations/shared/abduction/sex/slavewhoreVirgin9.jpg"></center>'
- 'Still having your hands bound you are put on your bed, tied to the wall on a short leash.'
- 'Master leaves and you are left lying on the bed, still having your vagina plugged with this <<dick>> cm long <<$dick_girth>> dildo.'
- gs 'stat'
- act 'Try to rest':gt 'abductionCustomer', 'abdCustomer-virgin10'
- end
- if $ARGS[0] = 'abdCustomer-virgin10':
- durr = 15
- minut += durr
- pcs_mood = 5
- '<center><img src="images/locations/shared/abduction/sex/slavewhoreVirgin10.gif"></center>'
- 'A sound of the master coming from upstairs wakes up.'
- 'You must have felt asleep from the exhaustion.'
- ''
- 'Kneel and stick your ass high in the air, slut.'
- 'You are so desperate that you even don''t think about not doing what he orders you to.'
- 'You just stick your ass as high as possible, pointing it so he has good access to both your ass and your ruthlessly plugged deflowered pussy.'
- 'Master kneels down, removes the duct tape with one stroke and puts his fingers inside you, grabbing the stuck dildo.'
- 'Slowly he took it out, shreds of your virgin blood and customers sperm smeared all over it.'
- 'It felt like a relief when you finally had your vagina empty.'
- 'Master unties you, adjustes your leash and leaving he says: "Be glad that you can be deflowered just once, silly girl."'
- gs 'stat'
- act 'Continue':gt 'abduction', 'abdRoom'
- end
- if $ARGS[0] = 'abdCustomer-unzip':
- durr = 2
- minut += durr
- gs 'stat'
- 'You reach towards his crotch and slowly start to unzip his trousers.'
- 'Pressing your face underneath his crotch, you pull down his shorts and a <<$dick_girth>> member falls out directly on your face, making a slapping sound.'
- if dick > 15 and dick < 25:
- ''
- '<center><img src="images/locations/shared/abduction/sex/unzip1.gif"></center>'
- 'You stare at his <<$dick_girth>> cock with respect.'
- elseif dick >= 25:
- ''
- '<center><img src="images/locations/shared/abduction/sex/unzip2.gif"></center>'
- 'You stare at his <<$dick_girth>> cock with horror, imagining what terrible things will this sized penis do to your tender body.'
- elseif dick < 15 and pcs_throat > dick:
- ''
- '<center><img src="images/locations/shared/abduction/sex/unzip3.gif"></center>'
- 'With relief you look at his <<$dick_girth>> cock thinking that it''s nothing you can''t handle.'
- end
- if pcs_throat < dick:
- 'It is obvious that his <<$dick_girth>> dick is above your skill and you know you wouldn''t be able to swallow it whole.'
- act 'Suck the tip':gt 'abductionCustomer', 'abdCustomer-suckTip'
- act 'Force yourself on his cock':gt 'abductionCustomer', 'abdCustomer-suckForceself'
- else
- 'Even though his dick is <<$dick_girth>>, you know you''d be able to take it up to the balls.'
- act 'Suck the tip':gt 'abductionCustomer', 'abdCustomer-suckTip'
- act 'Deepthroat':gt 'abductionCustomer', 'abdCustomer-suckDeep'
- end
- end
- if $ARGS[0] = 'abdCustomer-show':
- durr = 10
- minut += durr
- i = rand(1, 5)
- '<center><img src="images/locations/shared/abduction/sex/slavewhoreTease<<i>>.gif"></center>'
- 'You decide to tease the customer by showing your sexy assets and jiggling your girly parts.'
- 'After some time slutting around, it is obvious that he wants some more.'
- act 'Continue':gt 'abductionCustomer', 'abdCustomer-unzip'
- end
- if $ARGS[0] = 'abdCustomer-suckTip':
- durr = 15
- minut += durr
- gs 'stat'
- i = rand(1, 5)
- '<center><img src="images/locations/shared/abduction/sex/slavewhoreblowjobTip<<i>>.gif"></center>'
- 'You try as best as you can to suck the head of his <<dick>> cm sized <<$dick_girth>> dick.'
- if pcs_throat < dick:
- 'It is obvious that his <<$dick_girth>> dick is above your skill and you know you wouldn''t be able to swallow it whole.'
- else
- 'Even though his dick is <<$dick_girth>>, you know you''d be able to it take up to the balls.'
- end
- if $charType = 'sadistic':
- if buyout = 1:
- '<<$bName>> is starting to get very grumpy, obviously he''s not happy that all you can do is just suck the tip of his cock.'
- else
- 'The customer is starting to get very grumpy, obviously he''s not happy that all you can do is just suck the tip of his cock.'
- end
- 'In one moment without any warning he just takes a step back, pulling out his <<$dick_girth>> member out of your mouth.'
- 'With angry face he slaps your face very hard, knocking you down on the cold floor.'
- 'He jumps on to you with a piece of rope and ties you up.'
- '"Even here must one train the slaves himself!" he shouts at you, forcing his <<$dick_girth>> dick all the way down throat.'
- 'With tied hands you are unable to resist and all you can do is try not to suffocate as best as you can..'
- act 'Endure':gt 'abductionCustomer', 'abdCustomer-suckForced'
- elseif $charType = 'neutral':
- 'Customer seems not pleased by your performance. You are starting to worry of what he''ll do if you don''t satisfy him well enough..'
- forceChance = rand(1, 100)
- if forceChance <= 70:
- act 'Continue sucking the tip':gt 'abductionCustomer', 'abdCustomer-suckForced'
- else
- act 'Continue sucking the tip':gt 'abductionCustomer', 'abdCustomer-fuck'
- end
- if pcs_throat < dick:
- act 'Force yourself on his cock':gt 'abductionCustomer', 'abdCustomer-suckForceself'
- else
- act 'Deepthroat':gt 'abductionCustomer', 'abdCustomer-suckDeep'
- end
- elseif $charType = 'kind':
- 'Customer seems pleased by your sucking skills, so you continue to tease the tip of his <<$dick_girth>> cock, looking at him with as much sexy look as you under these conditions can.'
- act 'Continue sucking the tip':gt 'abductionCustomer', 'abdCustomer-fuck'
- end
- gs 'arousal', 'bj', durr, 'sub'
- end
- if $ARGS[0] = 'abdCustomer-suckForceself':
- durr = 15
- minut += durr
- pcs_throat += 1
- pain['throat'] += throatDMG
- gs 'stat'
- i = rand(1, 3)
- '<center><img src="images/locations/shared/abduction/sex/slavewhoreblowjobSelfForced<<i>>.gif"></center>'
- 'Knowing you will probably hurt yourself, you force yourself on his <<dick>> cm long cock all the way up to the balls anyway.'
- 'You start gagging and saliva is everywhere, but the customers seems more content now.'
- gs 'arousal', 'bj', durr, 'sub', 'rough', 'deepthroat'
- act 'Continue':gt 'abductionCustomer', 'abdCustomer-fuck'
- end
- if $ARGS[0] = 'abdCustomer-suckForced':
- durr = 15
- minut += durr
- pain['throat'] += throatDMG * 2
- pcs_throat += 2
- gs 'stat'
- endPunishment = 1
- i = rand(1, 6)
- '<center><img src="images/locations/shared/abduction/sex/slavewhoreblowjobForced<<i>>.gif"></center>'
- if buyout = 1:
- '<<$bName>> started growling and suddenly put his cock out of your mouth.'
- else
- 'Customer started growling and suddenly put his cock out of your mouth.'
- end
- '"What kind of slave are you when you cannot swallow my <<$dick_girth>> dick?"'
- 'He tied you and without any question forced his cock down your throat.'
- 'You started gagging as he forced his member deep inside you. At some moments you are on a brink of passing out.'
- vagOrAss = rand (1, 2)
- if buyout = 1:
- act 'Continue':gt 'abductionCustomer', 'abdCustomer-fuckAnalRough'
- else
- if vagOrAss = 1:
- act 'Continue':gt 'abductionCustomer', 'abdCustomer-fuckRough'
- elseif vagOrAss = 2:
- act 'Continue':gt 'abductionCustomer', 'abdCustomer-fuckAnalRough'
- end
- end
- gs 'arousal', 'bj', durr, 'sub', 'rough', 'deepthroat', 'humiliation'
- end
- if $ARGS[0] = 'abdCustomer-suckDeep':
- durr = 15
- minut += durr
- pcs_throat += 1
- gs 'stat'
- i = rand(1, 6)
- '<center><img src="images/locations/shared/abduction/sex/slavewhoreblowjob<<i>>.gif"></center>'
- 'You swallow his <<$dick_girth>> cock all the way to the balls.'
- gs 'arousal', 'bj', durr, 'sub', 'deepthroat'
- act 'Continue':gt 'abductionCustomer', 'abdCustomer-fuck'
- end
- if $ARGS[0] = 'abdCustomer-fuck':
- durr = 2
- minut += durr
- pcs_throat += 1
- gs 'stat'
- endPunishment = 0
- '<center><img src="images/locations/shared/abduction/sex/slavewhoreCockRemoved.jpg"></center>'
- 'It seems the customer is done with fucking your mouth as he removes his dick out of your reach and steps a bit back, looking at you with <<$charType>> appetite in his eyes.'
- if charType = 'sadistic':
- '"What should I do to you next, bitch?"'
- else
- 'So how do you want it next luv?'
- end
- 'You are not entirely sure if he means that as a question or if he''s saying that just to himself.'
- if $charType = 'sadistic':
- ''
- 'You want to answer him, but in the moment you open your mouth to talk, he slaps your face very hard, knocking you down on the cold floor.'
- '"You thought I''m really interested in your slutty opinion?" he says laughing.'
- '"A whore, and on top of that a slave whore, has no right for an opinion."'
- 'You are unable to do anything except sob like a small child. He ties you up and you know that now it''s going to get even worse.'
- vagOrAss = rand (1, 2)
- if vagOrAss = 1:
- act 'Continue':gt 'abductionCustomer', 'abdCustomer-fuckRough'
- elseif vagOrAss = 2:
- act 'Continue':gt 'abductionCustomer', 'abdCustomer-fuckAnalRough'
- end
- else
- 'You decide to:'
- act 'Be quiet':gt 'abductionCustomer', 'abdCustomer-decide'
- act 'Beg him to be kind':gt 'abductionCustomer', 'abdCustomer-beg'
- end
- end
- if $ARGS[0] = 'abdCustomer-decide':
- durr = 2
- minut += durr
- gs 'stat'
- sexRand = rand(1, 2)
- vagOrAss = rand (1, 2)
- if vagOrAss = 1:
- if $charType = 'sadistic':
- '"I will fuck your cunt raw, bitch.'
- act 'Continue':gt 'abductionCustomer', 'abdCustomer-fuckRough'
- else
- '"Let''s take your tender pussy!" he decides.'
- act 'Continue':gt 'abductionCustomer', 'abdCustomer-fuckNormal'
- end
- elseif vagOrAss = 2:
- if $charType = 'sadistic':
- '"I will fuck you deep in your ass, bitch.'
- act 'Continue':gt 'abductionCustomer', 'abdCustomer-fuckAnalRough'
- else
- '"I want to try how tight your ass is." he says.'
- act 'Continue':gt 'abductionCustomer', 'abdCustomer-fuckAnal'
- end
- end
- end
- if $ARGS[0] = 'abdCustomer-beg':
- vagOrAss = rand (1, 2)
- durr = 2
- minut += durr
- gs 'stat'
- '<center><img src="images/locations/shared/abduction/sex/slavewhoreBeg1.jpg"></center>'
- 'Please be kind to me sir, I''m so afraid and sore..please!'
- if dick >= 15:
- '"I''m very afraid of your <<$dick_girth>> penis sir!"'
- end
- ''
- bekindChance = rand(1, 100)
- endPunishment = 0
- if $charType = 'neutral' or $charType = 'kind':
- 'Alright girl, you''re lucky that I feel generous today.'
- if vagOrAss = 1:
- act 'Continue':gt 'abductionCustomer', 'abdCustomer-fuckNormal'
- elseif vagOrAss = 2:
- act 'Continue':gt 'abductionCustomer', 'abdCustomer-fuckAnal'
- end
- else
- endPunishment = 1
- 'A slave has no right to ask what will happen to it!'
- hardChance = rand(1, 100)
- if hardChance <= 50:
- '"I will just fuck you whatever way I want, so shut up bitch!"'
- if vagOrAss = 1:
- act 'Continue':gt 'abductionCustomer', 'abdCustomer-fuckRough'
- elseif vagOrAss = 2:
- act 'Continue':gt 'abductionCustomer', 'abdCustomer-fuckAnalRough'
- end
- else
- '"I will just fuck you whatever way I want, so shut up."'
- if vagOrAss = 1:
- act 'Continue':gt 'abductionCustomer', 'abdCustomer-fuckNormal'
- elseif vagOrAss = 2:
- act 'Continue':gt 'abductionCustomer', 'abdCustomer-fuckAnal'
- end
- end
- end
- end
- if $ARGS[0] = 'abdCustomer-fuckAnal':
- durr = 30
- minut += durr
- pcs_ass += 1
- gs 'stat'
- i = rand(1, 5)
- '<center><img src="images/locations/shared/abduction/sex/slavewhoreFuckAnal<<i>>.gif"></center>'
- 'Customer puts some lubricant on his <<$dick_girth>> cock and penetrates your ass.'
- 'He doesn''t care much about your feelings but he''s also not exactly hurting you on purpose.'
- ''
- if dick > pcs_ass:
- pain['asshole'] += assDMG
- pain['tummy'] += assDMG
- gs 'arousal', 'anal', durr, 'sub', 'rough'
- act 'Continue':gt 'abductionCustomer', 'abdCustomer-fuckAnalDeep'
- else
- 'You have no problems accomodating his <<$dick_girth>> member.'
- gs 'arousal', 'anal', durr, 'sub'
- act 'Continue':gt 'abductionCustomer', 'abdCustomer-cumGate'
- end
- end
- if $ARGS[0] = 'abdCustomer-fuckAnalRough':
- durr = 30
- minut += durr
- pcs_ass += 2
- gs 'stat'
- i = rand(1, 5)
- '<center><img src="images/locations/shared/abduction/sex/slavewhoreFuckAnalRough<<i>>.gif"></center>'
- if buyout = 1:
- '<center><img src="images/locations/shared/abduction/sex/slavewhoreFuckAnalRoughLeonid1.jpg"></center>'
- '<<$bName>> took you by your leash and positioned your body as it was just a meat to be used.'
- else
- 'The man took you by your leash and positioned your body as it was just a meat to be used.'
- end
- 'What came next was a very rough anal fuck with no regard of all the pain you had to endure.'
- ''
- if assDMG <= 0 :
- 'Fortunately his <<$dick_girth>> dick was not enough to damage your anus and intestines, not above the usual standards, anyway.'
- if buyout = 1:
- act 'Be silent':gt 'abductionCustomer', 'abdCustomer-cumAss'
- else
- if $charType = 'sadistic':
- act 'Be silent':gt 'abductionCustomer', 'abdCustomer-cum'
- else
- act 'Continue':gt 'abductionCustomer', 'abdCustomer-cumGate'
- end
- end
- elseif assDMG <= 2:
- 'His <<$dick_girth>> dick was too big for you and you suffered alot of stretching pain, as his dick bumped to your intestinal walls.'
- pain['asshole'] += assDMG
- gs 'stat'
- act 'Continue':gt 'abductionCustomer', 'abdCustomer-fuckAnalDeep'
- else
- 'His <<$dick_girth>> dick was insanely big for you.'
- 'Tip of his cock repeatadly hit your intestinal walls and stretched your anus to insane measures.'
- 'You will probably be not able to close your anus for a while.'
- pain['asshole'] += assDMG
- pain['tummy'] += assDMG
- gs 'stat'
- act 'Continue':gt 'abductionCustomer', 'abdCustomer-fuckAnalDeep'
- end
- gs 'arousal', 'anal', durr, 'sub', 'rough', 'bound'
- end
- if $ARGS[0] = 'abdCustomer-fuckAnalDeep':
- durr = 15
- minut += durr
- pcs_ass += 1
- gs 'stat'
- i = rand(1, 1)
- '<center><img src="images/locations/shared/abduction/sex/slavewhoreFuckAnalDeep<<i>>.gif"></center>'
- 'His member is <<$dick_girth>> and your ass is unable to accomodate it.'
- if $charType = 'sadistic':
- ''
- 'But he doesn''t care about it, even though he is obviously aware of it, and fucks you furiously deep.'
- '"How do like my <<$dick_girth>> cock inside you, bitch?"'
- '"Is it deep enough for you, or should I press a bit more?"'
- 'Obviously he''s enjoying this alot. Doing this is probably the reason he came to this slave house.'
- ''
- end
- 'With every stroke of his dick deep inside your intestinals, you can feel like it is your very stomach being pinched by it.'
- 'A large bulge is noticable every time he shoves it deeper than half the way inside you.'
- ''
- if buyout = 1:
- 'After about an half hour of deep anal banging, <<$bName>> is about to cum.'
- else
- 'After about an half hour of deep anal banging, the man is about to cum.'
- end
- if (endPunishment = 1 or $charType = 'sadistic') and buyout = 0:
- '"Now I will feed you with my seed, unrule anal slave."'
- act 'Be silent':gt 'abductionCustomer', 'abdCustomer-cum'
- elseif buyout = 1:
- act 'Be silent':gt 'abductionCustomer', 'abdCustomer-cumAss'
- else
- act 'Be silent':gt 'abductionCustomer', 'abdCustomer-cumGate'
- end
- end
- if $ARGS[0] = 'abdCustomer-fuckNormal':
- durr = 30
- pcs_vag += 1
- minut += durr
- gs 'stat'
- i = rand(1, 5)
- '<center><img src="images/locations/shared/abduction/sex/slavewhoreFuckNormal<<i>>.gif"></center>'
- 'Customer penetrates your pussy and fucks you.'
- if vagDMG <= 0:
- 'He''s not gentle, but it is not very rough fuck either.'
- 'You have no problems accomodating his <<$dick_girth>> dick.'
- 'At some moments, you almost seem to enjoy it.'
- gs 'arousal', 'vaginal', durr, 'sub'
- act 'Be silent':gt 'abductionCustomer', 'abdCustomer-cumGate'
- elseif vagDMG <= 2:
- 'His <<$dick_girth>> dick is too big for you and you suffer alot of stretching pain, as his dick bumps to your vaginal walls.'
- pain['vaginal'] += vagDMG
- gs 'arousal', 'vaginal', durr, 'sub', 'rough'
- gs 'stat'
- act 'Continue':gt 'abductionCustomer', 'abdCustomer-fuckDeep'
- else
- 'His <<$dick_girth>> dick is insanely big for you.'
- 'Tip of his cock even penetrates your cervix, or at least so it seems to you - so unbearable is the pain!'
- pain['vaginal'] += vagDMG
- pain['cervix'] += vagDMG
- gs 'arousal', 'vaginal', durr, 'sub', 'rough'
- gs 'stat'
- act 'Continue':gt 'abductionCustomer', 'abdCustomer-fuckDeep'
- end
- end
- if $ARGS[0] = 'abdCustomer-fuckRough':
- durr = 30
- minut += durr
- pcs_vag += 2
- gs 'stat'
- i = rand(1, 5)
- '<center><img src="images/locations/shared/abduction/sex/slavewhoreFuckRough<<i>>.gif"></center>'
- 'The man took you by your leash and positioned your body as it was just a meat to be used.'
- 'What came next was a very rough fuck with no regard of all the pain you had to endure.'
- if vagDMG <= 0:
- 'Fortunately his <<$dick_girth>> dick is not enough to damage your vagina, not above the usual standards anyway.'
- gs 'arousal', 'vaginal', durr, 'sub', 'bound'
- if $charType = 'sadistic':
- act 'Be silent':gt 'abductionCustomer', 'abdCustomer-cum'
- else
- act 'Be silent':gt 'abductionCustomer', 'abdCustomer-cumGate'
- end
- elseif vagDMG <= 2:
- 'His <<$dick_girth>> dick is too big for you and you suffer alot of stretching pain, as his dick bumps to your vaginal walls.'
- pain['vaginal'] += vagDMG
- gs 'arousal', 'vaginal', durr, 'sub', 'bound', 'rough'
- gs 'stat'
- act 'Continue':gt 'abductionCustomer', 'abdCustomer-fuckDeep'
- else
- 'His <<$dick_girth>> dick is insanely big for you.'
- 'Tip of his cock even penetrates your cervix, or at least so it seems to you - so unbearable is the pain!'
- 'He seems to notice it and realizes why are your moaning so hard.'
- 'Enjoying your suffering he pushes his dick even deeper in and you cry like slaughtered pig.'
- pain['vaginal'] += vagDMG * 2
- pain['cervix'] += vagDMG * 2
- gs 'arousal', 'vaginal', durr, 'sub', 'bound', 'rough'
- gs 'stat'
- act 'Continue':gt 'abductionCustomer', 'abdCustomer-fuckDeep'
- end
- end
- if $ARGS[0] = 'abdCustomer-fuckDeep':
- durr = 15
- minut += durr
- pcs_ass += 1
- gs 'stat'
- i = rand(1, 5)
- '<center><img src="images/locations/shared/abduction/sex/slavewhoreFuckDeep<<i>>.gif"></center>'
- 'His member is <<$dick_girth>> and your vagina is unable to accomodate it.'
- if $charType = 'sadistic':
- ''
- 'But he doesn''t care about it, even though he is obviously aware of it, and fucks you furiously deep.'
- '"How do like my <<$dick_girth>> cock inside you, bitch?"'
- '"Is it deep enough for you, or should I press a bit more?"'
- '"Do you feel me entering your cervix?"'
- 'Obviously he''s enjoying this alot. Doing this is probably the reason he came to this slave house.'
- ''
- end
- 'With every stroke of his dick deep inside your vagina, you can feel like it is your very cervix being penetrated.'
- 'A large bulge is noticable every time he shoves it deeper than half the way inside you.'
- ''
- 'After about an half hour of deep vaginal banging, the man is about to cum.'
-
- if endPunishment = 1 or $charType = 'sadistic':
- '"Now I will feed you with my seed, unrule fuck slave."'
- act 'Be silent':gt 'abductionCustomer', 'abdCustomer-cum'
- else
- act 'Be silent':gt 'abductionCustomer', 'abdCustomer-cumGate'
- end
- end
- if $ARGS[0] = 'abdCustomer-cumGate':
- if endPunishment = 1:
- '"Now I will feed you with my seed, unrule slave slut."'
- act 'Be silent':gt 'abductionCustomer', 'abdCustomer-cum'
- elseif buyout = 1:
- '"Now <<$pcs_firstname>> you will be filled with me seed for the first time, so cherish the memory of this moment!"'
- act 'Be silent':gt 'abductionCustomer', 'abdCustomer-cumAss'
- else
- '"So where do you want me to put the deposit, luv?"'
- act 'Be silent':gt 'abductionCustomer', 'abdCustomer-cum'
- act 'Ask him to cum inside your pussy':gt 'abductionCustomer', 'abdCustomer-cumPussy'
- act 'Ask him to cum inside your ass':gt 'abductionCustomer', 'abdCustomer-cumAss'
- act 'Ask him to cum into your mouth':gt 'abductionCustomer', 'abdCustomer-cumMouth'
- act 'Ask him to cum on your face':gt 'abductionCustomer', 'abdCustomer-cumFace'
- end
- end
- if $ARGS[0] = 'abdCustomer-cum':
- cumRand = rand(1, 100)
- if cumRand > 75 and cumRand <= 100:
- 'He decides to cum inside your vagina.'
- act 'Endure it':gt 'abductionCustomer', 'abdCustomer-cumPussy'
- elseif cumRand > 50 and cumRand <= 75:
- 'He decides to cum inside your ass.'
- act 'Endure it':gt 'abductionCustomer', 'abdCustomer-cumAss'
- elseif cumRand > 25 and cumRand <= 50:
- 'He decides to cum into your mouth.'
- act 'Endure it':gt 'abductionCustomer', 'abdCustomer-cumMouth'
- elseif cumRand >= 0:
- 'He decides to cum on your face.'
- act 'Endure it':gt 'abductionCustomer', 'abdCustomer-cumFace'
- end
- end
- if $ARGS[0] = 'abdCustomer-cumPussy':
- i = rand(1, 5)
- '<center><img src="images/locations/shared/abduction/sex/slavewhoreCumPussy<<i>>.gif"></center>'
- if vagDMG > 0:
- 'As he delivers his <<$cumType>> amout of cum inside your vagina, you can feel tip of his <<$dick_girth>> cock reach to your cervix entry and even a bit inside it.'
- 'His bursting cum penetrates through the cervix directly into your womb, causing you both pain and a weird sensation.'
- pain['cervix'] += vagDMG
- gs 'stat'
- end
- ''
- if cumVol = 3:
- 'His <<$dick_girth>> dick being buried inside your pussy, customer delivers his <<$cumType>> amount of sperm inside you.'
- 'When he takes it out, some of the sperm drips out of you.'
- elseif cumVol = 4:
- 'His <<$dick_girth>> dick being buried deep inside your pussy, his tip sometimes even hits your cervix.'
- 'He pumps your vagina full of his <<$cumType>> amount of sperm.'
- 'As he pulls his cock out, a large portion of the cum squirts out of you in force.'
- elseif cumVol >= 5:
- 'His <<$dick_girth>> dick being buried very deep inside your pussy, his tip reaches your cervix and slides a bit inside of it.'
- 'Then as he bursts his <<$cumType>> amount of cum inside you, lot of it goes directly to your womb.'
- 'It feels painful but the sensation is weird and nothing like what you have felt yet.'
- 'You feel your inner parts as they are stretching from all the <<$cumType>> amount of cum being pumped into you.'
- ''
- 'When he pulls his <<$dick_girth>> cock out, a bulge is noticable on your lower belly.'
- 'Customer looks at it with joy and punches the buldge with his fist.'
- 'The cum burst out of your pussy like from a pressured champagne bottle.'
- pain['cervix'] += 20
- pain['tummy'] += 40
- else
- 'Customer cums inside you. When he takes his <<$dick_girth>> cock out, a small part of his <<$cumType>> amount of sperm drips out of you.'
- end
- pcs_vag += 1
- stat['vaginal'] += 1
- gs 'cum_call', 'pussy', 'customer', svol,'', spot
- gs 'stat'
- act 'Continue':gt 'abductionCustomer', 'abdCustomer-end'
- end
- if $ARGS[0] = 'abdCustomer-cumAss':
- i = rand(1, 5)
- '<center><img src="images/locations/shared/abduction/sex/slavewhoreCumAss<<i>>.gif"></center>'
- if assDMG > 0:
- 'As he cums inside your anus, you can feel banging of his <<$dick_girth>> cock to your intestines wall.'
- 'A bulge is moving on your flat stomach as the fallus moves inside you.'
- 'His bursting cum fills you and it seems as if it went backwards to your very stomach.'
- pain['asshole'] += assDMG
- gs 'stat'
- end
- if cumVol = 3:
- 'His <<$dick_girth>> member is buried in your intestines.'
- if buyout = 1:
- 'When <<$bName>> shoots his <<$cumType>> amount of cum, you can feel the warmth spreading inside you..'
- else
- 'When he shoots his <<$cumType>> amount of cum, you can feel the warmth spreading inside you..'
- end
- 'After his dick is removed, part of the sperm drips out of your gaping hole.'
- elseif cumVol = 4:
- 'His <<$dick_girth>> member is buried <<$dick>> centimeters deep in your intestines, sometimes even hitting your intestinal walls.'
- if buyout = 1:
- 'When <<$bName>> shoots his <<$cumType>> amount of cum inside you, you can feel your stomach getting bigger from all the sperm..'
- else
- 'When he shoots his <<$cumType>> amount of cum inside you, you can feel your stomach getting bigger from all the sperm..'
- end
- 'You feel very full even after he pull his <<$dick_girth>> dick out of you.'
- 'In a few seconds a large portion of his <<$cumType>> amount of cum spurts out of you like from a garden hose.'
- elseif cumVol >= 5:
- if buyout = 1:
- '<<$bName>> <<$dick_girth>> member is buried <<$dick>> centimeters deep in your intestines, with each stroke hitting your intestinal walls hard.'
- 'His <<$dick_girth>> member is buried <<$dick>> centimeters deep in your intestines, with each stroke hitting your intestinal walls hard.'
- ''
- 'You feel increasing pressure and stretching pain as he pumps your intestines with <<$cumType>> amount of cum.'
- else
- 'His <<$dick_girth>> member is buried <<$dick>> centimeters deep in your intestines, with each stroke hitting your intestinal walls hard.'
- 'You feel increasing pressure and stretching pain as he pumps your intestines with <<$cumType>> amount of cum.'
- ''
- 'When he pulls his <<$dick_girth>> cock out, a bulge is noticable on your belly.'
- 'Customer looks at it with joy and punches the buldge with his fist.'
- 'The cum burst out of your anus like from a pressured champagne bottle.'
- end
- pain['tummy'] += 20
- gs 'stat'
- else
- if buyout = 1:
- '<<$bName>> cums inside you. When he takes his <<$dick_girth>> cock out, a small part of his <<$cumType>> amount of sperm flows out of your gaping anus.'
- else
- 'Customer cums inside you. When he takes his <<$dick_girth>> cock out, a small part of his <<$cumType>> amount of sperm flows out of your gaping anus.'
- end
- end
- if buyout = 1:
- gs 'npcgeneratec', 0, $bName, rand(18,34)
- gs 'boyStat', $npclastgenerated
- else
- gs 'npcgeneratec', 0, 'customer', rand(18,34)
- gs 'boyStat', $npclastgenerated
- end
- pcs_ass += 1
- gs 'cum_call', 'anus', $boy
- stat['anal'] += 1
- gs 'stat'
- if buyout = 1:
- act 'Continue':gt 'abductionCustomer', 'abdCustomer-buyout4'
- else
- act 'Continue':gt 'abductionCustomer', 'abdCustomer-end'
- end
- end
- if $ARGS[0] = 'abdCustomer-cumMouth':
- i = rand(1, 5)
- '<center><img src="images/locations/shared/abduction/sex/slavewhoreCumMouth<<i>>.gif"></center>'
- if throatDMG > 0:
- 'Your aching throat is penetrated again.'
- 'He burries his <<$dick_girth>> cock up to the balls into you.'
- 'While he cums directly into your gullet, you can feel the pulsing of his member, painfully stretching your already sore throat.'
- pain['throat'] += throatDMG
- gs 'stat'
- end
-
- if cumVol = 3:
- 'His <<$cumType>> amount of cum fills your gullet.'
- elseif cumVol = 4:
- 'His <<$cumType>> amount of cum fills your gullet and drips down to your stomach.'
- 'You feel like you just ate a bunch of buscuits.'
- pcs_energy += 50
- elseif cumVol => 5:
- 'You are being pumped like a water bag. His <<$cumType>> amount of jizz fills your stomach and gullet.'
- 'Today you won''t probably need another meal..'
- pcs_energy += 100
- else
- 'Customer shoots his <<$cumType>> amount of cum inside your mouth and into your gullet.'
- end
- mouth += 1
- gs 'cum_call', 'mouth', 'customer'
- stat['throat'] += 1
- gs 'stat'
- act 'Continue':gt 'abductionCustomer', 'abdCustomer-end'
- end
- if $ARGS[0] = 'abdCustomer-cumFace':
- i = rand(1, 5)
- '<center><img src="images/locations/shared/abduction/sex/slavewhoreCumFace<<i>>.gif"></center>'
- 'He took his <<$dick_girth>> dick and points it towards your face.'
- if cumVol = 3:
- 'A <<$cumType>> amount of sperm lands all on your face.'
- elseif cumVol = 4:
- 'A <<$cumType>> amount of sperm lands all over your face, some even in your eyes and hair.'
- elseif cumVol => 5:
- 'A <<$cumType>> amount of sperm lands all over your face, in your eyes, hair, everywhere.'
- 'There is so much of the cum that you have a solid layer on your face, as if you were wearing a cosmetic mask.'
- else
- 'A <<$cumType>> cum volume is spread around your mouth and cheeks.'
- end
- 'The customer seems content with his creation and looks at you with a weird satisfaction.'
- mouth += 1
- gs 'cum_call', 'face', 'customer'
- stat['mouth'] += 1
- gs 'stat'
- act 'Continue':gt 'abductionCustomer', 'abdCustomer-end'
- end
- if $ARGS[0] = 'abdCustomer-end':
- if endPunishment = 1:
- 'Customer leaves to bathroom and master immediately comes back to you.'
- act 'Continue':gt 'abductionCustomer', 'abdCustomer-endPunishment'
- elseif buyout = 1:
- '<<$bName>> leaves you lying on the ground, hsi cum still dripping out of your ass.'
- act 'Continue':gt 'abductionCustomer', 'abdCustomer-endPunishment'
- else
- 'Customer leaves to bathroom and you are immediately lead back to the basement.'
- act 'Go back':gt 'abduction', 'abdRoom'
- end
- end
- if $ARGS[0] = 'abdCustomer-endPunishment':
- '<center><img src="images/locations/shared/abduction/sex/kneelingSlave1.jpg"></center>'
- 'After the customer is done with you, he calls for the master.'
- 'He tells him how unruly you are and further training should be applied to you.'
- 'Then he leaves.'
- 'Kneeling you look up to your master, only to see a grim face. You can tell something bad will happen.'
- act 'Be led back to the basement':gt 'abduction', 'abdFailedCustomer'
- end
- --- abductionCustomer ---------------------------------
|