123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487 |
- # mod_wlife_gang
- if $ARGS[0] = 'random_warehouse':
- *clr & cla
- menu_off = 1
- minut += rand(20,30)
- gs 'stat'
- '<center><img <<$set_imgh>> src="mod/wlife/images/player/warehouse_guys.jpg"></center>'
- 'The warehouse is full of guys. Some of them smile, some throw you a curious look and some ignore you when you enter. The atmosphere is relaxed, most of them have a bottle of beer or vodka in their hands or are working on one of the cars. You don''t recognize anybody by name'+iif(wl_iosif['status'] > 4, ' except Iosif who greets you with a hint of a nod.', '.')
- if wl_gang['status'] = 0:
- *nl
- wl_gang['status'] = 1
- '"Hey girl," one of the guys shout. "You looking for Georgiy?" You nod and move a little bit closer. "He will be here in a few minutes. Why don''t you keep us company until he arrives?"'
- 'Since it''s not a good idea to shun them you step even closer. Cautious at first you quickly grow more comfortable around the boys. Sure some of the guys exactly match your expectations. They are rude, handsy and have the sophistication of a teenage chimpanzee, but those guys aren''t the majority. Some could even be considered nice, but most of them are like many of the ''bad boys'' you have met at school. Behaving tough to hide their own insecurities. That doesn''t make them any less dangerous, because in the end they would do anything to appear tough to their peers. Showing any kind of weakness could ruin their reputation.'
- else
- '"Hey <<$pcs_nickname>>," some of the guys shout. Clearly they recognize you from the last time you came here. "Georgiy isn''t here, why don''t you hang out with us again until he arrives?"'
- end
- *nl
- 'You walk around the room stopping here and there for a few minutes to smile and chat, listen to their boastful stories about their work and escapades. There are a few touches, more often than not a guy grabs your ass when you stand next to him, but that''s nothing compared to what you have endured in the last weeks. The simple touch of a stranger doesn''t concern you anymore.'
- wl_temp = rand(0,5)
- if wl_temp = 0 and wl_gang['status'] > 0:
- 'As you walk around you hear snippets of more important conversations. A '+iif(rand(0,1), 'drug deal gone bad', 'weapons deal gone well')+' or how '+iif(rand(0,1), 'they nearly got caught stealing a shipment of cars in the St.Petersburg port', 'one of the guys got shot when a rookie cop didn''t take the bribe they offered.')
- elseif wl_temp = 1 and wl_gang['status'] > 0:
- gs 'mod_wlife_functions', 'reputation_check'
- 'When you approach or leave a group of guys you sometimes can hear them talking about you. They say that you are <<$wl_stats[''loyalty'']>> <<$wl_stats[''respect'']>>.'
- elseif wl_temp = 2 and wl_gang['status'] > 0:
- 'A lot of times you can hear them talk about what they did with the money they have earned on their last job. It''s either a story about booze, girls and drugs or what teenage boys wet dream they want to or have fulfilled for themselves, especially fast cars are mentioned constantly.'
- elseif wl_temp = 3 and wl_gang['status'] > 0:
- 'Crude and/or simple minded describes best a huge share of the guys. Money, expensive stuff they bought or want to buy and girls are the most talked about topics.'
- elseif wl_temp > 3 and wl_gang['status'] > 0:
- if wl_stats['respect'] < -60:
- 'From the conversation you can guess that they think you''re nothing more than a total whore that fucks and does anything for money.'
- elseif wl_stats['respect'] < -30:
- 'From the conversation you can guess that they think you''re a depraved slut that does mostly anything for the right price.'
- elseif wl_stats['respect'] < 30:
- 'From the conversation you can guess that they think you''re a nice chick that is working the streets because she has to.'
- elseif wl_stats['respect'] < 60:
- 'From the conversation you can guess that they think you''re a good girl that is working the streets because she has no other choice.'
- else
- 'From the conversation you can guess that they think you''re a decent woman that is working the streets because she has no other choice.'
- end
- end
- act 'Check in with Georgiy': gt 'mod_wlife_georgiy', 'check_in'
- end
- if $ARGS[0] = 'warehouse_events':
- if wl_status['main'] > 6 and wl_nikita['status'] = 0:
- gt 'mod_wlife_nikita', 'first_meet'
- elseif wl_maxim['timer'] < daystart and (wl_maxim['status'] = 0 or wl_maxim['status'] = 1) and (wl_timer['startday'] + 42) < daystart:
- gt 'mod_wlife_maxim', 'warehouse'
- elseif wl_nicholai['day'] < daystart and wl_debt['nicholai'] ! -1 and wl_nicholai['blocked'] ! daystart and (wl_nicholai['status'] = 0 or rand(0,2) = 2):
- gt 'mod_wlife_gang', 'nicholai_0'
- elseif wl_lai['day'] < daystart and ((wl_lai['status'] = 0 and wl_status['main'] > 6) or rand(0,2) = 2):
- gt 'mod_wlife_gang', 'lai_0'
- else
- minut += 2 & gt 'mod_wlife_warehouse', 'street'
- end
- end
- if $ARGS[0] = 'warehouse_prostitution_decline':
- gs 'mod_wlife_functions', 'will_acceptance', 'resist'
- if will_cost <= pcs_willpwr:
- act 'Decline (<<will_cost>> Willpower)':
- minut += 1
- gs 'mod_wlife_functions', 'will_acceptance', 'resist'
- gs 'willpower', 'pay', 'resist'
- if wl_gang['decline'] = 0:
- cla & *nl
- wl_stats['respect'] += 2
- wl_gang['decline'] = 1
- gs 'stat'
- 'You shake your head and send '+iif(wl_gang['boys'] = 1, 'him', 'them')+' an apologetic smile as you explain to them that you aren''t working tonight. '+iif(wl_gang['boys'] = 1, 'He grumbles', 'They grumble')+' a bit, clearly disappointed by your decision, but you get the feeling that declining the opportunity to sell yourself earned you some respect with '+iif(wl_gang['boys'] = 1, 'him', 'them')+'.'
- act 'Leave': gt 'mod_wlife_warehouse', 'street'
- else
- wl_stats['respect'] += 1
- gt 'mod_wlife_warehouse', 'street'
- end
- end
- else
- act 'Decline (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
- end
- end
- if $ARGS[0] = 'warehouse_prostitution_condom':
- minut += 2
- wl_stats['respect'] += 2
- wl_stats['loyalty'] -= 2
- wl_gang['condom'] = 1
- gs 'mod_wlife_functions', 'will_unprotected', 'self'
- gs 'willpower', 'pay', 'self'
- gs 'stat'
- 'The second you mention condoms you want to snatch your words out of the air and swallow them back down. "A condom?" '+iif(wl_gang['boys'] = 1, 'He', 'One of the guys')+' frowns and anger flares up inside his eyes. He seems deeply offended by the question. "Why? Do '+iif(wl_gang['boys'] = 1, 'I', 'wee')+' look like some diseased '+iif(wl_gang['boys'] = 1, 'fuck', 'fucks')+'?"'
- '"No, no... of course not," you hastily reply. "I would never assume that. It''s just my routine to use a condom," you '+iif(wl_stats['unprotected'] > 20, 'lie', 'say')+', but that explanation doesn''t seem to satisfy him. He angrily shakes his head and points his finger at you. "Maybe the cheap street whore should shut the fuck up, get off her high horse and be glad that she doesn''t have to fuck some unwashed trucker for a change," he growls and '+iif(wl_gang['boys'] = 1, 'walks', 'they walk')+' away before you can say another word.'
- act 'Leave the warehouse': minut += 1 & gt 'mod_wlife_warehouse', 'street'
- end
- if $ARGS[0] = 'nicholai_0':
- *clr & cla
- minut += 2
- wl_gang['boys'] = 1
- wl_nicholai['day'] = daystart + rand(0,14)
- gs 'stat'
- '<center><img <<$set_imgh>> src="mod/wlife/images/characters/nicholai.jpg"></center>'
- if wl_nicholai['status'] = 0:
- wl_nicholai['status'] = 1
- wl_nicholai['payment'] = 500
- 'The warehouse is full of guys, when you return from your weekly check-in with Georgiy. You only make it halfway through the hall before a guy stops you. His face is covered in tattoos, but you have to admit with his short blond hair and baby blue eyes he''s way more attractive than the average guy. "Hey," the guy greets you. "I have seen you around for a few weeks now. Aren''t you Georgiy''s new whore?"'
- iif(wl_stats['acceptance'] > 60, 'You slightly shrug. "Yeah," you answer. There is no point in denying what you are. "B', 'You sigh internally, but plaster a smile on your face. "Yeah, b')+'ut I prefer <<$pcs_nickname>> over whore."'
- 'He shrugs. "Sure, <<$pcs_nickname>>. I''m Nicholai," he introduces himself, but this is where the niceties end. "I have <<wl_nicholai[''payment'']>> <b>₽</b> to spend on some pussy. Are you up?"'
- elseif wl_nicholai['status'] = 1:
- 'The warehouse is nearly empty, when you return from your weekly check-in with Georgiy and you don''t know any of them except Nicholai who shouts from the other end of the warehouse as he walks towards you. "<<$pcs_nickname>>. My offer still stands. I pay <<wl_nicholai[''payment'']>> <b>₽</b> to have your cunt."'
- elseif wl_nicholai['status'] = 3:
- wl_nicholai['status'] = 4
- 'Nicholai stops you on your way out. "Hey <<$pcs_nickname>>, I''m bored. Wanna fuck? <<wl_nicholai[''payment'']>> <b>₽</b> like last time?"'
- 'Is he serious? You ask yourself as he walks closer. Last time he came inside you without warning. "Exactly like last time?" you ask coldly and cross your arms in front of your chest. "Do you remember what happened last time? You gave me a creampie."'
- '"Your welcome," he smiles and not even for a second you don''t thing that he means it as a joke. He''s serious about that. "I don''t cum inside in every girl, but I had a feeling that you would deserve my cum."'
- 'You stare at him in disbelieve.'
- '...'
- 'What? you ask yourself.'
- '...'
- 'You keep staring at him, not sure what you going to say to him. He really can''t be serious.'
- '"So?" he asks.'
- '"Uhm...," you shake your head to get your brain going again. "What?"'
- '"I asked you if you''re up for some fun <<$pcs_nickname>>, you stupid cow..."'
- else
- 'Nicholai stops you on your way out. "Hey <<$pcs_nickname>>, '+iif(wl_debt['nicholai'] = 1, 'How about you get some more money to pay your debt and you fuck me as well?', 'I''m bored. Wanna fuck?')+' <<wl_nicholai[''payment'']>> <b>₽</b> like last time?"'
- end
- gs 'mod_wlife_gang', 'warehouse_prostitution_decline'
- act 'Accept': wl_stats['respect'] -= 1 & gt 'mod_wlife_gang', 'nicholai_1'
- gs 'willpower', 'prostitution', 'self', 'hard'
- if will_cost <= pcs_willpwr and wl_nicholai['payment'] = 500:
- act 'Demand more money (<<will_cost>> Willpower)':
- cla & *nl
- minut += 1
- gs 'willpower', 'prostitution', 'self', 'hard'
- gs 'willpower', 'pay', 'self'
- gs 'stat'
- if wl_stats['respect'] < -50 or wl_stats['loyalty'] < -40:
- wl_nicholai['payment'] = 300
- '"Really? Do you really believe that a whore like you deserves more money?" he asks you, but the answer to the question is obvious. No, in his eyes you don''t. "Be glad that I don''t charge you for allowing you to touch me. Let''s make make it <<wl_nicholai[''payment'']>> <b>₽</b> instead."'
- gs 'mod_wlife_gang', 'warehouse_prostitution_decline'
- act 'Accept': wl_stats['respect'] -= 3 & gt 'mod_wlife_gang', 'nicholai_1'
- elseif wl_stats['loyalty'] > 40 or wl_stats['respect'] > 30:
- wl_nicholai['payment'] = 800
- '"Hm..., yeah why not. I only heard positive things about you <<$pcs_nickname>>. Loyal bitches deserve a reward," he says as he hands you <<wl_nicholai[''payment'']>> <b>₽</b>. "Come on, let''s go."'
- act 'Accept': wl_stats['respect'] -= 1 & gt 'mod_wlife_gang', 'nicholai_1'
- else
- 'He shakes his head. "No, it''s <<wl_nicholai[''payment'']>> <b>₽</b>. Take it or leave it."'
- gs 'mod_wlife_gang', 'warehouse_prostitution_decline'
- act 'Accept': wl_stats['respect'] -= 1 & gt 'mod_wlife_gang', 'nicholai_1'
- end
- end
- elseif will_cost > pcs_willpwr and wl_nicholai['payment'] = 500:
- act 'Demand more money (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
- end
- if wl_gang['condom'] = 0:
- gs 'mod_wlife_functions', 'will_unprotected', 'self'
- if will_cost <= pcs_willpwr:
- act 'Demand to use a condom (<<will_cost>> Willpower)':
- *clr & cla
- '<center><img <<$set_imgh>> src="mod/wlife/images/characters/nicholai.jpg"></center>'
- gs 'mod_wlife_gang', 'warehouse_prostitution_condom'
- end
- else
- act 'Demand to use a condom (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
- end
- elseif wl_gang['condom'] = 1:
- wl_gang['condom'] = 2
- '<br>You think about asking for a condom, but you quickly discard the idea after what happened last time you asked for a condom.'
- end
- end
- if $ARGS[0] = 'nicholai_1':
- *clr & cla
- minut += 2
- money += wl_nicholai['payment']
- wl_nicholai['day'] = daystart + rand(7,21)
- gs 'stat'
- '<center><img <<$set_imgh>> src="mod/wlife/images/characters/nicholai.jpg"></center>'
- if wl_nicholai['status'] < 2:
- '"Come on, whore... sorry, I mean <<$pcs_nickname>>," he says mockingly and points in the direction where you came from. "Let''s go. You have a job to do," he adds as he walks away not even once looking over his shoulder if you''re following him. You both know that you have no other choice. He paid and you have to do as he commands.'
- act 'Follow him':
- *clr & cla
- minut += 3
- wl_stats['respect'] -= 2
- wl_stats['acceptance'] += 1
- gs 'stat'
- '<center><img <<$set_imgh>> src="mod/wlife/images/locations/warehouse/common_room.jpg"></center>'
- 'A group of guys is relaxing inside the common room, drinking beer and watching some cliché action movie with lazy dialog, lots of guns and the obligatory explosion in between. "Yo," Nicholai greets the other guys clearly sounding annoyed about something. "Weren''t you suppose to leave? I need the room."'
- 'One of the guys pauses the film. "Georgiy was still talking to some slut," he explains.'
- 'Wait... you think after a second. Do they mean you? So, you are only ''some slut'' to them.'
- '"Yeah, that slut is now with me," all eyes are on you for an uncomfortable moment. "And sure you can stay and watch...," he adds and again all eyes burn into you, but you don''t even get a chance to responds before Nicholai continues, "if you all want to make Georgiy wait, of course."'
- '"Shit," one of them says and they simultaneously jump up and hurry out of the room.'
- 'You can''t stop yourself from grinning a bit as a group of hardend criminals run out of the room like a bunch of frightened little girls, but Nicholai wipes away your grin. "Take those fucking clothes off."'
- act 'Do it': gt 'mod_wlife_gang_sex', 'nicholai'
- end
- else
- if rand(0,2) = 0:
- minut += 3
- wl_stats['respect'] -= 1
- 'The common room is occupied again, when you enter it with Nicholai. "Yo, guys," he nods with his head in your direction. "Can you give me some privacy, need to fill up that whore''s cunt...," he looks at you and grins, "sorry, I mean I need to fill up <<$pcs_nickname>> cunt."'
- 'Whatever you want to do, it''s best to just keep your mouth shut. Especially with so many guys around. It''s one thing to talk back to one of them, but a completely different thing to say something in front of the other guys. He''ll have to keep up appearances and punish you for misbehaving. And Nicholai seems like somebody that would not allow you to respond even in private.'
- '"Sure, Nicholai, have fun," one of the guys says and another one gives you an appreciative slap on the ass as they leave the room. Just like last time Nicholai doesn''t concern himself with pleasantries. "Get your ass on the couch," he commands as he closes the door behind you.'
- else
- minut += 1
- 'The common room is empty this time, when you enter it and like last time Nicholai doesn''t concern himself with pleasantries. "Get your ass on the couch," he commands as he closes the door behind you.'
- end
- gs 'stat'
- killvar 'wl_rand'
- act 'Do it': gt 'mod_wlife_gang_sex', 'nicholai'
- end
- end
- if $ARGS[0] = 'lai_0':
- *clr & cla
- minut += 4
- wl_gang['boys'] = 2
- wl_lai['payment'] = 1000
- wl_lai['day'] = daystart + rand(0,14)
- gs 'stat'
- '<center><img <<$set_imgh>> src="mod/wlife/images/player/warehouse_guys.jpg"></center>'
- if wl_lai['status'] = 0:
- wl_lai['status'] = 1
- wl_gang['boys'] = 1
- 'Two guys intercept you, when you leave the warehouse. They''re both tall, lean and apart from the fact that the one of them has a beard and more hair on his head they look very similar. Brothers perhaps? "Hi," you greet them casually. "I don''t think we have met yet."'
- '"That''s Lev and I''m Igor," the one without a beard introduces both of them. "How about you turn you beautiful ass around and move it back into the house so that we can fuck you." He moves into your personal space as he speaks and roughly grabs your ass with one of his big hands.'
- '"Woah, easy there," you say taking a step back to get out of his reach. Wrong move, you realize when anger flares up inside his eyes. "You have to pay to touch," you say to defend your behavior, but Igor isn''t satisfied with that explanation. He takes a threatening step towards you, but this time Lev steps in and holds him back.'
- '"Let me go Lev, that bitch deserves a lesson in respect," Igor growls, but Lev doesn''t.'
- '"Calm down moron. You know the rules," Lev says calmly before turning to you. "Excuse my cousin, he''s an idiot."'
- '"I''m not," Igor protests.'
- '"Yes you are," Lev replies. "And now shut up or you will scare...," he looks at you "<<$pcs_nickname>>," you answer the unspoken question. "Or you scare <<$pcs_nickname>> away."'
- '"I don''t care about the fucking rules Lev. Just give her some fucking money. The bitches don''t deserve our respect," Igor hisses and struggles against his cousin''s grip.'
- '"Shut up Igor, I won''t say it a third time," Lev warns him again and this time Igor obeys. "Go wait in the common room until I get you. OK?" For a second you believe Igor will object, but to your surprise he nods and when Lev let go he walks away without saying another word."'
- '"Sorry about that," Lev apologizes. "My cousin can sometimes be a bit difficult. Especially if he needs to get laid. That''s why we came to talk to you. Are you free tonight? I would pay you 1000 <b>₽</b> for me and him?" Lev asks straightforwardly. "But only if you do us at the same time. You may have already guessed, but it''s not a good idea for you to be alone with him."'
- elseif wl_lai['status'] = 1:
- 'Lev and Igor intercept you again, when you leave the warehouse. "Hello <<$pcs_nickname>>," Lev says, but Igor only throws you a disapproving look. He doesn''t seem to be in a better mood than last time. "Did you change your mind <<$pcs_nickname>>?" Lev asks. "The offer still stands. 1000 <b>₽</b>."'
- else
- 'You can see Lev and Igor talking to a few other guys, when you leave the warehouse. Lev waves at you and quickly walks over to you while his cousin stays behind. "Hi Lev, how are you doing?" you ask.'
- '"I''m fine <<$pcs_nickname>>, thanks for asking," Lev replies. "Are you free tonight? We could use some company."'
- end
- gs 'mod_wlife_gang', 'warehouse_prostitution_decline'
- act 'Accept': wl_stats['respect'] -= 1 & gt 'mod_wlife_gang', 'lai_1'
- gs 'willpower', 'prostitution', 'self', 'hard'
- if will_cost <= pcs_willpwr and wl_lai['payment'] = 1000:
- act 'Demand more money (<<will_cost>> Willpower)':
- cla & *nl
- minut += 1
- wl_lai['payment'] = 1600
- gs 'willpower', 'prostitution', 'self', 'hard'
- gs 'willpower', 'pay', 'self'
- gs 'stat'
- '"1000? For two guys?" You shake your head. "Isn''t that a bit low?"'
- '"Fine. 1600? Is that OK?" Lev offers.'
- act 'Accept': wl_stats['respect'] -= 1 & gt 'mod_wlife_gang', 'lai_1'
- end
- elseif will_cost > pcs_willpwr and wl_lai['payment'] = 1000:
- act 'Demand more money (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
- end
- if wl_gang['condom'] = 0:
- gs 'mod_wlife_functions', 'will_unprotected', 'self'
- if will_cost <= pcs_willpwr:
- act 'Demand to use a condom (<<will_cost>> Willpower)':
- *clr & cla
- '<center><img <<$set_imgh>> src="mod/wlife/images/player/warehouse_guys.jpg"></center>'
- gs 'mod_wlife_gang', 'warehouse_prostitution_condom'
- end
- else
- act 'Demand to use a condom (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
- end
- elseif wl_gang['condom'] = 1:
- wl_gang['condom'] = 2
- '<br>You think about asking for a condom, but you quickly discard the idea after what happened last time you asked for a condom.'
- end
- end
- if $ARGS[0] = 'lai_1':
- *clr & cla
- minut += 6
- money += wl_lai['payment']
- wl_lai['day'] = daystart + rand(14,28)
- gs 'stat'
- if wl_lai['status'] < 2:
- wl_stats['acceptance'] += 1
- '<center><img <<$set_imgh>> src="mod/wlife/images/locations/warehouse/attic.jpg"></center>'
- 'You follow Lev back through the old hallway into the adjacent house where you pick up Igor on the way. Everything is fine until Lev turns right and walks up the narrow stairwell. A feeling of dread washes over you when you slowly follow them. You have never been up here, except once, when Vadim tied you up and let his goons use you like a sex-doll. "No, we can''t do it here," you say after Lev opens the door to the attic.'
- '"But there is a bed...," he explains, but you shake your head in protest. "No, not here."'
- '"<<$pcs_nickname>>, I already paid," he reminds you, but he sounds more concerned than angry. "What''s the problem?"'
- 'You shake your head and push the memories of that fateful day away. Lev is right. They have paid and you have a job to do. You can''t get caught up in the past. Focus on the present, you tell yourself. "No, everything is fine. We can do it here, but not on the bed."'
- '"Come on Lev," Igor grumbles. "I don''t care where I fuck her".'
- '"Alright," Lev says and walks past the bed to the far end of the attic.'
- else
- '<center><img <<$set_imgh>> src="mod/wlife/images/locations/warehouse/attic.jpg"></center>'
- 'Like last time Igor and Lev lead you into the attic, but this time Lev doesn''t even mention doing it on the bed. Instead he walks straight to the other end and unfastens his belt. You know what you have to do next.'
- end
- act 'Get on your knees': gt 'mod_wlife_gang_sex', 'lai'
- end
- if $ARGS[0] = 'pay_debt_0':
- *clr & cla
- minut += rand(2,6)
- wl_rand = iif(wl_debt['status'] < 4, wl_debt['status'], rand(2,3))
- wl_stats['respect'] -= wl_rand
- gs 'mod_wlife_functions', 'random_name'
- $wl_debt[1] = $wl_boyname[1]
- $wl_debt[2] = $wl_boyname[2]
- if wl_rand = 2:
- $wl_debt[3] = ''
- $wl_debt[4] = ''
- elseif wl_rand = 3:
- :wl_debt_jump
- gs 'mod_wlife_functions', 'random_name'
- if ($wl_debt[1] = $wl_boyname[1]) or ($wl_debt[2] = $wl_boyname[1]) or ($wl_debt[1] = $wl_boyname[2]) or ($wl_debt[2] = $wl_boyname[2]): jump 'wl_debt_jump'
- $wl_debt[3] = $wl_boyname[1]
- $wl_debt[4] = $wl_boyname[2]
- end
- gs 'stat'
- '<center><img <<$set_imgh>> src="mod/wlife/images/characters/nicholai.jpg"></center>'
- if wl_debt['status'] = 2:
- 'You find Nicholai hanging out in the warehouse. "Georgiy told me to report..."'
- '"Yeah, I know <<$pcs_nickname>>. You''re here to fuck down your debt," he interjects taking a long appraising look at your body. "Remember, you have to do anything that the guys ask. Georgiy does you a favor in paying this way, so don''t insult his generosity by making a fuse about something...," he warns you before he continues, "let''s see if I can find a few guys that are willing to use you," he says and adds, "wait here", before walking away already waving to a group of guys at the other end of the warehouse.'
- elseif wl_debt['status'] = 3:
- '"Back again?" Nicholai asks before you can say a word. "Want to fuck some cock to reduce your debt?" he asks and acknowledges your grudging nod with a mischievous smirk. "Say it," he tells you and when you don''t do it immediately he repeats the command. "Say it!"'
- iif(wl_stats['acceptance'] > 40, 'You shrug and comply without hesitating for even a second.', 'You sigh and hesitate for a second before complying.')+' "I want to fuck some cock to reduce my debt."'
- 'He shakes his head disapprovingly. "You should say it like you mean it. We both know the truth and you don''t have to hide it from me."'
- '"Hi Nicholai, I really need to have some cock to fuck down my debt," you say with '+iif(wl_stats['acceptance'] > 40, 'honest', 'fake')+' enthusiasm.'
- '"See? That wasn''t so hard, wasn''t it. Wait here, I''ll see if I can find some guys for you."'
- else
- 'You already know, what he wants to hear from you. "Hi Nicholai, I really need to have some cock to fuck down my debt," you say with '+iif(wl_stats['acceptance'] > 40, 'honest', 'fake')+' enthusiasm before he can demand anything from you.'
- 'He grins and it''s obvious that he really enjoys it, when you say degrading things like that "If that''s your wish, wait here, I''ll see if I can find some guys for you."'
- end
- act 'Wait':
- *clr & cla
- minut += rand(6,12)
- wl_temp = rand(1,4)
- if wl_temp > 1: gs 'arousal', 'foreplay', -2, 'sub', 'prostitution'
- gs 'stat'
- '<center><video autoplay src="mod/wlife/images/prostitution/warehouse/debt/start_0.mp4"></video></center>'
- 'After a few minutes of haggling Nicholai returns to you with two guys in tow. "Meet <<$wl_debt[1]>> and <<$wl_debt[2]>>," he introduces the two. "They''ll help you reducing your debt" he adds before gesturing towards the common room. "Let''s go."'
- 'The guys '+iif(wl_temp = 1, 'ignore', 'talk about')+' you on the short walk to the common room. '+iif(wl_temp = 1, 'For once even Nicholai doesn''t talk down to you.', 'Every few steps you can feel a hand ''accidentally'' touching your ass or you can hear one of the guys making a derogatory statement about you that involves words like slut, whore or bitch.')
- 'The two guys sit down on the old couch and <<$wl_debt[2]>> pats the cushion next to him. "Sit down, <<$pcs_nickname>>," he says, but it sounds more like an order than an offer and you have no other choice than to comply. He puts his right hand on your thigh the instant you sit down'+iif(wl_temp = 1, ', but he doesn''t go any further than that.', ' and without hesitation moves it closer and closer towards your crotch.')
- '"Who is going to be first?"'
- act 'Continue':
- *clr & cla
- minut += rand(3,6)
- wl_debt['reduction'] = 100 * rand(4,5) + hotcat * 10
- if wl_stats['respect'] < -20: wl_debt['reduction'] -= 50
- if wl_stats['loyalty'] < -20: wl_debt['reduction'] -= 50
- if wl_temp > 1: gs 'arousal', 'foreplay', -2, 'sub', 'prostitution'
- gs 'stat'
- '<center><video autoplay loop src="mod/wlife/images/prostitution/warehouse/debt/start_1.mp4"></video></center>'
- iif(wl_temp = 1, '"How about <<wl_debt[''reduction'']>> <b>₽</b>," <<$wl_debt[1]>> offers looking at the other guys hand on your legs. <<$wl_debt[2]>> shrugs. "Sure, I have no problems with sloppy seconds," he replies.', '"How about <<wl_debt[''reduction''] - 100>> <b>₽</b>," <<$wl_debt[1]>> offers, but <<$wl_debt[2]>> immediately interjects his hand moving even closer towards your pussy. "No, I pay 100 <b>₽</b> more to go first," he says.')
- '"OK," Nicholai says. "We have a winner. Write down the sum so I can keep track on how much she works off her debt," Nicolai instructs them.'
- '"Stand up," '+iif(wl_temp = 1, '<<$wl_debt[1]>>', '<<$wl_debt[2]>>')+' orders you and takes a black sharpie that Nicholai is handing them. "And pull up your top," he adds, puts the cap of the pen into his mouth and takes it of with his teeth.'
- if wl_debt['status'] = 2:
- wl_debt['status'] = 3
- '"Why?" you ask as you stand up, but Nicholai answers for him. "Don''t ask questions, just do it."'
- 'This is stupid, you think as you pull your top up revealing your stomach. Why can''t they get it over with? Guys like Nicholai always have to play their little games to assert their power. Even if they''re holding all the cards. Your annoyance only grows, when '+iif(wl_temp = 1, '<<$wl_debt[1]>>', '<<$wl_debt[2]>>')+' writes down the amount on your stomach, but you keep your mouth shut and let him do it. You need to pay down the debt and if that''s what you have to do, you''ll bear with it.'
- elseif wl_debt['status'] = 3:
- wl_debt['status'] = 4
- 'Just like last time '+iif(wl_temp = 1, '<<$wl_debt[1]>>', '<<$wl_debt[2]>>')+' writes down the number on your stomach, but this time you keep an eye on Nicholai who watches every stroke of the pen like it''s the hottest porn on earth. This really turns him on seeing you marked like an object for sale at the local grocery store.'
- else
- 'He writes down the amount on your stomach while Nicholai looks at the number with a satisfied look. As always he seems to enjoy having you marked with a ''price tag'' like an object in a shop.'
- end
- act 'Continue':
- *clr & cla
- minut += 1
- gs 'stat'
- '<center><video autoplay loop src="mod/wlife/images/prostitution/warehouse/debt/start_2.mp4"></video></center>'
- '"Have fun," Nicholai and '+iif(wl_temp = 1, '<<$wl_debt[2]>>', '<<$wl_debt[1]>>')+' say before walking out the door. '+iif(wl_temp = 1, '<<$wl_debt[1]>>', '<<$wl_debt[2]>>')+' is sitting back down and already is in the process of pulling down the zipper of his jeans.'
- iif(wl_temp = 1, '"Don''t ruin her for me," <<$wl_debt[2]>>', '"Get her wet and ready for me," <<$wl_debt[1]>>')+' says.'
- act 'Do what has to be done':
- wl_debt['reduction_total'] = wl_debt['reduction']
- wl_debt['reduction'] -= 10 * rand(10,15)
- if wl_debt['reduction'] < 300: wl_debt['reduction'] = 300 + 10 * rand(2,6)
- $wl_debt['current'] = iif(wl_temp = 1, $wl_debt[1], $wl_debt[2])
- gt 'mod_wlife_gang_sex', 'pay_debt_0'
- end
- end
- end
- end
- end
- if $ARGS[0] = 'pay_debt_1':
- *clr & cla
- minut += 3
- '<center><video autoplay src="mod/wlife/images/prostitution/warehouse/debt/intermezzo_0.mp4"></video></center>'
- if wl_temp > 1:
- '"Are you ready for me slut?" <<$wl_debt[''current'']>> asks when he enters the common room. His hungry eyes can''t decide if they want to stare at your bare breasts or your exposed pussy. Some guys just can''t treat a girl in a nice way. But you aren''t a girl in his eyes, you think. In his eyes you''re just a piece of meat he paid for to use in any way he likes.'
- 'You spread your legs and give him a better view of your pussy. "Always," you '+iif(wl_stats['acceptance'] > 60, 'say truthfully.', 'lie.')
- else
- '"Hi, how are you doing?" <<$wl_debt[''current'']>> asks and the concern in his voice is obvious. Guys like him could be a nice change, but sometimes you wish they all would treat you like trash. It would be easier to handle, because what can you say to him? No? Some low-level guy like him wouldn''t be able to help you. If he was an asshole, you would just ignore it and let him have you. Convincing guys like <<$wl_debt[''current'']>> to use you makes this even harder.'
- '"I''m fine," you reply and plaster a hopefully convincing smile on your face. "Don''t worry about me and let me worry about your needs," you continue and when he opens his mouth you add, "if I would have a problem with this, I would say so, OK?" It takes a few seconds, but he finally nods.'
- end
- gs 'stat'
- act 'Get ''paid'' ':
- *clr & cla
- minut += 3
- gs 'stat'
- '<center><video autoplay loop src="mod/wlife/images/prostitution/warehouse/debt/intermezzo_1.mp4"></video></center>'
- if wl_temp = 1: wl_debt['reduction'] += 100
- iif(wl_temp > 1, '"Stand up whore,', '"I''m sorry about that, but could you please stand up,')+' I need to write down how much I pay you," he says and picks the black sharpie up from a nearby table and writes down <<wl_debt[''reduction'']>> on your stomach.'
- act 'Get started':
- wl_debt['reduction_total'] += wl_debt['reduction']
- wl_debt['reduction'] -= 10 * rand(10,15)
- if wl_temp = 1: wl_debt['reduction'] -= 100
- if wl_debt['reduction'] < 200: wl_debt['reduction'] = 200 + 10 * rand(1,3)
- gt 'mod_wlife_gang_sex', 'pay_debt_1'
- end
- end
- end
- if $ARGS[0] = 'pay_debt_2':
- *clr & cla
- minut += 3
- gs 'stat'
- '<center><img <<$set_imgh>> src="mod/wlife/images/characters/nicholai.jpg"></center>'
- 'Shortly after <<$wl_debt[''current'']>> has left Nicholai enters the room, but he isn''t alone. Two guys follow him inside. "I have good news. This are <<$wl_debt[3]>> and <<$wl_debt[4]>>. They''ll also enjoy your body today," Nicholai explains and adds after a small pause, "at the same time."'
- 'You could protest, but what would that accomplished. Nicholai is doing exactly what you asked for. Finding guys for you to fuck to clear your debt. More guys means more money. "Fine," you say and stand up when <<$wl_debt[3]>> picks up the black sharpie.'
- act 'Continue':
- *clr & cla
- minut += 3
- gs 'stat'
- '<center><video autoplay loop src="mod/wlife/images/prostitution/warehouse/debt/end.mp4"></video></center>'
- '"How many guys did she have?" The guy called <<$wl_debt[4]>> asks.'
- '"Two, why? Do you want a discount?" Nicholai asks, but it sounds more like a suggestion. "How about <<wl_debt[''reduction'']>> for each of you?"'
- 'You frown. That''s how much you are worth now. <<wl_debt[''reduction'']>>. But you keep your mouth shut and let <<$wl_debt[4]>> write the number on your stomach.'
- act 'Get it over with':
- wl_debt['reduction_total'] += 2 * wl_debt['reduction']
- gt 'mod_wlife_gang_sex', 'pay_debt_2'
- end
- end
- end
- if $ARGS[0] = 'pay_debt_end':
- *clr & cla
- minut += 3
- gs 'stat'
- '<center><img <<$set_imgh>> src="mod/wlife/images/characters/nicholai.jpg"></center>'
- '"Good job <<$pcs_nickname>>, do you want to know how much you made?" Nicholai asks. You look down to your stomach where the '+iif(wl_rand = 2, 'two', 'three')+' numbers are still visible, but you are too exhausted to try to decipher them up upside down. "It''s <<wl_debt[''reduction_total'']>>," he says.'
- if wl_debt['amount'] >= wl_debt['reduction_total']:
- wl_debt['amount'] -= wl_debt['reduction_total']
- '"That leaves me with <<wl_debt[''amount'']>>?" you ask as you getting dressed.'
- else
- wl_debt['amount'] = 0
- '"That means I have paid all my debt?" you ask adding up the numbers in your head.'
- end
- '"Yeah," Nicholai says. "Just tell Georgiy, when you want me to sell you again," he tells you deprecatingly'+iif(wl_stats['acceptance'] > 60, '. You', ' and you wish you could wipe the evil smirk from his face with a hard slap. Instead you')+' only nod and watch him leave the room.'
- wl_debt['reduction_total'] = 0
- act 'Leave the warehouse': wl_nicholai['blocked'] = daystart & gt 'mod_wlife_georgiy', 'leave'
- end
- --- mod_wlife_gang ---------------------------------
|