set_entities_unbreakable() { new ent; while( (ent = find_ent_by_class(ent, "func_breakable")) ) { entity_set_float(ent, EV_FL_takedamage, 0.0) }}