sS dm_infoBoxOrTalk(bool talk, S s) { if (talk) dm_say(s); else infoBox(s); ret s; }