|
@@ -889,11 +889,19 @@ if $ARGS[0] = 'lariska':
|
|
end
|
|
end
|
|
elseif LariskaQW['story'] = 3:
|
|
elseif LariskaQW['story'] = 3:
|
|
gs 'npc_relationship', 'modify', 'A13', 'like'
|
|
gs 'npc_relationship', 'modify', 'A13', 'like'
|
|
- '"Hey, Lariska! How is your day going?"'
|
|
|
|
- '"I''m sorry, <<$pcs_nickname>>, but I told you, Christina doesn''t really want me hanging out with you after school."'
|
|
|
|
- '"I know Lariska, I''m working on it. In the meantime, I was just saying hi."'
|
|
|
|
- '"O-Oh. I''m sorry, I just keep thinking about it. Hopefully you will manage to convince her." She gives you a sad smile.'
|
|
|
|
- '"Hang in there, sweetie. I''ll convince her, I promise."'
|
|
|
|
|
|
+ if christinaQW['blackmail'] >= 2 or christinaQW['subpath'] >= 2 or christinaQW['fight'] = 1:
|
|
|
|
+ LariskaQW['story'] = 5
|
|
|
|
+ gs 'npc_relationship', 'modify', 'A13', 'like'
|
|
|
|
+ '"Ok, <<$pcs_nickname>>. I guess Christina wont stop me from hanging out with you now." She smiles a bit shyly and says "Do you want to come over afterschool and work on our homework together?"'
|
|
|
|
+ 'You smile in response, and say "Sure, Lariska. I will meet up with you afterschool!"'
|
|
|
|
+ 'She blushes a bit and says "Good, I''m looking forward to it!"'
|
|
|
|
+ else
|
|
|
|
+ '"Hey, Lariska! How is your day going?"'
|
|
|
|
+ '"I''m sorry, <<$pcs_nickname>>, but I told you, Christina doesn''t really want me hanging out with you after school."'
|
|
|
|
+ '"I know Lariska, I''m working on it. In the meantime, I was just saying hi."'
|
|
|
|
+ '"O-Oh. I''m sorry, I just keep thinking about it. Hopefully you will manage to convince her." She gives you a sad smile.'
|
|
|
|
+ '"Hang in there, sweetie. I''ll convince her, I promise."'
|
|
|
|
+ end
|
|
elseif LariskaQW['story'] = 4:
|
|
elseif LariskaQW['story'] = 4:
|
|
LariskaQW['story'] = 5
|
|
LariskaQW['story'] = 5
|
|
gs 'npc_relationship', 'modify', 'A13', 'like'
|
|
gs 'npc_relationship', 'modify', 'A13', 'like'
|