177_izdevat 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. # izdevat
  2. <<<<<<< 177_izdevat
  3. if grupTipe[numnpc] = -1 and GorSlut < 2:
  4. act 'Mock':
  5. cls
  6. grupNPC[numnpc] -= 5
  7. dom += 1
  8. gs 'stat'
  9. 'You mocked the school outcast, unconscious of the strength and support classmates.'
  10. if $loc ! 'gdkin': dynamic $din_sekondparturok
  11. if $loc = 'gdkin': act 'Move away': gt $loc, $metka
  12. end
  13. end
  14. if grupTipe[numnpc] = -1 and GorSlut >= 2:
  15. act 'Mock':
  16. cls
  17. sub += 1
  18. gs 'stat'
  19. '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.'
  20. if $loc!'gdkin': dynamic $din_sekondparturok
  21. if $loc = 'gdkin': act 'Move away': gt $loc, $metka
  22. end
  23. =======
  24. if grupTipe[numnpc]=-1 and GorSlut<2:
  25. act 'mock':
  26. cls
  27. grupNPC[numnpc]-=5
  28. dom+=1
  29. gs'stat'
  30. 'You mocked the school outcast feeling of a strength and support classmates.'
  31. if $loc!'gdkin':dynamic $din_sekondparturok
  32. if $loc='gdkin':act 'move_away':gt $loc, $metka
  33. end
  34. end
  35. if grupTipe[numnpc]=-1 and GorSlut>=2:
  36. act 'mock':
  37. cls
  38. sub+=1
  39. gs'stat'
  40. 'You began to mock, but <<$npcName[numnpc]>> you said. "Mouth shut huesoska, Conch stinks." All those present began to laugh at you. You are confused and not knowing what to say, that they began to mumble.'
  41. if $loc!'gdkin':dynamic $din_sekondparturok
  42. if $loc='gdkin':act 'move_away':gt $loc, $metka
  43. end
  44. >>>>>>> 177_izdevat
  45. end
  46. --- izdevat ---------------------------------