9 lines
129 B
Plaintext
9 lines
129 B
Plaintext
|
int StartingConditional()
|
||
|
{
|
||
|
object oPC = GetPCSpeaker();
|
||
|
|
||
|
if (GetLocalString(oPC, "phse1") != "1") return FALSE;
|
||
|
|
||
|
return TRUE;
|
||
|
}
|