static bool dm_say(S text) { text = trim(text); if (empty(text)) ret; print("Saying: " + text); O voiceOutput = dm_getModule(dm_requireModule("#1016614/VoiceOutput")); call(voiceOutput, 'say, text); ret voiceOutput != null; }