177_izdevat 769 B

12345678910111213141516171819202122232425262728
  1. # izdevat
  2. if grupTipe[numnpc] = -1 and GorSlut < 2:
  3. act 'Mock':
  4. cls
  5. grupNPC[numnpc] -= 5
  6. dom += 1
  7. gs 'stat'
  8. 'You mocked the school outcast, unconscious of the strength and support classmates.'
  9. if $loc ! 'gdkin':dynamic $din_sekondparturok
  10. if $loc = 'gdkin':act 'Move away':gt $loc, $metka
  11. end
  12. end
  13. if grupTipe[numnpc] = -1 and GorSlut >= 2:
  14. act 'Mock':
  15. cls
  16. sub += 1
  17. gs 'stat'
  18. 'You began to scoff, but <<$npcName[numnpc]>> answered you. "Cocksucker mouth shut, ending stinks." Everyone started laughing at you. You were confused and not knowing what to say, that they began to mutter.'
  19. if $loc ! 'gdkin':dynamic $din_sekondparturok
  20. if $loc = 'gdkin':act 'Move away':gt $loc, $metka
  21. end
  22. end
  23. --- izdevat ---------------------------------