|
@@ -127,8 +127,15 @@ end
|
|
|
!! !!
|
|
|
!!=====================================!!
|
|
|
|
|
|
-
|
|
|
if $ARGS[0] = 'rab':
|
|
|
+ gt 'bed_events', 'rab2'
|
|
|
+end
|
|
|
+
|
|
|
+if $ARGS[0] = 'vor':
|
|
|
+ gt 'bed_events', 'vor2'
|
|
|
+end
|
|
|
+
|
|
|
+if $ARGS[0] = 'rab2':
|
|
|
menu_off = 1
|
|
|
minut += 120
|
|
|
houserabday = daystart
|
|
@@ -219,12 +226,11 @@ if $ARGS[0] = 'rab':
|
|
|
end
|
|
|
end
|
|
|
|
|
|
-
|
|
|
-if $ARGS[0] = 'vor':
|
|
|
+if $ARGS[0] = 'vor2':
|
|
|
menu_off = 1
|
|
|
if rex['owned'] = 0:
|
|
|
'You''re lying in bed when you hear sounds from the hallway. You decide to get up and as you get to the door, you see two masked men.'
|
|
|
- act 'Scream': gt 'bed_events', 'vor2'
|
|
|
+ act 'Scream': gt 'bed_events', 'vor3'
|
|
|
|
|
|
else
|
|
|
if dog_bravery = 0:
|
|
@@ -233,7 +239,7 @@ if $ARGS[0] = 'vor':
|
|
|
|
|
|
if dog_bravery < 50:
|
|
|
'You''re lying in bed when you hear sounds from the hallway. You decide to get up and as you get to the door you see two masked men. <<$rex[''name'']>> is shivering in the corner.'
|
|
|
- act 'Scream': gt 'bed_events', 'vor2'
|
|
|
+ act 'Scream': gt 'bed_events', 'vor3'
|
|
|
else
|
|
|
minut += 10
|
|
|
'You''re lying in bed when you suddenly hear a commotion out in the hallway. You get up to check it out and as you arrive, you see <<$rex[''name'']>> chase two masked men outside. You can hear loud swearing as they run down the stairs.'
|
|
@@ -257,7 +263,7 @@ if $ARGS[0] = 'vor':
|
|
|
end
|
|
|
|
|
|
|
|
|
-if $ARGS[0] = 'vor2':
|
|
|
+if $ARGS[0] = 'vor3':
|
|
|
menu_off = 1
|
|
|
minut += 60
|
|
|
'<center><img <<$set_imgh>> src="images/locations/city/residential/apartment/sex/g0.jpg"></center>'
|
|
@@ -356,12 +362,14 @@ if $ARGS[0] = 'mast':
|
|
|
pcs_vag += 1
|
|
|
|
|
|
if husband = 0 or strpos('bedr,bedr2x,korr,korr2x',$loc) <= 0 or husbandrink = 10:
|
|
|
+ gs 'bed_events', 'exit'
|
|
|
gt 'selfplay', 'start'
|
|
|
else
|
|
|
if mc_inventory['dildo_small'] = 0:
|
|
|
if week > 5 or week < 6 and hour > 16:
|
|
|
'You feel the need for something inside you and think that your husband would be a better option.'
|
|
|
else
|
|
|
+ gs 'bed_events', 'exit'
|
|
|
gt 'selfplay', 'start'
|
|
|
end
|
|
|
else
|