|
@@ -1,5 +1,5 @@
|
|
|
# anushapt
|
|
|
-!2021/05/02
|
|
|
+!2024/03/25
|
|
|
!AnushkaLoc tells us where Anvushka is located
|
|
|
!----------------------------------------------
|
|
|
!AnushkaLoc = 0 (Anushka not home)
|
|
@@ -759,12 +759,13 @@ if $ARGS[0] = 'livingroom':
|
|
|
gs 'stat'
|
|
|
'<center><b><font color = maroon>Living room</font></b></center>'
|
|
|
'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/anushapt/living.jpg"></center>'
|
|
|
- if livingev = 1 and ((week < 6 and hour >= 20 and hour < 23) or (week >= 6 and (hour >= 8 and hour < 16) or (hour >= 18 and hour < 23))):
|
|
|
+ if livingev = 1 and anushkaQW['dad_mom_livingroom'] = 0 and ((week < 6 and hour >= 20 and hour < 23) or (week >= 6 and (hour >= 8 and hour < 16) or (hour >= 18 and hour < 23))):
|
|
|
livingev_day = daystart
|
|
|
'As you start to walk into the living room, you overhear some muffled voices that are getting louder and louder as they go on... You notice that the door is ajar and sneak towards it to see if you can make out what is being said.'
|
|
|
act 'Leave':gt 'anushapt','hallway'
|
|
|
act 'Listen in':
|
|
|
cla & *nl
|
|
|
+ anushkaQW['dad_mom_livingroom'] = 1
|
|
|
valedlisten = daystart
|
|
|
'You see Valeria standing in front of the TV, yelling at Eduard. "I want to see that little bitch punished! And for real this time!!!"'
|
|
|
'Eduard sighs, clearly annoyed by Valeria being in the way. "What''s wrong now Valeria? I just want to relax and watch the TV..."'
|
|
@@ -1081,11 +1082,12 @@ if $ARGS[0] = 'kitchen':
|
|
|
gs 'kit_din'
|
|
|
'<center><b><font color = maroon>Kitchen</font></b></center>'
|
|
|
'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/anushapt/kitchen.jpg"></center>'
|
|
|
- if kitchenev = 1 and ((week < 6 and hour >= 20 and hour < 23) or (week >= 6 and (hour >= 8 and hour < 16) or (hour >= 18 and hour < 23))):
|
|
|
+ if kitchenev = 1 and anushkaQW['dad_mom_kitchen'] = 0 and ((week < 6 and hour >= 20 and hour < 23) or (week >= 6 and (hour >= 8 and hour < 16) or (hour >= 18 and hour < 23))):
|
|
|
'As you start to enter the kitchen, you overhear some muffled voices that are getting louder and louder as they go on... You notice that the door is ajar and sneak towards it to see if you can make out what is being said.'
|
|
|
act 'Leave':gt 'anushapt','hallway'
|
|
|
act 'Listen':
|
|
|
*clr & cla
|
|
|
+ anushkaQW['dad_mom_kitchen'] = 1
|
|
|
'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/anushapt/edval_kitchen.jpg"></center>'
|
|
|
'Anushka''s mother Valeria is standing with her hands in the air, talking loudly to Eduard. "What is wrong with your daughter? She always has an attitude towards me!"'
|
|
|
'Eduard tries his best to keep his calm. "Well if you were a better mother, then maybe she wouldn''t have turned out like this!"'
|