12345678910111213141516171819202122232425262728 |
- # izdevat
- if grupTipe[numnpc] = -1 and GorSlut < 2:
- act 'Mock':
- cls
- grupNPC[numnpc] -= 5
- dom += 1
- gs 'stat'
- 'You mocked the school outcast, unconscious of the strength and support classmates.'
- if $loc ! 'gdkin':dynamic $din_sekondparturok
- if $loc = 'gdkin':act 'Move away':gt $loc, $metka
- end
- end
- if grupTipe[numnpc] = -1 and GorSlut >= 2:
- act 'Mock':
- cls
- sub += 1
- gs 'stat'
- '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.'
- if $loc ! 'gdkin':dynamic $din_sekondparturok
- if $loc = 'gdkin':act 'Move away':gt $loc, $metka
- end
- end
- --- izdevat ---------------------------------
|