@verb #53:"valid_invalids" this none this rxdo #55 @program #53:"valid_invalids" this none this "Returns how much valid garbage we have. (ie: how many garbage objects we have that are fully refkilled.)" valid = 0 for x in (children($garbage)) try valid = valid + (x.recycled_time < this.last_complete_refkill_sweep && !this:valid(x) && x > #1000) except (E_PROPNF) "Some trash got used during a suspend(). Oh well." endtry ticks_left() < 5000 && suspend(0) endfor return valid "Last modified by manta (#7165) on Fri Jul 28 07:45:39 2000 MDT." .