|
@@ -4,38 +4,37 @@ if $ARGS[0] = 'PavlovHome':
|
|
|
*clr & cla
|
|
|
minut += 1
|
|
|
gs'stat'
|
|
|
- '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/home_template/hallway.jpg"></center>'
|
|
|
- 'Text.'
|
|
|
- act '<b>Leave Anushka''s apartment</b>': gt 'pav_complex','start'
|
|
|
- act 'Master''s Bedroom': gt 'home_template','bedroom'
|
|
|
- act 'Bathroom': gt 'home_template','bathroom'
|
|
|
- act 'spare room': gt 'home_templatebr','second_bedroom'
|
|
|
- act 'Living room': gt 'home_template','livingroom'
|
|
|
- act 'Kitchen': gt 'home_template','kitchen'
|
|
|
- act 'Parents room': gt 'home_template','parents_bedroom'
|
|
|
+ '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/pavlovhome/hallway.jpg"></center>'
|
|
|
+ 'The hallway of your Master''s home. '
|
|
|
+ act '<b>Leave Master''s Home</b>': gt 'pav_complex','start'
|
|
|
+ act 'Master''s Bedroom': gt 'pavlov_home','bedroom'
|
|
|
+ act 'Bathroom': gt 'pavlov_home','bathroom'
|
|
|
+ act 'spare room': gt 'pavlov_home','second_bedroom'
|
|
|
+ act 'Living room': gt 'pavlov_home','livingroom'
|
|
|
+ act 'Kitchen': gt 'pavlov_home','kitchen'
|
|
|
end
|
|
|
|
|
|
if $ARGS[0] = 'bedroom':
|
|
|
*clr & cla
|
|
|
- $loc = 'home_template'
|
|
|
+ $loc = 'pavlov_home'
|
|
|
$loc_arg = 'bedroom'
|
|
|
$location_type = 'private'
|
|
|
$locclass = 'bedr'
|
|
|
!! The two variables below this are needed only if a mirror is called in that room, to help return you here after done
|
|
|
- $locM = 'home_template'
|
|
|
+ $locM = 'pavlov_home'
|
|
|
locM_arg = 'bedroom'
|
|
|
minut += 1
|
|
|
gs'stat'
|
|
|
'<center><b><font color = maroon>Master''s Bedroom</font></b></center>'
|
|
|
- '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/home_template/bedroom.jpg"></center>'
|
|
|
- 'text <a href="exec:gt ''mirror'', ''start''">mirrors</a>, and she even has a packed <a href="exec:gt ''home_template'', ''Shoe Closet''">shoe closet</a>.'
|
|
|
- act 'Leave room':gt 'home_template', 'hallway'
|
|
|
+ '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/pavlovhome/bedroom.jpg"></center>'
|
|
|
+ 'text <a href="exec:gt ''mirror'', ''start''">mirrors</a>, and she even has a packed <a href="exec:gt ''pavlov_home'', ''Shoe Closet''">shoe closet</a>.'
|
|
|
+ act 'Leave room':gt 'pavlov_home', 'hallway'
|
|
|
end
|
|
|
|
|
|
if $ARGS[0] = 'kitchen':
|
|
|
- $loc = 'home_template'
|
|
|
+ $loc = 'pavlov_home'
|
|
|
$loc_arg = 'kitchen'
|
|
|
- $menu_loc = 'home_template'
|
|
|
+ $menu_loc = 'pavlov_home'
|
|
|
$menu_arg = 'kitchen'
|
|
|
$locclass = 'kitr'
|
|
|
menu_off = 0
|
|
@@ -44,10 +43,10 @@ if $ARGS[0] = 'kitchen':
|
|
|
gs 'stat'
|
|
|
gs 'kit_din'
|
|
|
'<center><b><font color = maroon>Kitchen</font></b></center>'
|
|
|
- '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/home_template/kitchen.jpg"></center>'
|
|
|
- 'The room is <<$hypnoKitchenDirtiness>>, and there are dishes on most of the available surfaces. The wood floor is not polished and only covers the areas being used. You''re surprised by the lack of a dining table.'
|
|
|
- act 'Leave':gt 'home_template','hallway'
|
|
|
- act 'Look in the fridge': gt 'home_template', 'fridge'
|
|
|
+ '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/pavlovhome/kitchen.jpg"></center>'
|
|
|
+ 'The room is <<$hypnoKitchenDirtiness>>, and there are dishes on most of the available surfaces.'
|
|
|
+ act 'Leave':gt 'pavlov_home','hallway'
|
|
|
+ act 'Look in the fridge': gt 'pavlov_home', 'fridge'
|
|
|
dynamic $fill_bottle
|
|
|
dynamic $driwater
|
|
|
end
|
|
@@ -90,7 +89,7 @@ if $ARGS[0] = 'fridge':
|
|
|
if anushbeer_count > 0 and anushvodka_count > 0 and anushsup_count > 0:$r_pusto = '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/shulginhome/kuh/holod'+rand(1,3)+'.jpg"></center>'
|
|
|
'You open the fridge and see:<<$anush_vodka>><<$anush_beer>><<$anush_sup>><<$r_pusto>>'
|
|
|
|
|
|
- act 'Close the refrigerator': gt 'home_template', 'kitchen'
|
|
|
+ act 'Close the refrigerator': gt 'pavlov_home', 'kitchen'
|
|
|
if anushbeer_count > 0:
|
|
|
act 'Have a beer':
|
|
|
*clr & cla
|
|
@@ -102,7 +101,7 @@ if $ARGS[0] = 'fridge':
|
|
|
'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/shulginhome/kuh/beer'+rand(1,3)+'.jpg"></center>'
|
|
|
'You take a bottle of beer from the fridge and drink it, which quenches your thirst.'
|
|
|
|
|
|
- act 'Continue': gt 'home_template', 'fridge'
|
|
|
+ act 'Continue': gt 'pavlov_home', 'fridge'
|
|
|
end
|
|
|
end
|
|
|
if anushvodka_count > 0:
|
|
@@ -115,7 +114,7 @@ if $ARGS[0] = 'fridge':
|
|
|
gs 'stat'
|
|
|
'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/shulginhome/kuh/vodka'+rand(1,2)+'.jpg"></center>'
|
|
|
'You pour some vodka in a glass and drink it. You shiver as you feel the warm, burning sensation slowly slide down your gullet.'
|
|
|
- act 'Put the bottle back in the fridge': gt 'home_template', 'fridge'
|
|
|
+ act 'Put the bottle back in the fridge': gt 'pavlov_home', 'fridge'
|
|
|
|
|
|
act 'Drink more vodka':
|
|
|
*clr & cla
|
|
@@ -130,7 +129,7 @@ if $ARGS[0] = 'fridge':
|
|
|
'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/shulginhome/kuh/vodka'+rand(1,2)+'.jpg"></center>'
|
|
|
'You pour yourself another glass and drain it in one gulp. Wow, that stuff is strong!'
|
|
|
end
|
|
|
- act 'Continue': gt 'home_template', 'fridge'
|
|
|
+ act 'Continue': gt 'pavlov_home', 'fridge'
|
|
|
end
|
|
|
end
|
|
|
end
|
|
@@ -155,7 +154,7 @@ if $ARGS[0] = 'fridge':
|
|
|
gs 'cum_cleanup'
|
|
|
pcs_breath = 0
|
|
|
'It seems to be leftovers from a ready to make meal. You wonder if anyone here knows how to cook.'
|
|
|
- act 'Continue': gt 'home_template', 'fridge'
|
|
|
+ act 'Continue': gt 'pavlov_home', 'fridge'
|
|
|
end
|
|
|
end
|
|
|
end
|
|
@@ -164,16 +163,16 @@ if $ARGS[0] = 'Livingroom':
|
|
|
*clr & cla
|
|
|
minut += 1
|
|
|
gs'stat'
|
|
|
- '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/home_template/livingroom.jpg"></center>'
|
|
|
+ '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/pavlovhome/livingroom.jpg"></center>'
|
|
|
'text'
|
|
|
|
|
|
- act 'Hallway':gt 'home_template', 'hallway'
|
|
|
+ act 'Hallway':gt 'pavlov_home', 'hallway'
|
|
|
end
|
|
|
|
|
|
if $ARGS[0] = 'bathroom':
|
|
|
- $loc = 'home_template'
|
|
|
+ $loc = 'pavlov_home'
|
|
|
$loc_arg = 'bathroom'
|
|
|
- $locM = 'home_template'
|
|
|
+ $locM = 'pavlov_home'
|
|
|
$locM_arg ='bathroom'
|
|
|
$location_type = 'bathroom'
|
|
|
$bathtype = 'bathtub shower'
|
|
@@ -182,13 +181,13 @@ if $ARGS[0] = 'bathroom':
|
|
|
minut += 1
|
|
|
gs 'stat'
|
|
|
'<center><h4><font color="maroon">Bathroom</font></h4></center>'
|
|
|
- '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/home_template/bathroom.jpg"></center>'
|
|
|
+ '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/pavlovhome/bathroom.jpg"></center>'
|
|
|
'The bathroom has seen better days. It looks like it hasn''t been cleaned for quite some time, with mold growing in the corners of the walls and floor.'
|
|
|
'The toilet sits along the far wall. There''s also a bathtub with an old plastic shower curtain hanging from a rod above it. It also seems that the latch on the door is broken.'
|
|
|
'You can do your hair and makeup in the <a href="exec:gt ''mirror'', ''start''">mirror</a> above the sink.'
|
|
|
*nl
|
|
|
if pirsA + pirsB + pirsC + pirsD + pirsE + pirsF + pirsN + pirsG + pirsGL > 0:'<a href="exec:dynamic $pirManage">Manage Piercings</a>'
|
|
|
- act 'Leave the bathroom': gt 'home_template','hallway'
|
|
|
+ act 'Leave the bathroom': gt 'pavlov_home','hallway'
|
|
|
act 'Take a shower':
|
|
|
*clr & cla
|
|
|
menu_off = 1
|
|
@@ -201,7 +200,7 @@ if $ARGS[0] = 'bathroom':
|
|
|
act 'Take a selfie':
|
|
|
gs 'telefon', 'Phone_selfie_image_bathing', 'shower'
|
|
|
end
|
|
|
- act 'Get out of the shower': gt 'home_template','bathroom'
|
|
|
+ act 'Get out of the shower': gt 'pavlov_home','bathroom'
|
|
|
if deodorant_on = 1: gs 'sweat', 'remove_deo' & '<br>Your deodorant gets washed away in the shower.'
|
|
|
killvar 'temp'
|
|
|
end
|
|
@@ -212,32 +211,18 @@ if $ARGS[0] = 'bathroom':
|
|
|
gs 'din_van', 'prvt_pee'
|
|
|
end
|
|
|
|
|
|
-if $ARGS[0] = 'parents_bedroom':
|
|
|
- $loc = 'home_template'
|
|
|
- $loc_arg = 'parents_bedroom'
|
|
|
- $location_type = 'private'
|
|
|
- $locclass = 'bedr'
|
|
|
- *clr & cla
|
|
|
- minut += 1
|
|
|
- gs'stat'
|
|
|
- '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/home_template/parentsroom.jpg"></center>'
|
|
|
- 'text'
|
|
|
-
|
|
|
- act 'Hallway':gt 'home_template', 'hallway'
|
|
|
-end
|
|
|
-
|
|
|
if $ARGS[0] = 'second_bedroom':
|
|
|
- $loc = 'home_template'
|
|
|
+ $loc = 'pavlov_home'
|
|
|
$loc_arg = 'second_bedroom'
|
|
|
$location_type = 'private'
|
|
|
$locclass = 'bedr'
|
|
|
*clr & cla
|
|
|
minut += 1
|
|
|
gs'stat'
|
|
|
- '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/home_template/spareroom.jpg"></center>'
|
|
|
+ '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/pavlov_home/spareroom.jpg"></center>'
|
|
|
'text'
|
|
|
|
|
|
- act 'Hallway':gt 'home_template', 'hallway'
|
|
|
+ act 'Hallway':gt 'pavlov_home', 'hallway'
|
|
|
end
|
|
|
|
|
|
|