izdevat.qsrc 903 B

12345678910111213141516171819202122232425262728
  1. # izdevat
  2. if grupTipe[numnpc] = 5 and pav_slut < 50:
  3. act 'Mock':
  4. cls
  5. menu_off = 1
  6. npc_rel[$static_num] -= 5
  7. pcs_dom += 1
  8. gs 'stat'
  9. 'You mocked the school outcast, as the other students laugh at them.'
  10. if $loc ! 'gdkin':gt 'gschool_lessons', 'short_break'
  11. if $loc = 'gdkin':act 'Move away':gt $loc, $metka
  12. end
  13. elseif grupTipe[numnpc] = 5 and pav_slut >= 50:
  14. act 'Mock':
  15. cls
  16. menu_off = 1
  17. sub += 1
  18. gs 'stat'
  19. 'You began to mock them, but <<$npc_firstname[$static_num]>> answered you. "You''re one to talk cocksucker, everyone knows your the easiest fuck in town." Everyone started laughing at you. You were shocked and confused by everyone turning on you, you hurry away as the others start to talk about you.'
  20. if $loc ! 'gdkin':gt 'gschool_lessons', 'short_break'
  21. if $loc = 'gdkin':act 'Move away':gt $loc, $metka
  22. end
  23. end
  24. --- izdevat ---------------------------------