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