12345678910111213141516171819202122232425262728 |
- # izdevat
- if grupTipe[numnpc] = 5 and pav_slut < 50:
- act 'Mock':
- cls
- menu_off = 1
- npc_rel[$static_num] -= 5
- pcs_dom += 1
- gs 'stat'
- 'You mocked the school outcast, as the other students laugh at them.'
- if $loc ! 'gdkin':gt 'gschool_lessons', 'short_break'
- if $loc = 'gdkin':act 'Move away':gt $loc, $metka
- end
- elseif grupTipe[numnpc] = 5 and pav_slut >= 50:
- act 'Mock':
- cls
- menu_off = 1
- sub += 1
- gs 'stat'
- '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.'
- if $loc ! 'gdkin':gt 'gschool_lessons', 'short_break'
- if $loc = 'gdkin':act 'Move away':gt $loc, $metka
- end
- end
- --- izdevat ---------------------------------
|