cumreaction.qsrc 860 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. # cumreaction
  2. menu_off = 1
  3. if (cumloc[6] = 1 or cumloc[7] = 1) or cumloc[11] = 1:
  4. npc_rel[$static_num] -= 10
  5. pav_sex += 10
  6. '<<$npc_firstname[$static_num]>> looks at you "What is that? Is that sperm? Fuck you nasty slut, you could at least clean yourself afterwards."'
  7. if $loc = 'gschool_lunch':
  8. act 'Leave': gt 'gschool_lessons', 'short_break'
  9. else
  10. act 'Move away':gt $loc, $metka
  11. end
  12. exit
  13. end
  14. if cumloc[12] = 1 and rand(0,30) = 0:
  15. npc_rel[$static_num] -= 10
  16. pav_sex += 15
  17. '<<$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."'
  18. if $loc = 'gschool_lunch':
  19. act 'Leave': gt 'gschool_lessons', 'short_break'
  20. else
  21. act 'Move away':gt $loc, $metka
  22. end
  23. exit
  24. end
  25. --- cumreaction ---------------------------------