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