# VolkovHome if $ARGS[0] = 'Niko Bedroom': cls $metka = 'Niko Bedroom' $loc = 'VolkovHome' $metkaM = 'Niko Bedroom' $locM = 'VolkovHome' minut += 5 gs'stat' '
' 'Niko''s room is very messy with two lamps, a bed, and various electronics scattered around.' act 'Leave bedroom':gt 'VolkovHome', 'Hallway 2' end if $ARGS[0] = 'Hallway 2': cls $metka = 'Niko Bedroom' $loc = 'VolkovHome' $metkaM = 'Niko Bedroom' $locM = 'VolkovHome' minut += 5 gs'stat' '
' if NikoEv = 18: 'This is the second floor hallway where the bathroom, Niko''s room and Yurik''s room is located.' else 'This is the second floor hallway where the Bathroom, Niko''s room and Yurik''s room is located.' end act 'Head downstairs':gt 'NikoEv2', 'Yurik BJ' end if $ARGS[0] = 'Bathroom': cls $metka = 'Bathroom' $loc = 'NikoDates' $metkaM = 'Bathroom' $locM = 'NikoDates' $location_type = 'bathroom' minut += 5 gs'stat' '
' 'This bathroom seems rather clean, and has two towels, two bathrobes, a sink, a toilet, a mirror, and a bathtub.' act 'Quick wash (0:10)':gt 'NikoDates', 'Quick Wash' act 'Leave bathroom': if NikoEv = 5: gt 'NikoDates', 'Yurik Intro' elseif NikoEv 11: gt 'NikoEv2', 'Reward' end end end if $ARGS[0] = 'Quick Wash': cls minut += 10 cumspclnt = 1 gs 'cum_cleanup' if pcs_sweat < 30: pcs_sweat = 15 + rand(0,4) else pcs_sweat -= 10 + rand(0,4) end gs'stat' '

Bathroom

' '
' 'You grab a few paper towels then approach the sink to clean yourself, as thoroughly, as possible while taking a few seconds to enjoy a splash of warm water on your face, leaving you feeling refreshed as you finish up and walk away from the sink.' act 'Dry off': if NikoEv = 5: gt 'NikoDates', 'Yurik Intro' elseif NikoEv 11: gt 'NikoEv2', 'Reward' end end end --- VolkovHome ---------------------------------