123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884 |
- # pav_shared_apt
- gs 'themes', 'indoors'
- close all
- if $ARGS[0] = 'update':
- shared_apt['rentWeekly']= 2000
- if shared_apt['rentLeft'] <= 0:shared_apt['rentLeft'] = 0
- !how much of the unpaid weekly rent is left
- if orgB > 100:orgB = 100
- shared_apt['price_cook'] = 50
- shared_apt['price_clean'] = 50
- shared_apt['price_handjob'] = max(10, 50 - fame['pav_slut'] / 100 * 10)
- shared_apt['price_blowjob'] = max(20, 150 - fame['pav_slut'] / 100 * 10)
- shared_apt['price_vaginal'] = max(30, 250 - fame['pav_slut'] / 100 * 10)
- shared_apt['price_anal'] = max(40, 300 - fame['pav_slut'] / 100 * 10)
- shared_apt['price_special'] = max(50, 500 - fame['pav_slut'] / 100 * 10)
- ! time calculations
- weekNum = (daystart - (daystart mod 7)) / 7
- ! pcs setup
- $pcs_font = '990099'
- !pink
- ! shared_apt['servitudeLvl'] = 0 - no service, pays rent
- ! shared_apt['servitudeLvl'] = 1 - nonsexual service
- ! shared_apt['servitudeLvl'] = 2 - sexual and nonsexual service
- $Oleg['font'] = '007bff' &!blue
- Oleg['leaves'] = 9
- Oleg['comes'] = 18
- Oleg['sleeps'] = 23
- Oleg['wakes'] = 8
- $Nestor['font'] = '8a0000' &!red
- Nestor['leaves'] = 11
- Nestor['comes'] = 19
- Nestor['sleeps'] = 23
- Nestor['wakes'] = 9
- $Yakov['font'] = '017a01' &!green
- Yakov['leaves'] = 7
- Yakov['comes'] = 16
- Yakov['sleeps'] = 22
- Yakov['wakes'] = 5
- !flag if there was already a sex between him and Sveta
- !Yakov['bj'] ; Yakov['bjDeep'] ; Yakov['swall'] ; Yakov['vag'] ; Yakov['vagCumInside'] ; Yakov['vagCumInsideUnwanted'] ; Yakov['anal'] ; Yakov['analCumInside'] ; Yakov['analCumInsideUnwanted']
- !mood setup
- $Oleg['mood'] = iif(Oleg['mood'] = 1, 'great', '') + iif(Oleg['mood'] = 2, 'good', '') + iif(Oleg['mood'] = 3, 'nice', '') + iif(Oleg['mood'] = 4, 'fine', '') + iif(Oleg['mood'] = 5, 'neutral', '') + iif(Oleg['mood'] = 6, 'okay', '') + iif(Oleg['mood'] = 7, 'bad', '') + iif(Oleg['mood'] = 8, 'terrible', '') + iif(Oleg['mood'] = 9, 'awful', '') + iif(Oleg['mood'] = 10, 'horrible', '')
- $Nestor['mood'] = iif(Nestor['mood'] = 1, 'great', '') + iif(Nestor['mood'] = 2, 'good', '') + iif(Nestor['mood'] = 3, 'nice', '') + iif(Nestor['mood'] = 4, 'fine', '') + iif(Nestor['mood'] = 5, 'neutral', '') + iif(Nestor['mood'] = 6, 'okay', '') + iif(Nestor['mood'] = 7, 'bad', '') + iif(Nestor['mood'] = 8, 'terrible', '') + iif(Nestor['mood'] = 9, 'awful', '') + iif(Nestor['mood'] = 10, 'horrible', '')
- $Yakov['mood'] = iif(Yakov['mood'] = 1, 'great', '') + iif(Yakov['mood'] = 2, 'good', '') + iif(Yakov['mood'] = 3, 'nice', '') + iif(Yakov['mood'] = 4, 'fine', '') + iif(Yakov['mood'] = 5, 'neutral', '') + iif(Yakov['mood'] = 6, 'okay', '') + iif(Yakov['mood'] = 7, 'bad', '') + iif(Yakov['mood'] = 8, 'terrible', '') + iif(Yakov['mood'] = 9, 'awful', '') + iif(Yakov['mood'] = 10, 'horrible', '')
- gs 'stat'
- if shared_apt['debug'] = 0:
- elseif shared_apt['debug'] = 1:
- '<a href="exec:shared_apt[''debug'']=2">Debug</a>'
- elseif shared_apt['debug'] = 2:
- '<a href="exec:shared_apt[''debug'']=1">Debug Close</a>'
- '<a href="exec:shared_apt[''debug'']=0">Debug Disable</a>'
- '<<$npc_firstname[''A266'']>> relationship: <<$npc_rel[''A266'']>>'
- '<<$npc_firstname[''A265'']>> relationship: <<$npc_rel[''A265'']>>'
- '<<$npc_firstname[''A264'']>> relationship: <<$npc_rel[''A264'']>>'
- 'rentLeft: ' + shared_apt['rentLeft']
- 'weekNum: ' + shared_apt['weekNum']
- 'rentWeekNum: ' + shared_apt['rentWeekNum']
- 'servitudeLvl: ' + shared_apt['servitudeLvl']
- 'servicePaid: ' + shared_apt['servicePaid']
- 'cashPaid: ' + shared_apt['cashPaid']
- 'step: ' + shared_apt['step']
- 'subStep: ' + shared_apt['subStep']
- 'Nestor mood: ' + Nestor['mood']
- 'Oleg mood: ' + Oleg['mood']
- 'Yakov mood: ' + Yakov['mood']
- ''
- Oleg['served'] = 0
- Oleg['mood'] = 1
- Nestor['served'] = 0
- Nestor['mood'] = 1
- Yakov['mood'] = 1
- Yakov['served'] = 0
- end
- end
- ! accomodation advert
- if $ARGS[0] = 'advertNo30':
- $menu_loc = 'pav_shared_apt'
- $menu_arg = 'advertNo30'
- menu_off = 1
- minut += 2
- shared_apt['seenAd'] = 1
- gs 'stat'
- '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/stairs/pod_ob'+rand(1,2)+'.jpg"></center>'
- '<br>As you pass by the advertisements, you notice a sign - "сдаeтся в аренду комната" (Room for rent!). Some guys are looking for a roommate. They live in an apartment in one of the other buildings in the apartment complex.'
- act 'Continue':gt 'pod_ezd','etaj_1'
- end
- ! door No 3 - shared
- if $ARGS[0] = 'doorNo30':
- CLOSE ALL
- $menu_loc = 'pav_shared_apt'
- $menu_arg = 'doorNo30'
- menu_off = 1
- act 'Go back outside':gt 'pav_complex', 'start'
- if shared_apt['enabled'] = 1:
- '<center><img <<$set_imgh>> src="images/locations/shared/apartment/podezdhr.jpg"></center>'
- '<br>You stand before the entry door to apartment No 30, the apartment you share with three others'
- act 'Go inside':gt 'pav_shared_apt', 'start'
- else
- '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/sharedapt/aptno3door.jpg"></center>'
- '<br>You stand before the entry door to apartment No 30. There is a sign on the door saying - "сдаeтся в аренду комната" (Room for rent).'
- act 'Knock on the door':gt 'pav_shared_apt', 'intro'
- end
- end
- ! apt hall
- if $ARGS[0] = 'start':
- $menu_loc = 'pav_shared_apt'
- $menu_arg = 'start'
- menu_off = 0
- $locM = 'pav_shared_apt'
- $locM_arg = 'start'
- $loc = 'pav_shared_apt'
- $loc_arg = 'start'
- $location_type = 'private'
- killvar '$locclass'
- gs 'pav_shared_apt', 'update'
- if shared_apt['introDone'] = 0:gt 'pav_shared_apt', 'intro'
- minut += 2
- gs 'stat'
- gs 'courtletter'
- ! do this once a day
- if daystart >= tomorrow:
- tomorrow = daystart + 1
- Oleg['mood'] = rand(1, 10)
- Oleg['cleaned'] = 0
- Nestor['mood'] = rand(1, 10)
- Nestor['cleaned'] = 0
- Yakov['mood'] = rand(1, 10)
- Yakov['cleaned'] = 0
- end
- ! do this every time
- shared_apt['rentLeft'] = shared_apt['rentWeekly'] - shared_apt['servicePaid'] - shared_apt['cashPaid']
- '<center><h3>Hallway</h3></center>'
- '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/sharedapt/hallway.jpg"></center>'
- 'It is week number <<shared_apt[''weekNum'']>>.'
- if shared_apt['weekNum'] < shared_apt['rentWeekNum']:
- if shared_apt['rentLeft'] > 0:
- 'You have <<shared_apt[''rentLeft'']>> <b>₽</b> of rent left to pay for the next week.'
- if shared_apt['servitudeLvl'] >= 1:
- 'You may still pay it in <a href="exec:gt ''pav_shared_apt'', ''payCash''">cash</a>, if you want.'
- else
- 'Pay it in <a href="exec:gt ''pav_shared_apt'', ''payCash''">cash</a>.'
- end
- else
- 'You have already paid the whole rent for the next week.'
- 'You can end your rental agreement and leave the apartment if you don''t want to stay here anymore.'
- end
- elseif shared_apt['weekNum'] >= shared_apt['rentWeekNum']:
- if shared_apt['rentLeft'] = 0:
- !rent was forepaid, everything OK, proceed to next week
- shared_apt['rentLeft'] = shared_apt['rentWeekly']
- shared_apt['cashPaid'] = 0
- shared_apt['servicePaid'] = 0
- shared_apt['rentWeekNum'] = shared_apt['weekNum'] + 1
- elseif shared_apt['rentLeft'] > 0:
- !rent was not fully paid
- 'You did not pay the whole rent for this week. You still have to pay <<shared_apt[''rentLeft'']>> <b>₽</b>.'
- if money >= shared_apt['rentLeft']:
- !not enough cash to pay it manually
- 'You still can pay it in <a href="exec:gt ''pav_shared_apt'', ''payCash''">cash</a>, otwerwise you''ll be kicked out!'
- else
- !in future add some way to serve your way out
- 'You do not have enough money to pay the rest of the rent in cash, even if you wanted to. Guess you''ll have to find a new living place...'
- shared_apt['rentPaid'] = 0
- shared_apt['enabled'] = 0
- gs 'homes_properties', 'block_access', 'shared_apartment', 0
- end
- end
- end
- act '<b>Leave and go outside</b>':
- if $clothingworntype ! 'nude':
- gt 'pav_complex', 'start'
- else
- msg'<b><font color = red>You need to get dressed.</font></b>'
- gt 'pav_shared_apt', 'start'
- end
- end
- if NatbelQW['QWstage'] >= 4 and week < 6 and hour = 7 and kanikuli = 0 and SchoolAtestat = 0 and SchoolBlock = 0 and (PCloStyle2 = 4 or cheatVars['school_clothing'] = 1):
- act 'Go pick up Natasha before school': gt 'natbelEv', 'carrybooks'
- end
- if shared_apt['rentPaid'] = 1:
- 'A large apartment currently serves as shared living. As well as the normal living spaces, there are four bedrooms, one rented by you and three occupied by <a href="exec: gt ''pav_shared_oleg'', ''Oleg_dick''"><font color=#<<$Oleg[''font'']>>><<$npc_firstname[''A266'']>></font></a>, <a href="exec: gt ''pav_shared_nestor'', ''Nestor_Dick''"><font color=#<<$Nestor[''font'']>>><<$npc_firstname[''A265'']>></font></a>, <a href="exec: gt ''pav_shared_yakov'', ''Yakov_Dick''"><font color=#<<$Yakov[''font'']>>><<$npc_firstname[''A264'']>></font></a>.'
- 'You stand in the hallway.'
- *nl
- 'From the hallway, several doors lead to <a href="exec:gt ''pav_shared_apt'', ''Oleg_Room''"><<$npc_firstname[''A266'']>>''s</a>, <a href="exec:gt ''pav_shared_apt'', ''Nestor_Room''"><<$npc_firstname[''A265'']>>''s</a>, and <a href="exec:gt ''pav_shared_apt'', ''Yakov_Room''"><<$npc_firstname[''A264'']>>''s</a> rooms.'
- 'The last doors lead to the <a href="exec:gt ''pav_shared_apt'', ''pcsRoom''">room</a> you have rented.'
- *nl
- !! Wardrobe is here because Sveta''s bedroom is actually the unused living room, with no wardrobe, so she is using the hall cupboard.
- 'There are no cupboards in your living room cum bedroom, but there are several hall <a href="exec:gt ''wardrobe'', ''start''">closets</a> that you can use to store your clothes</a>, with a large tall <a href="exec:gt ''mirror'', ''start''">mirror</a> attached.'
- *nl
- if shared_apt['servitudeLvl'] >= 1:'A computer-printed <a href="exec:gt ''pav_shared_apt'', ''list''">list</a> hangs on the exit door.' & *nl
- act 'Go to your room':gt 'pav_shared_apt', 'pcsRoom'
- act 'Go to the bathroom':gt 'pav_shared_apt', 'bathroom'
- act 'Go to the kitchen':gt 'pav_shared_apt', 'kitchen'
- act '<font color=#<<$Oleg[''font'']>>><<$npc_firstname[''A266'']>>''s room</font>':gt 'pav_shared_apt', 'Oleg_Room'
- act '<font color=#<<$Nestor[''font'']>>><<$npc_firstname[''A265'']>>''s room</font>':gt 'pav_shared_apt', 'Nestor_Room'
- act '<font color=#<<$Yakov[''font'']>>><<$npc_firstname[''A264'']>>''s room</font>':gt 'pav_shared_apt', 'Yakov_Room'
- gs 'wardrobe', 'default_clothing_options'
- if shared_apt['rentLeft'] = 0:
- act '<font color=red>End your rental agreement and move out</font>':gt 'pav_shared_apt', 'eoleg_agreement'
- end
- if func('homes_properties', 'is_current_home') = 0:
- act 'Set this apartment as your main home':gs 'homes_properties', 'set_home' & gt 'pav_shared_apt', 'start'
- end
- end
- !! NOTE:If Sveta has access to her parents home then she leaves the kids there
- if func('homes_properties', 'has_access', 'parents_home') = 0 and kid > 0:
- *clr & cla
- shared_apt['pavIntroStep'] = 0
- shared_apt['introDone'] = 0
- minut += 5
- !Need to have some actual story to this with NPC reactions.
- '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/dimka/revenge/crying.jpg"></center>'
- 'You''ve been kicked out of the apartment for having children.'
- shared_apt['enabled'] = 0
- gs 'homes_properties', 'block_access'
- act 'Leave':gt 'pav_complex', 'start'
- end
- if $clothingworntype = 'nude' and shared_apt['enabled'] = 0: gs 'clothing', 'wear_last_worn' & gs 'underwear', 'wear' & gs 'shoes', 'wear', 'last_worn' & gs 'stat'
- end
- if $ARGS[0] = 'payCash':
- menu_off = 1
- minut += 2
- if money >= shared_apt['rentLeft']:
- 'You have decided to pay the remainder of the weekly rent ('+shared_apt['rentLeft']+'<b>₽</b>) with cash.'
- shared_apt['cashPaid'] += shared_apt['rentLeft']
- money -= shared_apt['rentLeft']
- shared_apt['rentPaid'] = 1
- shared_apt['enabled'] = 1
- gs 'homes_properties', 'give_access'
- else
- 'You do not have enough cash to pay for the rest of your rent.'
- end
- act 'Proceed':gt 'pav_shared_apt', 'start'
- end
- if $ARGS[0] = 'payService':
- menu_off = 1
- minut += 1
- 'The amount '+shared_apt['price']+' <b>₽</b> was taken off of your weekly rent.'
- shared_apt['servicePaid'] += shared_apt['price']
- act 'Continue':gt 'pav_shared_apt', 'start'
- end
- if $ARGS[0] = 'rentSetup':
- menu_off = 1
- minut += 2
- 'You get a list of paper, saying the weekly rent is <<shared_apt[''rentWeekly'']>> <b>₽</b>.'
- shared_apt['rentPaid'] = 1
- shared_apt['introDone'] = 1
- shared_apt['rentWeekNum'] = (daystart - (daystart mod 7)) / 7 + 1
- act 'Continue':gt 'pav_shared_apt', 'start'
- end
- if $ARGS[0] = 'intro':
- menu_off = 1
- gs 'pav_shared_apt', 'update'
- if shared_apt['step'] > 0:
- '<center><img border="5" bordercolor="<<$Yakov[''font'']>>" height="150" src="images/locations/pavlovsk/resident/sharedapt/sp/sp.jpg"> <img height="150" src="images/locations/pavlovsk/resident/sharedapt/gp/gp.jpg"> <img height="150" src="images/locations/pavlovsk/resident/sharedapt/nd/nd.jpg"></center>'
- ''
- end
- if shared_apt['pavIntroStep'] = 0:
- minut += 2
- shared_apt['pavIntroStep'] = 1
- '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/sharedapt/sp/sp.jpg"></center>'
- ''
- 'The door is opened by a young, nice-looking athletic man.'
- '<font color=#<<$Yakov[''font'']>>>"Hi sweetie! What do you need?"</font>'
- '<font color=#<<$pcs_font>>>"Hello, my name is <<$pcs_firstname>> <<$pcs_lastname>>. I''ve seen the advert that someone here have a spare room for rent?"</font>'
- '<font color=#<<$Yakov[''font'']>>>"Yeah, that''s true. Come in, I''ll call the guys and we can talk about it. I''m <<$npc_firstname[''A264'']>> by the way."</font>'
- act 'Go in':gt 'pav_shared_apt', 'intro'
- elseif shared_apt['pavIntroStep'] = 1:
- minut += 3
- shared_apt['pavIntroStep'] = 2
- 'You enter a hallway filled with coats and shoes, indicating that 3 or 4 people live here.'
- 'The guy disappears into one of the rooms, and you overhear him talking to someone.'
- 'They attempt to speak quietly, but you catch a sentence or two...:'
- ''
- '"...a girl, I tell you..." "...nice one, really, with nice round features, man..." "...better than another guy, idiot..." "...ok, ok, just be done with it..."'
- ''
- 'After a while, three young men emerge in the hallway.'
- '<font color=#<<$Yakov[''font'']>>>"So, that''s her, guys. <<$pcs_firstname>>, could you introduce yourself to these guys?"</font>'
- '<font color=#<<$pcs_font>>>"Hello, I''m <<$pcs_firstname>> <<$pcs_lastname>>. I''d like to rent the empty room in your apartment."</font>'
- '<font color=#<<$Nestor[''font'']>>>"Well, now that''s what I like! Finally, this won''t be such a dull party!"</font>'
- '<font color=#<<$Oleg[''font'']>>>"<<$pcs_firstname>>, please excuse my friend, <<$npc_firstname[''A265'']>>. He can be quite rude. I''m <<$npc_firstname[''A266'']>>."</font>'
- '<font color=#<<$Nestor[''font'']>>>"Yup, I''m <<$npc_firstname[''A265'']>>."</font>'
- '<font color=#<<$Oleg[''font'']>>>"So, you want to live here with us?"</font>'
- '<font color=#<<$pcs_font>>>"Yes, I need a new place to stay."</font>'
- '<font color=#<<$Nestor[''font'']>>>"How old are you, girl?"</font>'
- '<font color=#<<$Oleg[''font'']>>>"<<$npc_firstname[''A265'']>>, not this again!"</font>'
- '<font color=#<<$pcs_font>>>"It''s okay. I''m actually <<age>> years old. Why do you ask?"</font>'
- '<font color=#<<$Oleg[''font'']>>>"He''s just an idiot; don''t listen to him."</font>'
- if age < 18:
- '(You can see <<$npc_firstname[''A265'']>> rub his crotch just a brief moment after you told him your age. What''s he up to?)'
- end
- if knowpreg = 1:
- act 'Ask about children':
- cla
- shared_apt['pavIntroStep'] = 50
- '<font color=#<<$pcs_font>>>"I thought I should tell you, I''m currently pregnant. How do you feel about having children in the apartment, will this be a problem?"</font>'
- act 'continue':gt 'pav_shared_apt', 'intro'
- end
- elseif kid > 0:
- act 'Ask about children':
- cla
- shared_apt['pavIntroStep'] = 50
- '<font color=#<<$pcs_font>>>"I thought I should tell, I''m a mother. How do you feel about having children in the apartment, will this be a problem?"</font>'
- act 'continue':gt 'pav_shared_apt', 'intro'
- end
- else
- act 'Continue':gt 'pav_shared_apt', 'intro'
- end
- elseif shared_apt['pavIntroStep'] = 2:
- minut += 3
- shared_apt['pavIntroStep'] = 3
- '<font color=#<<$pcs_font>>>"So what do you guys say, will you take me in?"</font>'
- '<font color=#<<$Oleg[''font'']>>>"We may. But first, do you have the money to pay the rent?"</font>'
- '<font color=#<<$pcs_font>>>"Well, of course I don''t expect to let me live here for free. But I hope the rent is reasonable..."</font>'
- '<font color=#<<$Oleg[''font'']>>>"It is indeed."</font>'
- '<font color=#<<$Yakov[''font'']>>>"<<shared_apt[''rentWeekly'']>> rubles. Per week."</font>'
- '<font color=#<<$pcs_font>>>"Uhm. That''s quite a lot. I''m not sure if I''ll be able to afford this..."</font>'
- '<font color=#<<$Nestor[''font'']>>>"You can pay other ways if you''d like!"</font>'
- '<font color=#<<$Oleg[''font'']>>>"<<$npc_firstname[''A265'']>>!"</font>'
- '<font color=#<<$pcs_font>>>"What do you mean by other ways?"</font>'
- '<font color=#<<$Yakov[''font'']>>>"Well <<$pcs_firstname>>, since we are just guys here, and since we suck at these things, we could use someone as you, a girl I mean, to be something like our, let''s say, handmaiden. If you know what I mean."</font>'
- '<font color=#<<$pcs_font>>>"Like cooking and cleaning?"</font>'
- '<font color=#<<$Yakov[''font'']>>>"Yes, exactly."</font>'
- '<font color=#<<$Nestor[''font'']>>>"And more."</font>'
- '<font color=#<<$Oleg[''font'']>>>"Oh my... I give up."</font>'
- act 'More what?':gt 'pav_shared_apt', 'intro'
- elseif shared_apt['pavIntroStep'] = 3:
- minut += 3
- '<font color=#<<$Nestor[''font'']>>>"More services."</font>'
- '<font color=#<<$pcs_font>>>"What kind of "services"?"</font>'
- '<font color=#<<$Yakov[''font'']>>>"the adult kind of services."</font>'
- '<font color=#<<$pcs_font>>>"You mean to be a whore for you? Instead of paying the rent???"</font>'
- '<font color=#<<$Oleg[''font'']>>>"Please <<$pcs_firstname>>, don''t get mad. <<$npc_firstname[''A265'']>> is not just an idiot, he is a rude idiot. We are definitely not asking you to be our whore or something like that."</font>'
- '<font color=#<<$Oleg[''font'']>>>" As <<$npc_firstname[''A264'']>> told you, we could decrease your rent if you would do some housekeeping stuff we really suck at. But only if you want, of course."</font>'
- '<font color=#<<$Yakov[''font'']>>>"So what do you say <<$pcs_firstname>>?"</font>'
- act 'Say that you changed your mind about this':shared_apt['pavIntroStep'] = 40 & gt 'pav_shared_apt', 'intro'
- act 'Say you will pay the rent the normal way':shared_apt['enabled'] = 1 & gs 'homes_properties', 'give_access' & shared_apt['pavIntroStep'] = 10 & gt 'pav_shared_apt', 'intro'
- act 'Say you don''t mind doing the homekeeping stuff':shared_apt['enabled'] = 1 & gs 'homes_properties', 'give_access' & shared_apt['pavIntroStep'] = 20 & gt 'pav_shared_apt', 'intro'
- act 'Say you don''t mind anything':shared_apt['enabled'] = 1 & gs 'homes_properties', 'give_access' & shared_apt['pavIntroStep'] = 30 & gt 'pav_shared_apt', 'intro'
- elseif shared_apt['pavIntroStep'] = 10:
- minut += 2
- '<font color=#<<$Yakov[''font'']>>>"Fine. So the rest of this week you have free, but you need to prepay the next week. OK?"</font>'
- '<font color=#<<$pcs_font>>>"Yes, OK, I understand."</font>'
- '<font color=#<<$Yakov[''font'']>>>"So the room is over there.</font>'
- '<font color=#<<$pcs_font>>>"Wait, Isn''t that the living room?"</font>'
- '<font color=#<<$Yakov[''font'']>>>""Yes, it''s available, but we''re not using it, so we''re renting it out. It''s fully furnished with a bed, a table, and a chair. We''ve even added a curtain to separate the space. Feel free to move in whenever you''d like. See you later, <<$pcs_firstname>>!"'
- '<font color=#<<$Oleg[''font'']>>>"Have a nice day <<$pcs_firstname>>."</font>'
- '<font color=#<<$Nestor[''font'']>>>"See ya later girlie..."</font>'
- '<font color=#<<$pcs_font>>>"Later guys!"</font>'
- shared_apt['servitudeLvl'] = 0
- act 'Continue':shared_apt['pavIntroStep'] = 0 & gt 'pav_shared_apt', 'rentSetup'
- elseif shared_apt['pavIntroStep'] = 20:
- minut += 2
- '<font color=#<<$Yakov[''font'']>>>"Fine. So the rest of this week you have free, but you need to prepay the next week. OK?"</font>'
- '<font color=#<<$pcs_font>>>"Yes, OK, I understand."</font>'
- '<font color=#<<$Oleg[''font'']>>>"We will prepare a list of the charges for the housekeeping services you may want to do, so it''s clear how much will be deducted from your rent."</font>'
- '<font color=#<<$pcs_font>>>"Cool!"</font>'
- '<font color=#<<$Yakov[''font'']>>>"So the room is over there."</font>'
- '<font color=#<<$pcs_font>>>"Wait, Isn''t that the living room?"</font>'
- '<font color=#<<$Yakov[''font'']>>>"Yes, it''s available, but we''re not using it, so we''re renting it out. It''s fully furnished with a bed, a table, and a chair. We''ve even added a curtain to separate the space. Feel free to move in whenever you''d like. See you later, <<$pcs_firstname>>!"</font>'
- '<font color=#<<$Oleg[''font'']>>>"Have a nice day, <<$pcs_firstname>>."</font>'
- '<font color=#<<$Nestor[''font'']>>>"See ya later, girlie..."</font>'
- '<font color=#<<$pcs_font>>>"Later, guys!"</font>'
- shared_apt['servitudeLvl'] = 1
- act 'Continue':shared_apt['pavIntroStep'] = 0 & gt 'pav_shared_apt', 'rentSetup'
- elseif shared_apt['pavIntroStep'] = 30:
- minut += 2
- '<font color=#<<$Yakov[''font'']>>>"Fine. So, the rest of this week you have free, but you need to prepay the next week. OK?"</font>'
- '<font color=#<<$pcs_font>>>"Yes, OK, I understand."</font>'
- '<font color=#<<$Oleg[''font'']>>>"We will prepare a list of the charges for the housekeeping services you may want to do, so it''s clear how much will be deducted from your rent."</font>'
- '<font color=#<<$Nestor[''font'']>>>"The extra stuff services will be there too, girl."</font>'
- '<font color=#<<$pcs_font>>>"OK..."</font>'
- '<font color=#<<$Yakov[''font'']>>>"So, the room is over there."</font>'
- '<font color=#<<$pcs_font>>>"Wait, isn''t that the living room?"</font>'
- '<font color=#<<$Yakov[''font'']>>>"Yes, it is, but we don''t use it, so we are renting it out. There is all you need, a bed, a table with a chair, all this stuff. Just move in when you want, we even put a curtain over the doorway. See you later, <<$pcs_firstname>>!"</font>'
- '<font color=#<<$Oleg[''font'']>>>"Have a nice day, <<$pcs_firstname>>."</font>'
- '<font color=#<<$Nestor[''font'']>>>"See ya later, girlie..."</font>'
- '<font color=#<<$pcs_font>>>"Later, guys!"</font>'
- shared_apt['servitudeLvl'] = 2
- act 'Continue':shared_apt['pavIntroStep'] = 0 & gt 'pav_shared_apt', 'rentSetup'
- elseif shared_apt['pavIntroStep'] = 40:
- minut += 2
- '<font color=#<<$Oleg[''font'']>>>"I told you idiot not to scare her away!"</font>'
- '<font color=#<<$Nestor[''font'']>>>"Sorry man! We can still lock her to the radiator like I suggested in the first place..."</font>'
- '<font color=#<<$Oleg[''font'']>>>"Just shut up already!"</font>'
- ''
- '<font color=#<<$Yakov[''font'']>>>"Sorry <<$pcs_firstname>>. We respect your decision. If you change your mind and the room is still empty, let us know and we can talk again. Goodbye!"</font>'
- act 'Tell them goodbye and leave':shared_apt['pavIntroStep'] = 0 & gt 'pav_complex', 'start'
- elseif shared_apt['pavIntroStep'] = 50:
- minut += 2
- !add dialogue for returning after being previously expelled from apartment
- '<font color=#<<$Oleg[''font'']>>>"I''m sorry <<$pcs_firstname>>, but we don''t want children or pets in the apartment!"</font>'
- '<font color=#<<$Nestor[''font'']>>>"If you get rid of the kid, come back and see us."</font>'
- '<font color=#<<$Yakov[''font'']>>>"Don''t mind him. There''s simply not enough room for 4 people, plus kids or pets. I hope you understand"</font>'
- if func('homes_properties', 'has_access', 'parents_home'):
- act 'Suggest a compromise':
- cla
- shared_apt['pavIntroStep'] = 2
- '<font color=#<<$pcs_font>>>"I can leave them with my parents for the time being, and keep them away from the apartment, how does this sound?'
- '<font color=#<<$Yakov[''font'']>>>"Are you certain you want to do this?"</font>'
- '<font color=#<<$Nestor[''font'']>>>"Sounds good to me!"</font>'
- '<font color=#<<$Oleg[''font'']>>>"hmmmm"</font>'
- act 'Continue':gt 'pav_shared_apt', 'intro'
- end
- act 'I won''t leave my children':
- cla
- shared_apt['pavIntroStep'] = 0
- '<font color=#<<$pcs_font>>>"OK, I will make do with my current accommodation.'
- '<font color=#<<$Yakov[''font'']>>>"We understand"</font>'
- '<font color=#<<$Nestor[''font'']>>>"Damn"</font>'
- '<font color=#<<$Oleg[''font'']>>>"No problem <<$pcs_firstname>>"</font>'
- act 'Continue':gt 'pav_shared_apt', 'intro'
- end
- else
- '<font color=#<<$pcs_font>>>OK, I understand.</font>'
- act 'Thank them and leave':shared_apt['pavIntroStep'] = 0 & gt 'pav_complex', 'start'
- end
- end
- end
- ! the pricelist
- if $ARGS[0] = 'list':
- menu_off = 1
- $loc_arg = 'list'
- minut += 2
- '<center><h3><<$pcs_firstname>>''s pricelist</h3></center>'
- '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/sharedapt/list.jpg"></center>'
- ''
- 'The basic weekly rent is <<shared_apt[''rentWeekly'']>> rubles.'
- 'It is possible to pay it in cash or offer services instead. The prices are following:'
- ''
- '---------------------'
- ''
- 'Cook a warm meal: ' +shared_apt['price_cook']
- 'Clean the apartment: '+shared_apt['price_clean']
- if shared_apt['servitudeLvl'] >= 2:
- ''
- '---------------------'
- ''
- 'Written in marker on the paper, are sexual favours you can offer as well.'
- ''
- '---------------------'
- 'Rent discounts for the slut: '
- 'Handjob: ' +shared_apt['price_handjob']
- 'Blowjob: ' +shared_apt['price_blowjob']
- 'Sex: ' +shared_apt['price_vaginal']
- 'Anal sex: ' +shared_apt['price_anal']
- 'Special treats: '+shared_apt['price_special']
- end
- ''
- '---------------------'
- ''
- 'Not having paid the full weekly rent at the beginning of a new week will lead to termination of the accommodation services.'
- 'Signed: <a href="exec: gt ''pav_shared_oleg'', ''Oleg_Dick''"><font color=#<<$Oleg[''font'']>>><<$npc_firstname[''A266'']>></font></a>, <a href="exec: gt ''pav_shared_nestor'', ''Nestor_Dick''"><font color=#<<$Nestor[''font'']>>><<$npc_firstname[''A265'']>></font></a>, <a href="exec: gt ''pav_shared_yakov'', ''Yakov_Dick''"><font color=#<<$Yakov[''font'']>>><<$npc_firstname[''A264'']>></font></a>, <<$pcs_firstname>>.'
- ''
- '---------------------'
- act 'Continue':gt 'pav_shared_apt', 'start'
- end
- ! paying with money
- if $ARGS[0] = 'payRent':
- menu_off = 1
- minut += 1
- 'You decided to give the guys money, instead of serving them.'
- 'You paid them <<paid_rent>> cash.'
- money -= paid_rent
- gs 'stat'
- act 'Continue': gs 'pav_shared_apt', 'start'
- end
- if $ARGS[0] = 'bathroom':
- $menu_loc = 'pav_shared_apt'
- $menu_arg = 'bathroom'
- menu_off = 0
- minut += 1
- $location_type = 'bathroom'
- $loc = 'pav_shared_apt'
- $loc_arg = 'bathroom'
- $locM_arg = 'bathroom'
- $locM = 'pav_shared_apt'
- '<center><h3>Bathroom</h3></center>'
- '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/home/vanrpar.jpg"></center>'
- *nl
- 'This is a modest bathroom, containing everything that young people need for their daily life, such as:'
- 'A shower, toilet, <a href="exec:gt ''mirror'',''start''">mirror</a>, where you can ' + iif(pcs_hairbsh < 1, '<a href="exec:gt ''mirror'',''brush''">brush</a>', 'brush') + ' your hair, a sink and even a bath tub.'
- *nl
- gs 'din_van', 'private'
- gs 'stat'
- act 'Leave':gt 'pav_shared_apt', 'start'
- end
- if $ARGS[0] = 'kitchen':
- $menu_loc = 'pav_shared_apt'
- $menu_arg = 'kitchen'
- menu_off = 0
- *clr & cla
- minut += 2
- $loc = 'pav_shared_apt'
- $loc_arg = 'kitchen'
- $locclass = 'kitr'
- gs 'stat'
- gs 'kit_din'
- '<center><h3>Kitchen</h3></center>'
- '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/home/kuhrpar.jpg"></center>'
- 'It''s a modest kitchen, but has all that is needed.'
- 'You can cook breakfast for the guys between 6:00 and 7:00 and dinner for them between 18:00 and 19:00'
- ! dishes
- if mc_inventory['dish_plates'] > 0:
- 'Above the sink are <b><<mc_inventory[''dish_plates'']>></b> the clean plates'
- else
- '<b><font color = red>You have no clean dishes left.</font></b>'
- end
- if dirttarelka > 0:'The sink has <b><<dirttarelka>></b> dirty dishes. <a href="exec: dynamic $dirtarm">that need to be washed</a>.'
- if mc_inventory['dish_soap'] > 0:
- 'Above the sink is some detergent to wash the dishes with. There is enough for <b><<mc_inventory[''dish_soap'']>></b> uses.'
- else
- '<b><font color = red>You do not have enough detergent, you should buy some from the supermarket.</font></b>'
- end
- ! food
- if mc_inventory['food_basic'] > 0:
- if mc_inventory['dish_plates'] = 0 or edahot > 0:$edagot = ''
- if mc_inventory['dish_plates'] > 0 and edahot = 0:
- $edagot = '<a href="exec:dynamic $edagotd">Cook a meal for yourself (0:30)</a>'
- end
- 'In the refrigerator there''s enough (your own) food for <b><<mc_inventory[''food_basic'']>></b> servings. <<$edagot>>'
- end
- if edahot > 0:'<a href="exec: dynamic $edahotd ">On the table is ready meal (0:30).</a>'
- if mc_inventory['food_diet'] = 0 and mc_inventory['food_basic'] = 0:'<b><font color="red">You have nothing to eat, the refrigerator is empty!</font></b>'
- if hour = 6 or hour = 18:'<a href="exec: gt ''pav_shared_apt'', ''cookForGuys''">Cook meals for the guys (1:30)</a>'
- dynamic $edasnack
- dynamic $sandwich
- dynamic $driwater
- dynamic $dritea
- dynamic $fill_bottle
- dynamic $edaD
- dynamic $pranik
- dynamic $fatdel
- dynamic $lekarstvo
- dynamic $vitamin
- act 'Leave':gt 'pav_shared_apt', 'start'
- end
- if $ARGS[0] = 'cookForGuys':
- menu_off = 1
- cla
- *clr
- $loc = 'pav_shared_apt'
- $loc_arg = 'kitchen'
- minut += 30
- pcs_mood -= 10
- gs 'stat'
- '<center><img <<$set_imgh>> src="images/shared/home/kitchen/cook.jpg"></center>'
- 'You prepare three meals, using what you can from the guys'' food. It''s not very healthy but you''re not planning to offer to do their shopping too.'
- shared_apt['price'] = shared_apt['price_cook']
- act 'Leave the meal':gt 'pav_shared_apt', 'payService'
- end
- if $ARGS[0] = 'cleanForGuys':
- menu_off = 1
- cla
- *clr
- minut += 60
- mc_inventory['laundry_soap'] -= 3
- pcs_mood -= 10
- gs 'stat'
- '<center><img <<$set_imgh>> src="images/locations/city/residential/apartment/stir.jpg"></center>'
- shared_apt['price'] = shared_apt['price_clean']
- *nl
- 'You collect piles of dirty clothes around the room, carry them into the bathroom, put them in a basin and then pour washing powder on them. You wash them until they are finally clean.'
- cumStainCh = rand(0, 100)
- if shared_apt['servitudeLvl'] = 2 and cumStainCh <= 50:'<i>You notice bedsheets with what seems as dried out cum. Probably remainder of one of your "servings". Maybe it really is better to swallow every time...</i>'
- act 'Hang them to dry out and leave':gt 'pav_shared_apt', 'payService'
- end
- ! living room & pc bedroom
- if $ARGS[0] = 'pcsRoom':
- $menu_loc = 'pav_shared_apt'
- $menu_arg = 'pcsRoom'
- menu_off = 0
- $loc = 'pav_shared_apt'
- $loc_arg = 'pcsRoom'
- $location_type = 'private'
- $locclass = 'bedr'
- minut += 2
- gs 'stat'
- gs 'pav_shared_apt', 'update'
- gs 'music_actions', 'clear_restrictions'
- '<center><b><font color="maroon">Living Room</font></b></center>'
- '<center><img <<$set_imgh>> src="images/shared/home/bedroom/sofabed.jpg"></center>'
- *nl
- 'The living room was never used by the other apartment occupants, so it''s now rented out as a bedroom. It''s sparsely decorated, with, a <a href="exec:gt ''bed'', ''start''">sofa bed</a>, against the back wall.'
- *nl
- 'Beside the sofa bed is an old cabinet, with your <a href="exec:gt ''alarmclock'', ''start''">alarm clock</a> on top.'
- *nl
- func('alarmclock', 'base_alarmclock_text')
- *nl
- if $ml_guitar['location'] = $loc: 'Your guitar rests on its stand next to your bed.'
- *nl
- if mc_inventory['tech_tv'] = 0 and mc_inventory['plasma_tv'] = 0: $TV = 'a great place for a TV, if you had one'
- if mc_inventory['tech_tv'] >= 1:$TV = 'an old CRT <a href="exec:gt ''TV'', ''start''">TV</a> sits on the shelf'
- 'There is an wall unit at the other side of the room, <<$TV>>. Everyone in the household spends their time in their own rooms, so there was never a reason to use the living room for its intended purpose.'
- *nl
- ''
- 'In the corner is an old scratched <a href="exec:gt ''stol'', ''start''">table</a>.'
- *nl
- 'There is no door to the living room, instead there''s <a href="exec:view''images/shared/home/bedroom/curtain.jpg''">curtain</a> covering entry to the room, which gives you a modicum of privacy; not much better than the state of the non-existent window curtains.'
- act '<b>Leave the room</b>':gt 'pav_shared_apt', 'start'
- act 'Sit on the sofa bed':gt 'pav_shared_apt', 'sofabed'
- if mc_inventory['hula_hoop'] > 0: '<br>A hula hoop stands in corner of the room. '
- if mc_inventory['skipping_rope'] > 0: 'A jump rope lies on a shelf. '
- if mc_inventory['book_yoga'] > 0: 'A yoga mat is rolled up in a corner. '
- gs 'exercise', 'start'
- *nl
- if mc_inventory['tech_computer'] = 1:
- !! Sveta can''t do camshows unless she is blowing the guys for rent.
- gs 'internet_mobile', 'get_access', 'free', 'nocamshow'
- if shared_apt['servitudeLvl'] = 2: access['nocamshow'] = 0
- 'Your <a href="exec:gorodokKomp = 1 & gt ''Komp'',''start''">computer</a> is sitting on small table.'
- end
- if mc_inventory['vintage_card'] > 0: act 'View your vintage porn cards':card_deck = 0 & gt 'card'
- if mc_inventory['card'] > 0: act 'View your new porn cards':card_deck = 1 & gt 'card'
- if mc_inventory['cocaine'] > 0:'You have <<mc_inventory[''cocaine'']>> doses of Pale Lady, hidden from the other housemates.'
- if mc_inventory['cocaine'] > 0 and drugVars['cocaine_day'] ! daystart:
- act 'Use some Pale Lady (0:05)':
- *clr & cla
- minut += 5
- gs 'drugs', 'cocaine'
- '<center><img <<$set_imgh>> src="images/shared/drugs/dur.jpg"></center>'
- 'You snort some Pale Lady, feeling dizzy for just a moment. After that, you feel fantastic and incredibly horny.'
- act 'Continue':gt 'pav_shared_apt', 'pcsRoom'
- end
- end
- if mc_inventory['tapestry']>0:'You have <<mc_inventory[''tapestry'']>> completed tapestries.'
- if pcs_sewng >= 40 and mc_inventory['sewing_fabric'] > 0:'You have enough fabric for <<mc_inventory[''sewing_fabric'']>> lessons.'
- if pcs_sewng >= 40 and mc_inventory['sewing_fabric'] <= 0:'You do not have any fabric.'
- if pcs_sewng >= 80 and mc_inventory['sewing_kit'] = 1:
- *nl
- if newgobelen = 0 and mc_inventory['sewing_fabric'] > 0:
- act 'Start a new tapestry': gt 'sewing', 'tapestry'
- end
- if newgobelen>=1:
- 'Your tapestry is <<newgobelen/10>> percent finished.'
- act 'Work on the tapestry':gt 'sewing', 'tapestry'
- end
- end
- if mc_inventory['contraceptive_pill'] > 0 and mc_inventory['equipped_condoms'] + mc_inventory['normal_condoms'] + mc_inventory['sabotaged_condoms'] > 0:
- 'Your <a href="exec:gt ''stol'', ''bc''">birth control</a> tablets are in the cabinet next to your bed, along with some <a href="exec:gt ''stol'', ''bc''">condoms</a>.'
- elseif mc_inventory['contraceptive_pill'] > 0:
- 'Your <a href="exec:gt ''stol'', ''bc''">birth control</a> tablets are in the cabinet next to your bed.'
- elseif mc_inventory['equipped_condoms'] + mc_inventory['normal_condoms'] + mc_inventory['sabotaged_condoms'] > 0:
- 'Your <a href="exec:gt ''stol'', ''bc''">condoms</a> are in the cabinet next to your bed.'
- end
- ''
- if mc_inventory['sewing_kit'] = 1:
- 'Your <a href="exec:gt ''sewing'',''start''">sewing kit</a> is stored on a shelf.'
- end
- if mc_inventory['trinkets_home'] > 0:'You currently have <<mc_inventory[''trinkets_home'']>> trinkets to sell at the station. The maximum you can carry with you is 30.'
- dynamic $wearpan
- dynamic $removepan
- !gs 'subkid'
- act 'Relax on your bed': gt 'bed', 'start'
- gs 'prostitution_functions', 'prostitute_outfit_at_home'
- gs 'music_actions', 'start'
- end
- if $ARGS[0] = 'sofabed':
- $loc = 'pav_shared_apt'
- $loc_arg = 'sofabed'
- $menu_loc = 'pav_shared_apt'
- $menu_arg = 'sofabed'
- menu_off = 0
- *clr & cla
- gs 'stat'
- '<center><img <<$set_imgh>> src="images/shared/home/bedroom/sofabed.jpg"></center>'
- '<center>A small sofa bed, when not unfolded, is just big enough for you to curl up on and take a nap.</center>'
- if mc_inventory['tech_tv'] = 1:
- act 'Watch some TV':gt 'TV', 'start'
- end
- if mc_inventory['mag_porn'] > 0:
- '<br>There is a porn magazine under the sofa cushions'
- gs 'library_functions', 'set_read_porn_act'
- end
- gs 'library_functions', 'set_home_read_acts'
- if pcs_horny >= 50:
- act 'Masturbate':gt 'selfplay', 'start'
- end
- act 'Take a nap (1:00)': gs 'sleep_simple', 'nap'
- act 'Get up':gt 'pav_shared_apt', 'pcsRoom'
- end
- if $ARGS[0] = 'Oleg_Room':
- $menu_loc = 'pav_shared_apt'
- $menu_arg = 'Oleg_Room'
- menu_off = 0
- $loc = 'pav_shared_apt'
- $loc_arg = 'Oleg_Room'
- gs 'boyStat', 'A266'
- minut += 2
- '<center><h3><font color=#<<$Oleg[''font'']>>><<$npc_firstname[''A266'']>>''s room</font></h3></center>'
- '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/sharedapt/nd/room.jpg"></center>'
- ''
- 'The room isn''t as messy as one might expect, given that <<$npc_firstname[''A266'']>> is an IT guy.'
- 'There is one large window with a bed below it, but the entire room is dominated by a large table with several computers and monitors.'
- 'At first glance, one might mistake this room for a hacker''s den.'
- if hour >= Oleg['sleeps'] and hour < Oleg['comes']:
- '<<$npc_firstname[''A266'']>> is sound asleep in his bed.'
- elseif hour >= Oleg['wakes'] and hour < Oleg['leaves']:
- '<<$npc_firstname[''A266'']>> is already awake and getting ready to leave.'
- act 'Approach him': gt 'pav_shared_oleg', 'Oleg'
- elseif hour >= Oleg['leaves'] and hour < Oleg['comes']:
- '<<$npc_firstname[''A266'']>> is currently not here.'
- elseif hour >= Oleg['comes'] and hour < Oleg['sleeps']:
- '<<$npc_firstname[''A266'']>> is behind his desk, engrossed in programming using an esoteric language.'
- act 'Approach him': gt 'pav_shared_oleg', 'Oleg'
- end
- if shared_apt['servitudeLvl'] >= 1 and Oleg['cleaned'] = 0:
- if mc_inventory['laundry_soap'] >= 1:
- act 'Clean the room':Oleg['cleaned'] = 1 & gt 'pav_shared_apt', 'cleanForGuys'
- else
- 'You don''t have enough laundry detergent to clean the room'
- end
- end
- act 'Leave':gt 'pav_shared_apt', 'start'
- end
- if $ARGS[0] = 'Nestor_Room':
- $menu_loc = 'pav_shared_apt'
- $menu_arg = 'Nestor_Room'
- menu_off = 0
- $loc = 'pav_shared_apt'
- $loc_arg = 'Nestor_Room'
- gs 'boyStat', 'A265'
- minut += 2
- '<center><h3><font color=#<<$Nestor[''font'']>>><<$npc_firstname[''A265'']>>''s room</font></h3></center>'
- '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/sharedapt/gp/room.jpg"></center>'
- ''
- 'This room is a messy disaster, with clothes scattered all over the floor.'
- if hour >= Nestor['wakes'] and hour < Nestor['leaves']:
- '<<$npc_firstname[''A265'']>> is already awake, getting ready to leave.'
- act 'Approach him': gt 'pav_shared_nestor', 'Nestor'
- elseif hour >= Nestor['leaves'] and hour < Nestor['comes']:
- '<<$npc_firstname[''A265'']>> is not here.'
- elseif hour >= Nestor['comes'] and hour < Nestor['sleeps']:
- '<<$npc_firstname[''A265'']>> is currently on his bed, listing through some magazines.'
- act 'Approach him': gt 'pav_shared_nestor', 'Nestor'
- elseif hour >= Nestor['sleeps'] or hour < Nestor['wakes']:
- '<<$npc_firstname[''A265'']>> is sleeping in his bed.'
- end
- if shared_apt['servitudeLvl'] >= 1 and Nestor['cleaned'] = 0:
- if mc_inventory['laundry_soap'] >= 1:
- act 'Clean the room':Nestor['cleaned'] = 1 & gt 'pav_shared_apt', 'cleanForGuys'
- else
- 'You don''t have enough laundry detergent to clean the room'
- end
- end
- act 'Leave':gt 'pav_shared_apt', 'start'
- end
- if $ARGS[0] = 'Yakov_Room':
- $menu_loc = 'pav_shared_apt'
- $menu_arg = 'Yakov_Room'
- menu_off = 0
- $loc = 'pav_shared_apt'
- $loc_arg = 'Yakov_Room'
- gs 'boyStat', 'A264'
- minut += 2
- '<center><h3><font color=#<<$Yakov[''font'']>>><<$npc_firstname[''A264'']>>''s room</font></h3></center>'
- '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/sharedapt/sp/room.jpg"></center>'
- ''
- 'This room is very neat and organized, filled with sporting gear such as dresses, equipment, and trophies. The walls are adorned with several posters of famous athletes and sports teams.'
- if hour >= Yakov['wakes'] and hour < Yakov['leaves']:
- '<<$npc_firstname[''A264'']>> is already awake, packing his gym bags to leave.'
- act 'Approach him': gt 'pav_shared_yakov', 'Yakov'
- elseif hour >= Yakov['leaves'] and hour < Yakov['comes']:
- '<<$npc_firstname[''A264'']>> is not here.'
- elseif hour >= Yakov['comes'] and hour < Yakov['sleeps']:
- doesStuff = rand(0, 100)
- if doesStuff < 50:'<<$npc_firstname[''A264'']>> is currently on his bed, listing through football magazines.'
- if doesStuff >= 50:'<<$npc_firstname[''A264'']>> is working out on the floor.'
- act 'Approach him': gt 'pav_shared_yakov', 'Yakov'
- elseif hour >= Yakov['sleeps'] or hour < Yakov['wakes']:
- '<<$npc_firstname[''A264'']>> is sleeping in his bed.'
- end
- if shared_apt['servitudeLvl'] >= 1 and Yakov['cleaned'] = 0:
- if mc_inventory['laundry_soap'] >= 1:
- act 'Clean the room':Yakov['cleaned'] = 1 & gt 'pav_shared_apt', 'cleanForGuys'
- else
- 'You don''t have enough laundry detergent to clean the room'
- end
- end
- act 'Leave':gt 'pav_shared_apt', 'start'
- end
- if $ARGS[0] = 'eoleg_agreement':
- menu_off = 1
- '<center><img border="5" bordercolor="<<$Yakov[''font'']>>" height="150" src="images/locations/pavlovsk/resident/sharedapt/sp/sp.jpg"> <img height="150" src="images/locations/pavlovsk/resident/sharedapt/gp/gp.jpg"> <img height="150" src="images/locations/pavlovsk/resident/sharedapt/nd/nd.jpg"></center>'
- ''
- 'You gather the guys around and explain to them that you wish to move out.'
- '<font color=#<<$Yakov[''font'']>>><<$npc_firstname[''A264'']>> Looks disappointed as he addresses you. "That is a shame <<$pcs_firstname>> we''ve very much enjoyed having you stay here with us. Are you sure this is what you want?"</font>'
- act '"Yes." End agreement':
- shared_apt['enabled'] = 0
- gs 'homes_properties', 'block_access', 'shared_apartment', 0
- gt 'pav_complex', 'start'
- end
- act '"Maybe you are right, I''ll stay here with you guys"':gt 'pav_shared_apt', 'start'
- end
- --- pav_shared_apt ---------------------------------
|