cumreaction 785 B

1234567891011121314151617181920212223242526272829303132333435
  1. # cumreaction
  2. if spdirtyc > 0 or spdirtyv > 0:
  3. grupNPC[numnpc] -= 10
  4. if GorSlut = 0:GorSlut = 1
  5. '<<$npcName[numnpc]>> 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. gs 'gschool_lessons', 'afternoon'
  8. else
  9. act 'Move away':gt $loc, $metka
  10. end
  11. exit
  12. end
  13. if spdirtyb > 0 and rand(0,30) = 0:
  14. grupNPC[numnpc] -= 10
  15. if GorSlut < 2:GorSlut = 2
  16. '<<$npcName[numnpc]>> 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. gs 'gschool_lessons', 'afternoon'
  19. else
  20. act 'Move away':gt $loc, $metka
  21. end
  22. exit
  23. end
  24. --- cumreaction ---------------------------------