29d @verb #9982:"test" none none none rdo #9982 @program #9982:"test" none none none c = 0 u = 0 for x in (players()) if (is_player(x) && !x:isa($guest)) if (x.f || x.owner != x || !x:isa($player)) if (x.f) player:tell("Is .f!") elseif (x.owner != x) player:tell("Is not owned by self!") else player:tell("Is not :isa player!") endif player:tell(x) if (x == player) u = 1 endif c = c + 1 endif endif endfor player:tell(c, " players are odd!") if (u) player:tell("You are odd!") endif "Last modified by Even (#9982) on Tue Feb 4 18:59:30 2003 MST." . 0