1234567891011121314151617181920212223242526272829303132333435363738 |
- menu_off = 1
- if npc_QW['A231'] = 1:
- gs 'stat'
- '<center><b><font color="maroon"><<$npc_firstname[''A231'']>> <<$npc_lastname[''A231'']>></font></b></center>'
- '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/head/62.jpg"></center>'
- 'You walk up to <<$npc_firstname[''A231'']>> and she asks you, "Are you ready to head to my house? Once I finish changing, we''ll head to the library."'
- 'You nod your head and say "Yes, I''m ready. Let''s go."'
- act 'Go to <<$npc_firstname[''A231'']>>''s home':gt 'AleksandraHome', 'pre_library' & minut += 15
- elseif npc_QW['A231'] = 3:
- gs 'stat'
- '<center><b><font color="maroon"><<$npc_firstname[''A231'']>> <<$npc_lastname[''A231'']>></font></b></center>'
- '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/head/62.jpg"></center>'
- 'You walk up to <<$npc_firstname[''A231'']>> and she asks you, "Are you ready to head to my house?"'
- 'You nod your head and say "Yes, I''m ready. Let''s go."'
- act 'Go to <<$npc_firstname[''A231'']>>''s home':gt 'AleksandraHome', 'study_confront' & minut += 15
- elseif npc_QW['A231'] = 5:
- gs 'stat'
- '<center><b><font color="maroon"><<$npc_firstname[''A231'']>> <<$npc_lastname[''A231'']>></font></b></center>'
- '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/head/62.jpg"></center>'
- 'You walk up to <<$npc_firstname[''A231'']>> and she asks you in a hesitant tone, "Are you ready to head to my house?"'
- 'You nod your head and say "Yes, I''m ready. Let''s go."'
- act 'Go to <<$npc_firstname[''A231'']>>''s home':gt 'AleksandraHome', 'secret_confront' & minut += 15
- elseif npc_QW['A231'] > 5:
- npc_rel[$static_num] += 5
- npc_love[$static_num] += 2
- npc_horny[$static_num] += 5
- gs 'arousal', 'kiss', '5', 'futa'
- gs 'stat'
- '<center><b><font color="maroon"><<$npc_firstname[''A231'']>> <<$npc_lastname[''A231'']>></font></b></center>'
- '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/head/62.jpg"></center>'
- 'As you walk up to <<$npc_firstname[''A231'']>> and she smiles and says, "Hey <<pcs_nickname>>, there you are."'
- 'Once you finally meet up with each other, she leans in an gives you a brief kiss on the lips. Once you break off the kiss, she asks "Are you ready to head to my house?"'
- 'You nod your head and say "Yes, I''m ready. Let''s go."'
- act 'Go to <<$npc_firstname[''A231'']>>''s home':gt 'AleksandraHome', 'bedroom' & minut += 15
- end
- --- AleksandraGo ---------------------------------
|