7 lines
125 B
Plaintext
7 lines
125 B
Plaintext
|
int StartingConditional()
|
||
|
{
|
||
|
object oUser = GetPCSpeaker();
|
||
|
if (GetIsDM(oUser)) return FALSE;
|
||
|
else return TRUE;
|
||
|
}
|