!7 module EyebrowVisualizer > DynPrintLogAndEnabled { transient SS map = litmap( 'low, "No no no", 'high, "Yes!", "right high", "What?", "left high", "Really?" ); start { ownResource(vmBus_onMessage('eyebrows, voidfunc(S state) { if (enabled) dm_say(map.get(state)); })); } }