# tanspalnya
CLOSE ALL
$metka = $ARGS[0]
$loc = $CURLOC
$metkaM = $ARGS[0]
$locM = $CURLOC
minut += 5
tanhouse1 = 1
gs 'stat'
'
Your Bedroom in Nicholas'' Apartment'
'> src="images/characters/city/nicholas/spaln.jpg">'
'Your bedroom is fairly large, considering you''re only an employee. There is a small double bed and an alarm clock.'
'Half a wall is taken up by an expensive-looking wardrobe (where you can organize your clothes or pick something to wear). There''s a make-up table with a mirror next to it.'
'In the bottom of your wardrobe you have your shoes and next to the wardrobe is a dresser you keep your underwear and purses in.'
if komp = 1:
$komp = 'with your laptop.'
else
$komp = ''
end
'A luxurious leather sofa is also part of the ensemble. Mounted on the wall opposite the sofa is a huge plasma TV. Under the window, you see a brand-new desk<<$komp>>.'
if obruch > 0:'
Your hula hoop stands in a corner of the room. '
if skak > 0:'Your jump rope is sitting on a shelf. '
if bookYog > 0:'A yoga mat is rolled up in a corner next to the wardrobe. '
if mishka > 0:'On one of the shelves, you''ve placed your <> teddy bear.'
gs 'exercise', 'start'
act 'Go to the corridor':
if $clothingworntype ! 'nude':
gt 'tanhouse'
else
msg'You probably shouldn''t walk around naked, especially not at your workplace. You need to get dressed.'
gt $CURLOC
end
end
act 'Study (2:00)':
cla
minut += 120
intel_exp += 1
'You spend two hours studying and feel a little smarter now.'
act 'Finish':gt 'tanspalnya'
end
if student > 0 and kursovik < 100:
act 'Write course work (1:00)':
cla
*clr
minut += 60
kursovik += rand(pcs_intel / 20, pcs_intel / 10)
if kursovik > 100:kursovik = 100
pcs_mood -= 10
'> src="images/pc/activities/study.jpg">'
'You work on your course work and have now completed <> percent.'
act 'Finish':gt 'tanspalnya'
end
end
gs 'events', 'read'
if pcs_magik >= 6 and spellbefshild = 1 and tobiQW = 0:gt'tobiQW','start'
if sick >= 1:
act 'Get some bed rest (illness)':
cla
*clr
minut += 240
sick -= 1
if sick < 0:sick = 0
gs'stat'
'> src="images/locations/shared/apartment/event/sick/sick'+rand(11,17)+'.jpg">'
'You lie in bed, coughing, sneezing, blowing your nose... and, as if that wasn''t enough, you also think you might be getting a headache.'
'Drifting in and out of sleep, you spend about 4 hours tossing and turning, trying to sweat out the illness, and you actually feel better when you decide to stretch your legs.'
act 'Get up': gt 'bedr'
end
end
if pcs_horny >= 50:
act 'Masturbate':
gt'selfplay', 'start'
end
end
if pornMagazine > 0:'You hide a porn magazine under your mattress.' & dynamic $d_read_porn
dynamic $wearpan
dynamic $removepan
if dur > 0:'You have hidden <> doses of Pale Lady behind your wardrobe.'
if dur > 0 and narkday ! daystart:
act 'Take some cocaine (0:05)':
cla
*clr
minut += 5
narkday = daystart
pcs_health = pcs_vital * 10 + pcs_stren * 5
pcs_willpwr = pcs_intel * 5 + pcs_sprt * 5
pcs_manna = (pcs_intel * pcs_magik) + pcs_magik * 100 + pcs_vital * 10 + rikudo
pcs_mood = 100
pcs_horny = 100
nark += 10
dur -= 1
'> src="images/shared/drugs/dur.jpg">'
'You take a small dose of coke and not long after, you start to feel great, as if you could do anything, be anything - but you''re also starting to feel incredibly horny.'
act 'Leave':gt $curloc
end
end
if MaidWorkDay ! daystart:
MaidWorkDay = daystart
MaidWork = 0
TanHallClean = 0
TanRoomClean = 0
TanBathClean = 0
TanMasterClean = 0
TanLivingClean = 0
TanMaidRoomClean = 0
TanKitchenClean = 0
TanMadeBreakfast = 0
end
if tan_work_evalDay ! daystart and tan_work_evaluation = 1:
tan_work_evalDay = daystart
tan_work_evaluation = 0
elseif tan_work_evalDay ! daystart and tan_work_evaluation = 0:
tan_work_evalDay = daystart
tan_work_rep -= 1
''
'You did not go to see Nicholas yesterday evening. Regardless of how much or little work you did, this is sure to decrease your professional standing with him as your employer.'
tan_work_evaluation = 0
end
if TanMaidRoomClean = 0:
act 'Clean your Room':
cla
minut += 30
TanMaidRoomClean = 1
MaidWork += 1
gs 'stat'
nl
''
'You vacuum, wet wipe, dust and polish all the surfaces and objects in your room, knowing well that, if a guest wanted to take a look inside, you''d embarrass Nicholas if this room wasn''t in as perfect a condition as is expected of all the others.'
'At least you are free to wear whatever you want while you clean your room, you think.'
act 'Finish cleaning':
gt 'tanspalnya'
end
end
end
--- tanspalnya ---------------------------------