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