izdevat 828 B

1234567891011121314151617181920212223242526
  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':act 'Go to afternoon lessons': gt 'gschool2', 'afternoon'
  10. if $loc = 'gdkin':act 'Move away':gt $loc, $metka
  11. end
  12. elseif grupTipe[numnpc] = -1 and GorSlut >= 2:
  13. act 'Mock':
  14. cls
  15. sub += 1
  16. gs 'stat'
  17. '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.'
  18. if $loc ! 'gdkin':act 'Go to afternoon lessons': gt 'gschool2', 'afternoon'
  19. if $loc = 'gdkin':act 'Move away':gt $loc, $metka
  20. end
  21. end
  22. --- izdevat ---------------------------------