10 lines
124 B
Plaintext
10 lines
124 B
Plaintext
|
int StartingConditional()
|
||
|
{
|
||
|
object oPC = GetPCSpeaker();
|
||
|
if(GetIsDM(oPC))
|
||
|
return TRUE;
|
||
|
|
||
|
else
|
||
|
return FALSE;
|
||
|
}
|