engineer = function() if pl.plural == true then return 'инженеры' end return 'инженер' end pronoun_3 = function() if pl.gender == 'she' then return 'она' end if pl.gender == 'he' then return 'он' end if pl.gender == 'it' then return 'оно' end return 'они' end pronoun_1 = function() if pl.plural == true then return 'мы' end return 'я' end endings = function() if pl.plural == true then return 'и' end if pl.gender == 'she' then return 'а' end end rndstr = function(strings) return strings[rnd(stead.table.maxn(strings))]; end