8 lines
168 B
Plaintext
8 lines
168 B
Plaintext
int StartingConditional()
|
|
{
|
|
object oPC = GetPCSpeaker();
|
|
string sDelete = GetMatchedSubstring(0);
|
|
if (sDelete == "DELETE") return TRUE;
|
|
return FALSE;
|
|
}
|