Well done, no if you could just write a script to keep the drama out of marriage you would be the bestest Mod in the world 
int husband = 0;
static int wife = 1;
const unsigned char husband_opinion = { She's Right };
const unsigned char wife_opinion = { I'm Right };
while (wife == speaking)
{
husband = listening ;
}
if (wife_opinion != husband_opinion)
{
husband_opinion = wife_opinion ;
}
Anything else I can help with?
edit: Added variable declarations.