!7 module EyebrowVisualizer > DynPrintLogAndEnabled { transient SS map = litmap( 'low, "No", 'high, "Yes!", "right high", "What?", "left high", "Really?" ); start { dm_vmBus_onMessage_thread('eyebrows, voidfunc(S state) { print("State: " + state); if (enabled) dm_sayEnglish(map.get(state)); }); } }