@verb #2111:"@MO*Oers" none none none rxdo #7446 @program #2111:"@MO*Oers" none none none "Copied from Comkid's FO of Utilities (#7553):@mo by Comkid (#2158)Oct 31 12:05:03 1998" guys = 0 girls = 0 mixed = 0 for x in (players()) if (x.gender == "male") guys = guys + 1 elseif (x.gender == "female") girls = girls + 1 else mixed = mixed + 1 endif $cmd_utils:suspend_if_needed() endfor player:tell("The MOOs population is made up of ", guys, " males, ", girls, " females, and ", mixed, " that have another gender!") player:tell("The MOO is made up out of ", tostr(length(children(#12))), " players, ", tostr(length(children(#13))), " builders, ", tostr(length(children(#14))), " programmers, ", tostr(length(children(#15))), " teachers, ", tostr(length(children(#16))), " guardians, ", tostr(length(children(#17))), " wizards.") player:tell("The MOO has a total of ", tostr(length(players())), " people!") .