1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- # izdevat
- <<<<<<< 177_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
- =======
- if grupTipe[numnpc]=-1 and GorSlut<2:
- act 'mock':
- cls
- grupNPC[numnpc]-=5
- dom+=1
- gs'stat'
- 'You mocked the school outcast feeling of a 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 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.'
- if $loc!'gdkin':dynamic $din_sekondparturok
- if $loc='gdkin':act 'move_away':gt $loc, $metka
- end
- >>>>>>> 177_izdevat
- end
- --- izdevat ---------------------------------
|