|
@@ -262,6 +262,7 @@ if $ARGS[0] = 'reconciliation_talk':
|
|
|
'After a very brief pause she continues before you can say anything. "I feel bad about what happened the other day and think that we really need to try and resolve our differences. Please come with me at the café so we can have a chat."'
|
|
|
|
|
|
act 'Decline':
|
|
|
+ mother['kickedout_pending'] = 1
|
|
|
cla & *clr
|
|
|
minut += 5
|
|
|
'You ponder your response and decide that you don''t feel ready to deal with any more on this so feel it best to decline her offer, however, you do realise that it would have taken a lot for her to come to meet you so you carefully formulate your response.'
|
|
@@ -336,4 +337,50 @@ if $ARGS[0] = 'reconciliation_replies':
|
|
|
end
|
|
|
end
|
|
|
|
|
|
+
|
|
|
+if $ARGS[0] = 'Knock':
|
|
|
+ gs 'homes_properties', 'give_access', 'parents_home'
|
|
|
+ *clr & cla
|
|
|
+ minut += 5
|
|
|
+ 'You have decided to return home and unfortunately when you arrive you find that the door is locked. After a moment''s consideration you decide to knock and see if your parents are in and if they''ll let you return. After all, what have you got to lose? Worst case they turn you away.'
|
|
|
+ 'You shrug, take a deep breath and knock on the door then wait.'
|
|
|
+ 'A few moments later the door opens and you see your <<$npc_nickname[''A29'']>> standing in front of you with a shocked but happy expression on her face.'
|
|
|
+ 'She looks at you and starts to speak. "So the wanderer returns eh?! Where on earth have you been! Do you realise how worried we''ve been?"'
|
|
|
+ 'Before you can respond she continues. "Never mind, you''re here now, that''s all that matters. Well don''t just stand there, come in. Despite our differences I still love and care about you." With that she gives you a hug as you enter.'
|
|
|
+ act 'Just visiting':
|
|
|
+ *clr & cla
|
|
|
+ minut += 25
|
|
|
+ '"I''m sorry for worrying you <<$npc_nickname[''A29'']>> but I''m not moving back in. I have my own place now but I wanted to visit to see if at least we can get on talking terms."'
|
|
|
+ 'Your <<$npc_nickname[''A29'']>> looks sad. "Oh! Well wouldn''t you reconsider? I... No we miss you."'
|
|
|
+ 'No <<$npc_nickname[''A29'']>> I''m happy where I am, here''s the address so you can visit if you want. However, I''d really like it if we could at least talk and try to rebuild our relationship"'
|
|
|
+ ' Your <<$npc_nickname[''A29'']>> looks sad but nods and hugs you again. "Okay <<$npc_nickname>>, I guess that''ll have to do for now. Come in anyway and I''ll make us a tea."'
|
|
|
+ 'You follow your <<$npc_nickname[''A29'']>> into the kitchen and share a tea with her and have a chat after which you get up to leave.'
|
|
|
+ 'Your <<$npc_nickname[''A29'']>> gives you another hug before you leave. You promise to visit again soon before you depart.'
|
|
|
+ act 'Stop talking': gt'pod_ezd','etaj_2'
|
|
|
+ end
|
|
|
+ act 'Move back in':
|
|
|
+ *clr & cla
|
|
|
+ minut += 25
|
|
|
+ '"Thank you <<$npc_nickname[''A29'']>>. I''ve been considering things and wanted to ask if it would be alright if I moved back in. I brought my stuff with me on the off chance."'
|
|
|
+ '"Yes of course <<$npc_nickname>>, welcome home! Let me make a cup of tea and we can chat before you go to your room and unpack."'
|
|
|
+ 'You follow your <<$npc_nickname[''A29'']>> into the kitchen and share a tea with her and have a chat after which you both get up. "Thanks <<$npc_nickname[''A29'']>> I guess I''d better go and unpack."'
|
|
|
+ 'She smiles at you and hugs you tightly. I''m so happy you decided to come home <<$npc_nickname>>!"'
|
|
|
+ act 'Return to your room': gt 'bedrPar'
|
|
|
+ end
|
|
|
+end
|
|
|
+
|
|
|
+if $ARGS[0] = 'Knock_uni':
|
|
|
+ *clr & cla
|
|
|
+ minut += 30
|
|
|
+ 'You have decided to return home to visit and unfortunately when you arrive you find that the door is locked. After a moment''s consideration you decide to knock and see if your parents are in.'
|
|
|
+ 'You knock on the door then wait.'
|
|
|
+ 'A few moments later the door opens and you see your <<$npc_nickname[''A29'']>> standing in front of you with a happy expression on her face.'
|
|
|
+ 'She looks at you and starts to speak. "Hello <<$npc_nickname>>, it''s very nice of you to visit, come in and I''ll make us a cup of tea."'
|
|
|
+ 'You follow your <<$npc_nickname[''A29'']>> into the kitchen and share a tea with her and have a chat.'
|
|
|
+ 'As you both finish your tea your <<$npc_nickname[''A29'']>> gives you another hug and says. "You can stay over for the night if you wish."'
|
|
|
+ '"Thanks <<$npc_nickname[''A29'']>>, that''s good to know as I can see the rest of the family then." You get up and leave the kitchen.'
|
|
|
+ act 'Stop talking': gt 'korrPar'
|
|
|
+end
|
|
|
+
|
|
|
+
|
|
|
--- mother_chats ---------------------------------
|