svoid dm_proposeVoiceOutput(S text) { text = trim(text); if (empty(text)) ret; print("Proposing voice output: " + text); dm_requireAndCall("#1016982/ProposedVoiceOutput", 'addProposition, text, dm_moduleIDAndName()); }