8 lines
114 B
Plaintext
8 lines
114 B
Plaintext
|
int StartingConditional()
|
||
|
{
|
||
|
|
||
|
if (GetLocalInt(GetPCSpeaker(),"FirstPerson") == 0)
|
||
|
return TRUE;
|
||
|
return FALSE;
|
||
|
}
|