AleksandraGo.qsrc 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. menu_off = 1
  2. if npc_QW['A231'] = 1:
  3. gs 'stat'
  4. '<center><b><font color="maroon"><<$npc_firstname[''A231'']>> <<$npc_lastname[''A231'']>></font></b></center>'
  5. !!Image needed '<center><img <<$set_imgh>> src="images/pc/npc_headshots/big62.jpg"></center>'
  6. '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."'
  7. 'You nod your head and say "Yes, I''m ready. Let''s go."'
  8. act 'Go to <<$npc_firstname[''A231'']>>''s home':gt 'AleksandraHome', 'pre_library' & minut += 15
  9. elseif npc_QW['A231'] = 3:
  10. gs 'stat'
  11. '<center><b><font color="maroon"><<$npc_firstname[''A231'']>> <<$npc_lastname[''A231'']>></font></b></center>'
  12. !!Image needed '<center><img <<$set_imgh>> src="images/pc/npc_headshots/big62.jpg"></center>'
  13. 'You walk up to <<$npc_firstname[''A231'']>> and she asks you, "Are you ready to head to my house?"'
  14. 'You nod your head and say "Yes, I''m ready. Let''s go."'
  15. act 'Go to <<$npc_firstname[''A231'']>>''s home':gt 'AleksandraHome', 'study_confront' & minut += 15
  16. elseif npc_QW['A231'] = 5:
  17. gs 'stat'
  18. '<center><b><font color="maroon"><<$npc_firstname[''A231'']>> <<$npc_lastname[''A231'']>></font></b></center>'
  19. !!Image needed '<center><img <<$set_imgh>> src="images/pc/npc_headshots/big62.jpg"></center>'
  20. 'You walk up to <<$npc_firstname[''A231'']>> and she asks you in a hesitant tone, "Are you ready to head to my house?"'
  21. 'You nod your head and say "Yes, I''m ready. Let''s go."'
  22. act 'Go to <<$npc_firstname[''A231'']>>''s home':gt 'AleksandraHome', 'secret_confront' & minut += 15
  23. elseif npc_QW['A231'] > 5:
  24. npc_rel[$static_num] += 5
  25. npc_love[$static_num] += 2
  26. npc_horny[$static_num] += 5
  27. gs 'arousal', 'kiss', '5', 'futa'
  28. gs 'stat'
  29. '<center><b><font color="maroon"><<$npc_firstname[''A231'']>> <<$npc_lastname[''A231'']>></font></b></center>'
  30. !!Image needed '<center><img <<$set_imgh>> src="images/pc/npc_headshots/big62.jpg"></center>'
  31. 'As you walk up to <<$npc_firstname[''A231'']>> and she smiles and says, "Hey <<pcs_nickname>>, there you are."'
  32. '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?"'
  33. 'You nod your head and say "Yes, I''m ready. Let''s go."'
  34. act 'Go to <<$npc_firstname[''A231'']>>''s home':gt 'AleksandraHome', 'bedroom' & minut += 15
  35. end
  36. --- AleksandraGo ---------------------------------