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