!7 cmodule CombinedBot > DynAttractorBot { class CombinedBot2 > SingleAttractorBot { void process(S input) { dm_sendToAllAttractorBots(vf say); } } AttractorBot makeBot() { ret new CombinedBot2; } start { activateOnOutput = false; } }