int StartingConditional() { object oPC = GetPCSpeaker(); string sDelete = GetMatchedSubstring(0); if (sDelete == "DELETE") return TRUE; return FALSE; }