7 lines
93 B
Plaintext
7 lines
93 B
Plaintext
|
int StartingConditional()
|
||
|
{
|
||
|
object oUser = GetPCSpeaker();
|
||
|
|
||
|
return GetIsDM(oUser);
|
||
|
}
|