int StartingConditional() { object oUser = GetPCSpeaker(); if (GetIsDM(oUser)) return FALSE; else return TRUE; }