int StartingConditional() { // Get the PC who is involved in this conversation object oPC = GetPCSpeaker(); if(GetIsDM(oPC)) { return TRUE; } // If we make it this far, we have passed all tests. return FALSE; }