10 lines
124 B
Plaintext
Raw Permalink Normal View History

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