Zvereva_events.qsrc 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. # Zvereva_events
  2. if $ARGS[0] = 'cikl':
  3. if npc_rel['A18'] > 20:
  4. gs 'npc_relationship', 'set', 'A18', '20'
  5. end
  6. end
  7. if $ARGS[0] = 'christina_decide':
  8. menu_off = 1
  9. cla & *clr
  10. '<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big18.jpg"></center>'
  11. 'You can''t ever seem to decide how to deal with Christina. No matter how you treat her, she always seems to come off as cold or fake and has been this way for as long as you can remember. She''s such a bully to everybody except Albina, who seems to be the only person she''s seemingly scared of. You have mixed feelings about how to handle it, though.'
  12. 'It might be fun to be in her shoes, telling the girls what to do all the time, and punishing them when they misbehave, but attempting to dominate her and claiming Lariska and Lina for yourself could be risky. If it backfires, you could end up as her pet too, or worse.'
  13. 'If you try that, you would need something to keep her in line. Something that ensures she cannot break free. Blackmail, maybe, something she would be devastated by if people found out about it.'
  14. *nl
  15. 'On the other hand, Lina and Lariska both seem pretty happy to follow her orders, and not having to think for themselves. The idea of being humiliated and treated as a possession strangely appeals to some dark part of you. It would be pretty easy to let her take control of your life too. You could head to the beach where she trains Lina and see what happens.'
  16. act 'Leave it as is': gt 'gschool_lessons', 'short_break'
  17. act 'Try to dominate her':
  18. christinaQW['dompath'] = 1
  19. gt 'gschool_lessons', 'short_break'
  20. end
  21. act 'Try and become her new pet':
  22. christinaQW['subpath'] = 1
  23. gt 'gschool_lessons', 'short_break'
  24. end
  25. end
  26. if $ARGS[0] = 'Chris_Lina_park':
  27. cla & *clr
  28. menu_off = 1
  29. socialchg['tChris_Lina_jog'] = daystart
  30. minut += 5
  31. gs 'stat'
  32. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/christina/Chris_Lina_park.jpg"></center>'
  33. gs 'npc_relationship', 'modify', 'A19', 'like'
  34. gs 'stat'
  35. if fame['pav_slut'] < 200:
  36. 'You give a friendly wave to the girls as they get closer, but Christina just says something to Lina and they both laugh without slowing down.'
  37. else
  38. 'You give a friendly wave to the girls as they get closer, but Christina just gives you a disgusted look and they continue running without slowing down.'
  39. end
  40. act 'Leave':gt 'pav_park', 'start'
  41. end
  42. --- Zvereva_events ---------------------------------