# tanvanr
CLOSE ALL
$metka = $ARGS[0]
$loc = $CURLOC
$metkaM = $ARGS[0]
$locM = $CURLOC
act 'Go to the corridor':gt 'house'
clr
minut += 1
gs 'stat'
fcolor = rgb(0, 0, 0)
bcolor = rgb(255, 255, 255)
lcolor = rgb(106, 90, 205)
'
Bathroom'
''
'The Bathroom is modern and well fitted, the washing machine means you wont have to worry about dirty clothes and you don''t even have to supply the powder.'
'Also, you could easily take some of Tanyas shampoo if you run out.'
if tampon > 0:
'A box of tampons is on a shelf. There is enough for <> uses'
else
'You have no tampons.'
end
if stanok > 0:'A package of razors is on a shelf above the sink. You have enough blades for <> shaves.'
if dirtbelo > 0 and poroshok >= dirtbelo:
clrbelo += dirtbelo
dirtbelo = 0
'The washing machine washed your laundry'
end
if clrbelo > 0:
'A cupboard contains <> pairs of clean underwear. '
else
'You do not have any clean underwear. '
end
if shampoo <= 0:
shampoo = 1
'You can use Tanyas shampoo.'
else
'You have enough shampoo for <> washes.'
end
dynamic $shower
dynamic $bath
if pirsA + pirsB + pirsC + pirsD + pirsE + pirsF + pirsN + pirsG + pirsGL > 0:'Manage Piercings'
if fillimplant = 1 and siliconeBag >= 1:'Inject silicone into breast implants.'
if fillimplant = 1 and silicone >= 20:'Drain silicone from breast implants.'
if vanr_hanger = 1: 'Next to the sink neatly folded your clothes'
if mosolmaz>0:'On a shelf is a tube of ointment for chafing, which will be enough for <> applications.'
dynamic $bteeth
dynamic $tampon
dynamic $quickwash
dynamic $wearpan
dynamic $basin
if klisma = 1 and klismaday ! daystart:
act 'Give yourself an enema (0:05)':
cla
*clr
cumspclnt = 7
gs 'cum_cleanup'
minut += 5
klismaday = daystart
klismaday1= 1
''
'You give yourself an enema and clean your intestines. Your ass is now ready for anal sex.'
act 'Finish':gt $curloc
end
end
if vibrator = 1 and vibratorIN = 1:
act 'Remove the vibrator (0:05)':
cla
*clr
minut += 5
vibratorIN = 0
if vagina < 30:vagina += 1
''
'You bend over the sink and take the vibrator out of your pussy.'
act 'Finish':gt 'tanvanr'
end
elseif vibrator = 1 and vibratorIN = 0:
act 'Insert the vibrator in your vagina (0:05)':
cla
*clr
minut += 5
vibratorIN = 1
if vagina < 30:vagina += 2
''
'You bend over the sink and inserted the vibrator in your pussy.'
act 'Finish':gt 'tanvanr'
end
end
if analplug = 1 and analplugin = 1:
act 'Remove the butt plug (0:05)':
cla
*clr
minut += 5
analplugIN = 0
if anus < 30:anus += 1
''
'You bent over and took out the butt plug.' & !!0.2.6: Removed unneccessary var check
act 'Finish':gt $curloc
end
elseif analplug = 1 and analplugin = 0 and klismaday = daystart:
act 'Insert a butt plug (0:05)':
cla
*clr
minut += 5
analplugIN = 1
if anus < 10:anus = anus + 5
if anus >= 10 and anus < 20:anus += rand(1, 2)
if anus >= 20 and anus < 30:anus += rand(0, 1)
''
if butpluguse > 0:'You bent over and inserted the butt plug.'
if butpluguse = 0:butpluguse = 1 & '"If I don''t use it then why did I buy it!" you thought. You decided to take a closer look while thinking, "It is necessary to start developing my ass so I could have great adventures someday, you could even say a huge and thick adventures with crimson heads, uh, now I got carried away." You scratched your head. Then you directed it in your ass, it was a bit painful at first, but as soon as the widest part was plunged into the murky depths of your anus it became easier to push it all the way.'
act 'Leave':gt $curloc
end
end
! WD: add missing ointment
if mosolmaz > 0 and mosol > 0:
act 'Rub ointment onto your pussy (0:05)':
cla
minut += 5
mosolmaz -= 1
mosol -= 5
'You take a tube of cream and rub it onto your itchy vulva.'
act 'Leave':gt $curloc
end
end
if pregtest > 0:
act 'Do a pregnancy test':
cla
pregtest -= 1
gs 'stat'
if pregchem > 30:
knowpreg = 1
'The test showed the two strips. you are pregnant.'
!!'father - <<$father>>.'
else
'The test showed one band.'
end
act 'Further':gt $curloc
end
end
--- tanvanr ---------------------------------