cumreaction.qsrc 845 B

1234567891011121314151617181920212223242526272829303132333435
  1. # cumreaction
  2. if (cumloc[6] = 1 or cumloc[7] = 1) or cumloc[11] = 1:
  3. npc_rel[$static_num] -= 10
  4. pav_sex += 10
  5. '<<$npc_firstname[$static_num]>> looks at you "What is that? Is that sperm? Fuck you nasty slut, you could at least clean yourself afterwards."'
  6. if $loc = 'gschool_lunch':
  7. act 'Leave': gt 'gschool_lessons', 'short_break'
  8. else
  9. act 'Move away':gt $loc, $metka
  10. end
  11. exit
  12. end
  13. if cumloc[12] = 1 and rand(0,30) = 0:
  14. npc_rel[$static_num] -= 10
  15. pav_sex += 15
  16. '<<$npc_firstname[$static_num]>> looks at you, "What is that smell on your breath? Yuck It''s smells like sperm. Couldn''t you at least clean your mouth after sucking dicks."'
  17. if $loc = 'gschool_lunch':
  18. act 'Leave': gt 'gschool_lessons', 'short_break'
  19. else
  20. act 'Move away':gt $loc, $metka
  21. end
  22. exit
  23. end
  24. --- cumreaction ---------------------------------